* fixed all headers to use extern "C" so C/C++ linking will work properly
[libundertow.git] / config.h.in
blob9e7b5f607338a0d74ba1fd823e68d1a6be966808
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 to enable bittorrent downloads */
4 #undef ENABLE_BITTORRENT
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
9 /* Define to 1 if you have the `gettimeofday' function. */
10 #undef HAVE_GETTIMEOFDAY
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
15 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
16 to 0 otherwise. */
17 #undef HAVE_MALLOC
19 /* Define to 1 if you have the <memory.h> header file. */
20 #undef HAVE_MEMORY_H
22 /* Define to 1 if you have the `pthread_create' function. */
23 #undef HAVE_PTHREAD_CREATE
25 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
26 and to 0 otherwise. */
27 #undef HAVE_REALLOC
29 /* Define to 1 if you have the <stdint.h> header file. */
30 #undef HAVE_STDINT_H
32 /* Define to 1 if you have the <stdlib.h> header file. */
33 #undef HAVE_STDLIB_H
35 /* Define to 1 if you have the <strings.h> header file. */
36 #undef HAVE_STRINGS_H
38 /* Define to 1 if you have the <string.h> header file. */
39 #undef HAVE_STRING_H
41 /* Define to 1 if you have the <sys/stat.h> header file. */
42 #undef HAVE_SYS_STAT_H
44 /* Define to 1 if you have the <sys/time.h> header file. */
45 #undef HAVE_SYS_TIME_H
47 /* Define to 1 if you have the <sys/types.h> header file. */
48 #undef HAVE_SYS_TYPES_H
50 /* Define to 1 if you have the <unistd.h> header file. */
51 #undef HAVE_UNISTD_H
53 /* Define to the address where bug reports for this package should be sent. */
54 #undef PACKAGE_BUGREPORT
56 /* Define to the full name of this package. */
57 #undef PACKAGE_NAME
59 /* Define to the full name and version of this package. */
60 #undef PACKAGE_STRING
62 /* Define to the one symbol short name of this package. */
63 #undef PACKAGE_TARNAME
65 /* Define to the version of this package. */
66 #undef PACKAGE_VERSION
68 /* Define to 1 if you have the ANSI C header files. */
69 #undef STDC_HEADERS
71 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
72 #undef TIME_WITH_SYS_TIME
74 /* Define to empty if `const' does not conform to ANSI C. */
75 #undef const
77 /* Define to rpl_malloc if the replacement function should be used. */
78 #undef malloc
80 /* Define to rpl_realloc if the replacement function should be used. */
81 #undef realloc
83 /* Define to `unsigned int' if <sys/types.h> does not define. */
84 #undef size_t