1 /* config.h.in. Generated from configure.ac by autoheader. */ 2 3 /* Define to 1 if you have the <dlfcn.h> header file. */ 4 #undef HAVE_DLFCN_H 5 6 /* Define to 1 if you have the `fork' function. */ 7 #undef HAVE_FORK 8 9 /* Define to 1 if you have the `gettimeofday' function. */ 10 #undef HAVE_GETTIMEOFDAY 11 12 /* Define to 1 if you have the <inttypes.h> header file. */ 13 #undef HAVE_INTTYPES_H 14 15 /* Define to 1 if you have the `dl' library (-ldl). */ 16 #undef HAVE_LIBDL 17 18 /* Define to 1 if you have the `m' library (-lm). */ 19 #undef HAVE_LIBM 20 21 /* Define to 1 if you have the `pthread' library (-lpthread). */ 22 #undef HAVE_LIBPTHREAD 23 24 /* Define to 1 if you have the <limits.h> header file. */ 25 #undef HAVE_LIMITS_H 26 27 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 28 to 0 otherwise. */ 29 #undef HAVE_MALLOC 30 31 /* Define to 1 if you have the <malloc.h> header file. */ 32 #undef HAVE_MALLOC_H 33 34 /* Define to 1 if you have the <memory.h> header file. */ 35 #undef HAVE_MEMORY_H 36 37 /* Define to 1 if you have the `memset' function. */ 38 #undef HAVE_MEMSET 39 40 /* Define to 1 if you have the `pow' function. */ 41 #undef HAVE_POW 42 43 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 44 and to 0 otherwise. */ 45 #undef HAVE_REALLOC 46 47 /* Define to 1 if you have the `select' function. */ 48 #undef HAVE_SELECT 49 50 /* Define to 1 if you have the <stdint.h> header file. */ 51 #undef HAVE_STDINT_H 52 53 /* Define to 1 if you have the <stdlib.h> header file. */ 54 #undef HAVE_STDLIB_H 55 56 /* Define to 1 if you have the `strcasecmp' function. */ 57 #undef HAVE_STRCASECMP 58 59 /* Define to 1 if you have the `strdup' function. */ 60 #undef HAVE_STRDUP 61 62 /* Define to 1 if you have the `strerror' function. */ 63 #undef HAVE_STRERROR 64 65 /* Define to 1 if you have the <strings.h> header file. */ 66 #undef HAVE_STRINGS_H 67 68 /* Define to 1 if you have the <string.h> header file. */ 69 #undef HAVE_STRING_H 70 71 /* Define to 1 if you have the <sys/stat.h> header file. */ 72 #undef HAVE_SYS_STAT_H 73 74 /* Define to 1 if you have the <sys/time.h> header file. */ 75 #undef HAVE_SYS_TIME_H 76 77 /* Define to 1 if you have the <sys/types.h> header file. */ 78 #undef HAVE_SYS_TYPES_H 79 80 /* Define to 1 if you have the <unistd.h> header file. */ 81 #undef HAVE_UNISTD_H 82 83 /* Define to 1 if you have the `vfork' function. */ 84 #undef HAVE_VFORK 85 86 /* Define to 1 if you have the <vfork.h> header file. */ 87 #undef HAVE_VFORK_H 88 89 /* Define to 1 if `fork' works. */ 90 #undef HAVE_WORKING_FORK 91 92 /* Define to 1 if `vfork' works. */ 93 #undef HAVE_WORKING_VFORK 94 95 /* Define to the sub-directory in which libtool stores uninstalled libraries. 96 */ 97 #undef LT_OBJDIR 98 99 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 100 #undef NO_MINUS_C_MINUS_O 101 102 /* Name of package */ 103 #undef PACKAGE 104 105 /* Define to the address where bug reports for this package should be sent. */ 106 #undef PACKAGE_BUGREPORT 107 108 /* Define to the full name of this package. */ 109 #undef PACKAGE_NAME 110 111 /* Define to the full name and version of this package. */ 112 #undef PACKAGE_STRING 113 114 /* Define to the one symbol short name of this package. */ 115 #undef PACKAGE_TARNAME 116 117 /* Define to the home page for this package. */ 118 #undef PACKAGE_URL 119 120 /* Define to the version of this package. */ 121 #undef PACKAGE_VERSION 122 123 /* Define to 1 if you have the ANSI C header files. */ 124 #undef STDC_HEADERS 125 126 /* Version number of package */ 127 #undef VERSION 128 129 /* Define to `__inline__' or `__inline' if that's what the C compiler 130 calls it, or to nothing if 'inline' is not supported under any name. */ 131 #ifndef __cplusplus 132 #undef inline 133 #endif 134 135 /* Define to rpl_malloc if the replacement function should be used. */ 136 #undef malloc 137 138 /* Define to `int' if <sys/types.h> does not define. */ 139 #undef pid_t 140 141 /* Define to rpl_realloc if the replacement function should be used. */ 142 #undef realloc 143 144 /* Define to `unsigned int' if <sys/types.h> does not define. */ 145 #undef size_t 146 147 /* Define as `fork' if `vfork' does not work. */ 148 #undef vfork