aboutsummaryrefslogtreecommitdiff
path: root/src/gnutls/init.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-18 13:00:11 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-18 13:00:11 +0100
commit21ee7de991140681bc29f8a24323237769d97856 (patch)
treea9a0343d9587ff946f809fe817162b515a3fe230 /src/gnutls/init.h
parentaa12189a4b26393302b800dc2e5374d108cc34a9 (diff)
downloadlibmicrohttpd-21ee7de991140681bc29f8a24323237769d97856.tar.gz
libmicrohttpd-21ee7de991140681bc29f8a24323237769d97856.zip
add lib to ordinary build process, rename lib output to libmicrohttpd2.so, do not link libmicrohttpd2.so against gnutls/libgcrypt
Diffstat (limited to 'src/gnutls/init.h')
-rw-r--r--src/gnutls/init.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gnutls/init.h b/src/gnutls/init.h
index fae96159..03d19412 100644
--- a/src/gnutls/init.h
+++ b/src/gnutls/init.h
@@ -17,7 +17,7 @@
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18*/ 18*/
19/** 19/**
20 * @file lib/init.h 20 * @file gnutls/init.h
21 * @brief functions to initialize library 21 * @brief functions to initialize library
22 * @author Christian Grothoff 22 * @author Christian Grothoff
23 */ 23 */
@@ -31,14 +31,14 @@
31 * Do nothing - global initialisation is 31 * Do nothing - global initialisation is
32 * performed by library constructor. 32 * performed by library constructor.
33 */ 33 */
34#define MHD_check_global_init_() (void)0 34#define MHD_TLS_check_global_init_() (void)0
35#else /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */ 35#else /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */
36/** 36/**
37 * Check whether global initialisation was performed 37 * Check whether global initialisation was performed
38 * and call initialiser if necessary. 38 * and call initialiser if necessary.
39 */ 39 */
40void 40void
41MHD_check_global_init_ (void); 41MHD_TLS_check_global_init_ (void);
42#endif /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */ 42#endif /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */
43 43
44 44