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