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