Austin Schuh | 24adb6b | 2015-09-06 17:37:40 -0700 | [diff] [blame^] | 1 | /* src/main/c/internal/Config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | |
| 3 | /* Define to 1 if you have the <arpa/inet.h> header file. */ |
| 4 | #undef HAVE_ARPA_INET_H |
| 5 | |
| 6 | /* define if the compiler supports basic C++11 syntax */ |
| 7 | #undef HAVE_CXX11 |
| 8 | |
| 9 | /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you |
| 10 | don't. */ |
| 11 | #undef HAVE_DECL_STRERROR_R |
| 12 | |
| 13 | /* Define to 1 if you have the `dup2' function. */ |
| 14 | #undef HAVE_DUP2 |
| 15 | |
| 16 | /* Define to 1 if you have the `eventfd' function. */ |
| 17 | #undef HAVE_EVENTFD |
| 18 | |
| 19 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 20 | #undef HAVE_FCNTL_H |
| 21 | |
| 22 | /* Define to 1 if you have the `fork' function. */ |
| 23 | #undef HAVE_FORK |
| 24 | |
| 25 | /* Define to 1 if you have the `gethostname' function. */ |
| 26 | #undef HAVE_GETHOSTNAME |
| 27 | |
| 28 | /* Define to 1 if you have the `getopt' function. */ |
| 29 | #undef HAVE_GETOPT |
| 30 | |
| 31 | /* Define to 1 if you have the <getopt.h> header file. */ |
| 32 | #undef HAVE_GETOPT_H |
| 33 | |
| 34 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 35 | #undef HAVE_INTTYPES_H |
| 36 | |
| 37 | /* Define to 1 if you have the <limits.h> header file. */ |
| 38 | #undef HAVE_LIMITS_H |
| 39 | |
| 40 | /* Define to 1 if your system has a GNU libc compatible `malloc' function, and |
| 41 | to 0 otherwise. */ |
| 42 | #undef HAVE_MALLOC |
| 43 | |
| 44 | /* Define to 1 if you have the <memory.h> header file. */ |
| 45 | #undef HAVE_MEMORY_H |
| 46 | |
| 47 | /* Define to 1 if you have the `memset' function. */ |
| 48 | #undef HAVE_MEMSET |
| 49 | |
| 50 | /* Define to 1 if you have the <netinet/in.h> header file. */ |
| 51 | #undef HAVE_NETINET_IN_H |
| 52 | |
| 53 | /* Define to 1 if the system has the type `ptrdiff_t'. */ |
| 54 | #undef HAVE_PTRDIFF_T |
| 55 | |
| 56 | /* Define to 1 if you have the `rmdir' function. */ |
| 57 | #undef HAVE_RMDIR |
| 58 | |
| 59 | /* Define to 1 if you have the `socket' function. */ |
| 60 | #undef HAVE_SOCKET |
| 61 | |
| 62 | /* Define to 1 if you have the `sqrt' function. */ |
| 63 | #undef HAVE_SQRT |
| 64 | |
| 65 | /* Define to 1 if stdbool.h conforms to C99. */ |
| 66 | #undef HAVE_STDBOOL_H |
| 67 | |
| 68 | /* Define to 1 if you have the <stddef.h> header file. */ |
| 69 | #undef HAVE_STDDEF_H |
| 70 | |
| 71 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 72 | #undef HAVE_STDINT_H |
| 73 | |
| 74 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 75 | #undef HAVE_STDLIB_H |
| 76 | |
| 77 | /* Define to 1 if you have the `strcasecmp' function. */ |
| 78 | #undef HAVE_STRCASECMP |
| 79 | |
| 80 | /* Define to 1 if you have the `strchr' function. */ |
| 81 | #undef HAVE_STRCHR |
| 82 | |
| 83 | /* Define to 1 if you have the `strdup' function. */ |
| 84 | #undef HAVE_STRDUP |
| 85 | |
| 86 | /* Define to 1 if you have the `strerror' function. */ |
| 87 | #undef HAVE_STRERROR |
| 88 | |
| 89 | /* Define to 1 if you have the `strerror_r' function. */ |
| 90 | #undef HAVE_STRERROR_R |
| 91 | |
| 92 | /* Define to 1 if you have the <strings.h> header file. */ |
| 93 | #undef HAVE_STRINGS_H |
| 94 | |
| 95 | /* Define to 1 if you have the <string.h> header file. */ |
| 96 | #undef HAVE_STRING_H |
| 97 | |
| 98 | /* Define to 1 if you have the `syscall' function. */ |
| 99 | #undef HAVE_SYSCALL |
| 100 | |
| 101 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
| 102 | #undef HAVE_SYS_IOCTL_H |
| 103 | |
| 104 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 105 | #undef HAVE_SYS_SOCKET_H |
| 106 | |
| 107 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 108 | #undef HAVE_SYS_STAT_H |
| 109 | |
| 110 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 111 | #undef HAVE_SYS_TYPES_H |
| 112 | |
| 113 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 114 | #undef HAVE_UNISTD_H |
| 115 | |
| 116 | /* define if unordered_map supports emplace */ |
| 117 | #undef HAVE_UNORDERED_MAP_EMPLACE |
| 118 | |
| 119 | /* Define to 1 if you have the `vfork' function. */ |
| 120 | #undef HAVE_VFORK |
| 121 | |
| 122 | /* Define to 1 if you have the <vfork.h> header file. */ |
| 123 | #undef HAVE_VFORK_H |
| 124 | |
| 125 | /* Define to 1 if `fork' works. */ |
| 126 | #undef HAVE_WORKING_FORK |
| 127 | |
| 128 | /* Define to 1 if `vfork' works. */ |
| 129 | #undef HAVE_WORKING_VFORK |
| 130 | |
| 131 | /* Define to 1 if the system has the type `_Bool'. */ |
| 132 | #undef HAVE__BOOL |
| 133 | |
| 134 | /* Define to the address where bug reports for this package should be sent. */ |
| 135 | #undef PACKAGE_BUGREPORT |
| 136 | |
| 137 | /* Define to the full name of this package. */ |
| 138 | #undef PACKAGE_NAME |
| 139 | |
| 140 | /* Define to the full name and version of this package. */ |
| 141 | #undef PACKAGE_STRING |
| 142 | |
| 143 | /* Define to the one symbol short name of this package. */ |
| 144 | #undef PACKAGE_TARNAME |
| 145 | |
| 146 | /* Define to the home page for this package. */ |
| 147 | #undef PACKAGE_URL |
| 148 | |
| 149 | /* Define to the version of this package. */ |
| 150 | #undef PACKAGE_VERSION |
| 151 | |
| 152 | /* Define to 1 if you have the ANSI C header files. */ |
| 153 | #undef STDC_HEADERS |
| 154 | |
| 155 | /* Define to 1 if strerror_r returns char *. */ |
| 156 | #undef STRERROR_R_CHAR_P |
| 157 | |
| 158 | /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, |
| 159 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 160 | #define below would cause a syntax error. */ |
| 161 | #undef _UINT32_T |
| 162 | |
| 163 | /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, |
| 164 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 165 | #define below would cause a syntax error. */ |
| 166 | #undef _UINT64_T |
| 167 | |
| 168 | /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, |
| 169 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 170 | #define below would cause a syntax error. */ |
| 171 | #undef _UINT8_T |
| 172 | |
| 173 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 174 | calls it, or to nothing if 'inline' is not supported under any name. */ |
| 175 | #ifndef __cplusplus |
| 176 | #undef inline |
| 177 | #endif |
| 178 | |
| 179 | /* Define to rpl_malloc if the replacement function should be used. */ |
| 180 | #undef malloc |
| 181 | |
| 182 | /* Define to `int' if <sys/types.h> does not define. */ |
| 183 | #undef pid_t |
| 184 | |
| 185 | /* Define to the equivalent of the C99 'restrict' keyword, or to |
| 186 | nothing if this is not supported. Do not define if restrict is |
| 187 | supported directly. */ |
| 188 | #undef restrict |
| 189 | /* Work around a bug in Sun C++: it does not support _Restrict or |
| 190 | __restrict__, even though the corresponding Sun C compiler ends up with |
| 191 | "#define restrict _Restrict" or "#define restrict __restrict__" in the |
| 192 | previous line. Perhaps some future version of Sun C++ will work with |
| 193 | restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ |
| 194 | #if defined __SUNPRO_CC && !defined __RESTRICT |
| 195 | # define _Restrict |
| 196 | # define __restrict__ |
| 197 | #endif |
| 198 | |
| 199 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 200 | #undef size_t |
| 201 | |
| 202 | /* Define to the type of an unsigned integer type of width exactly 16 bits if |
| 203 | such a type exists and the standard includes do not define it. */ |
| 204 | #undef uint16_t |
| 205 | |
| 206 | /* Define to the type of an unsigned integer type of width exactly 32 bits if |
| 207 | such a type exists and the standard includes do not define it. */ |
| 208 | #undef uint32_t |
| 209 | |
| 210 | /* Define to the type of an unsigned integer type of width exactly 64 bits if |
| 211 | such a type exists and the standard includes do not define it. */ |
| 212 | #undef uint64_t |
| 213 | |
| 214 | /* Define to the type of an unsigned integer type of width exactly 8 bits if |
| 215 | such a type exists and the standard includes do not define it. */ |
| 216 | #undef uint8_t |
| 217 | |
| 218 | /* Define as `fork' if `vfork' does not work. */ |
| 219 | #undef vfork |