Haibo Huang | cfd91dc | 2020-07-30 23:01:33 -0700 | [diff] [blame] | 1 | /* config.h. Generated from config.h.in by configure. */ |
| 2 | /* config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | |
| 4 | /* Define if __attribute__((destructor)) is accepted */ |
| 5 | #cmakedefine ATTRIBUTE_DESTRUCTOR 1 |
| 6 | |
| 7 | /* Type cast for the gethostbyname() argument */ |
| 8 | #cmakedefine GETHOSTBYNAME_ARG_CAST @GETHOSTBYNAME_ARG_CAST@ |
| 9 | |
| 10 | /* Define to 1 if you have the <arpa/inet.h> header file. */ |
| 11 | #cmakedefine HAVE_ARPA_INET_H 1 |
| 12 | |
| 13 | /* Define to 1 if you have the <arpa/nameser.h> header file. */ |
| 14 | #cmakedefine HAVE_ARPA_NAMESER_H 1 |
| 15 | |
| 16 | /* Whether struct sockaddr::__ss_family exists */ |
| 17 | #cmakedefine HAVE_BROKEN_SS_FAMILY 1 |
| 18 | |
| 19 | /* Define to 1 if you have the <ctype.h> header file. */ |
| 20 | #cmakedefine HAVE_CTYPE_H 1 |
| 21 | |
| 22 | /* Define to 1 if you have the <dirent.h> header file. */ |
| 23 | #cmakedefine HAVE_DIRENT_H 1 |
| 24 | |
| 25 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 26 | #cmakedefine HAVE_DLFCN_H 1 |
| 27 | |
| 28 | /* Have dlopen based dso */ |
| 29 | #cmakedefine HAVE_DLOPEN 1 |
| 30 | |
| 31 | /* Define to 1 if you have the <dl.h> header file. */ |
| 32 | #cmakedefine HAVE_DL_H 1 |
| 33 | |
| 34 | /* Define to 1 if you have the <errno.h> header file. */ |
| 35 | #cmakedefine HAVE_ERRNO_H 1 |
| 36 | |
| 37 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 38 | #cmakedefine HAVE_FCNTL_H 1 |
| 39 | |
| 40 | /* Define to 1 if you have the <float.h> header file. */ |
| 41 | #cmakedefine HAVE_FLOAT_H 1 |
| 42 | |
| 43 | /* Define to 1 if you have the `fprintf' function. */ |
| 44 | #cmakedefine HAVE_FPRINTF 1 |
| 45 | |
| 46 | /* Define to 1 if you have the `ftime' function. */ |
| 47 | #cmakedefine HAVE_FTIME 1 |
| 48 | |
| 49 | /* Define if getaddrinfo is there */ |
| 50 | #cmakedefine HAVE_GETADDRINFO 1 |
| 51 | |
| 52 | /* Define to 1 if you have the `gettimeofday' function. */ |
| 53 | #cmakedefine HAVE_GETTIMEOFDAY 1 |
| 54 | |
| 55 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 56 | #cmakedefine HAVE_INTTYPES_H 1 |
| 57 | |
| 58 | /* Define to 1 if you have the `isascii' function. */ |
| 59 | #cmakedefine HAVE_ISASCII 1 |
| 60 | |
| 61 | /* Define if isinf is there */ |
| 62 | #cmakedefine HAVE_ISINF 1 |
| 63 | |
| 64 | /* Define if isnan is there */ |
| 65 | #cmakedefine HAVE_ISNAN 1 |
| 66 | |
| 67 | /* Define if history library is there (-lhistory) */ |
| 68 | #cmakedefine HAVE_LIBHISTORY 1 |
| 69 | |
| 70 | /* Define if pthread library is there (-lpthread) */ |
| 71 | #cmakedefine HAVE_LIBPTHREAD 1 |
| 72 | |
| 73 | /* Define if readline library is there (-lreadline) */ |
| 74 | #cmakedefine HAVE_LIBREADLINE 1 |
| 75 | |
| 76 | /* Define to 1 if you have the <limits.h> header file. */ |
| 77 | #cmakedefine HAVE_LIMITS_H 1 |
| 78 | |
| 79 | /* Define to 1 if you have the `localtime' function. */ |
| 80 | #cmakedefine HAVE_LOCALTIME 1 |
| 81 | |
| 82 | /* Define to 1 if you have the <lzma.h> header file. */ |
| 83 | #cmakedefine HAVE_LZMA_H 1 |
| 84 | |
| 85 | /* Define to 1 if you have the <malloc.h> header file. */ |
| 86 | #cmakedefine HAVE_MALLOC_H 1 |
| 87 | |
| 88 | /* Define to 1 if you have the <math.h> header file. */ |
| 89 | #cmakedefine HAVE_MATH_H 1 |
| 90 | |
| 91 | /* Define to 1 if you have the <memory.h> header file. */ |
| 92 | #cmakedefine HAVE_MEMORY_H 1 |
| 93 | |
| 94 | /* Define to 1 if you have the `mmap' function. */ |
| 95 | #cmakedefine HAVE_MMAP 1 |
| 96 | |
| 97 | /* Define to 1 if you have the `munmap' function. */ |
| 98 | #cmakedefine HAVE_MUNMAP 1 |
| 99 | |
| 100 | /* mmap() is no good without munmap() */ |
| 101 | #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP) |
| 102 | # undef /**/ HAVE_MMAP |
| 103 | #endif |
| 104 | |
| 105 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 106 | #cmakedefine HAVE_NDIR_H 1 |
| 107 | |
| 108 | /* Define to 1 if you have the <netdb.h> header file. */ |
| 109 | #cmakedefine HAVE_NETDB_H 1 |
| 110 | |
| 111 | /* Define to 1 if you have the <netinet/in.h> header file. */ |
| 112 | #cmakedefine HAVE_NETINET_IN_H 1 |
| 113 | |
| 114 | /* Define to 1 if you have the <poll.h> header file. */ |
| 115 | #cmakedefine HAVE_POLL_H 1 |
| 116 | |
| 117 | /* Define to 1 if you have the `printf' function. */ |
| 118 | #cmakedefine HAVE_PRINTF 1 |
| 119 | |
| 120 | /* Define if <pthread.h> is there */ |
| 121 | #cmakedefine HAVE_PTHREAD_H 1 |
| 122 | |
| 123 | /* Define to 1 if you have the `putenv' function. */ |
| 124 | #cmakedefine HAVE_PUTENV 1 |
| 125 | |
| 126 | /* Define to 1 if you have the `rand' function. */ |
| 127 | #cmakedefine HAVE_RAND 1 |
| 128 | |
| 129 | /* Define to 1 if you have the `rand_r' function. */ |
| 130 | #cmakedefine HAVE_RAND_R 1 |
| 131 | |
| 132 | /* Define to 1 if you have the <resolv.h> header file. */ |
| 133 | #cmakedefine HAVE_RESOLV_H 1 |
| 134 | |
| 135 | /* Have shl_load based dso */ |
| 136 | #cmakedefine HAVE_SHLLOAD 1 |
| 137 | |
| 138 | /* Define to 1 if you have the `signal' function. */ |
| 139 | #cmakedefine HAVE_SIGNAL 1 |
| 140 | |
| 141 | /* Define to 1 if you have the <signal.h> header file. */ |
| 142 | #cmakedefine HAVE_SIGNAL_H 1 |
| 143 | |
| 144 | /* Define to 1 if you have the `snprintf' function. */ |
| 145 | #cmakedefine HAVE_SNPRINTF 1 |
| 146 | |
| 147 | /* Define to 1 if you have the `sprintf' function. */ |
| 148 | #cmakedefine HAVE_SPRINTF 1 |
| 149 | |
| 150 | /* Define to 1 if you have the `srand' function. */ |
| 151 | #cmakedefine HAVE_SRAND 1 |
| 152 | |
| 153 | /* Define to 1 if you have the `sscanf' function. */ |
| 154 | #cmakedefine HAVE_SSCANF 1 |
| 155 | |
| 156 | /* Define to 1 if you have the `stat' function. */ |
| 157 | #cmakedefine HAVE_STAT 1 |
| 158 | |
| 159 | /* Define to 1 if you have the <stdarg.h> header file. */ |
| 160 | #cmakedefine HAVE_STDARG_H 1 |
| 161 | |
| 162 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 163 | #cmakedefine HAVE_STDINT_H 1 |
| 164 | |
| 165 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 166 | #cmakedefine HAVE_STDLIB_H 1 |
| 167 | |
| 168 | /* Define to 1 if you have the `strftime' function. */ |
| 169 | #cmakedefine HAVE_STRFTIME 1 |
| 170 | |
| 171 | /* Define to 1 if you have the <strings.h> header file. */ |
| 172 | #cmakedefine HAVE_STRINGS_H 1 |
| 173 | |
| 174 | /* Define to 1 if you have the <string.h> header file. */ |
| 175 | #cmakedefine HAVE_STRING_H 1 |
| 176 | |
| 177 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 178 | */ |
| 179 | #cmakedefine HAVE_SYS_DIR_H 1 |
| 180 | |
| 181 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 182 | #cmakedefine HAVE_SYS_MMAN_H 1 |
| 183 | |
| 184 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 185 | */ |
| 186 | #cmakedefine HAVE_SYS_NDIR_H 1 |
| 187 | |
| 188 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| 189 | #cmakedefine HAVE_SYS_SELECT_H 1 |
| 190 | |
| 191 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 192 | #cmakedefine HAVE_SYS_SOCKET_H 1 |
| 193 | |
| 194 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 195 | #cmakedefine HAVE_SYS_STAT_H 1 |
| 196 | |
| 197 | /* Define to 1 if you have the <sys/timeb.h> header file. */ |
| 198 | #cmakedefine HAVE_SYS_TIMEB_H 1 |
| 199 | |
| 200 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| 201 | #cmakedefine HAVE_SYS_TIME_H 1 |
| 202 | |
| 203 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 204 | #cmakedefine HAVE_SYS_TYPES_H 1 |
| 205 | |
| 206 | /* Define to 1 if you have the `time' function. */ |
| 207 | #cmakedefine HAVE_TIME 1 |
| 208 | |
| 209 | /* Define to 1 if you have the <time.h> header file. */ |
| 210 | #cmakedefine HAVE_TIME_H 1 |
| 211 | |
| 212 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 213 | #cmakedefine HAVE_UNISTD_H 1 |
| 214 | |
| 215 | /* Whether va_copy() is available */ |
| 216 | #cmakedefine HAVE_VA_COPY 1 |
| 217 | |
| 218 | /* Define to 1 if you have the `vfprintf' function. */ |
| 219 | #cmakedefine HAVE_VFPRINTF 1 |
| 220 | |
| 221 | /* Define to 1 if you have the `vsnprintf' function. */ |
| 222 | #cmakedefine HAVE_VSNPRINTF 1 |
| 223 | |
| 224 | /* Define to 1 if you have the `vsprintf' function. */ |
| 225 | #cmakedefine HAVE_VSPRINTF 1 |
| 226 | |
| 227 | /* Define to 1 if you have the <zlib.h> header file. */ |
| 228 | #cmakedefine HAVE_ZLIB_H 1 |
| 229 | |
| 230 | /* Whether __va_copy() is available */ |
| 231 | #cmakedefine HAVE___VA_COPY 1 |
| 232 | |
| 233 | /* Define as const if the declaration of iconv() needs const. */ |
| 234 | #define ICONV_CONST @ICONV_CONST@ |
| 235 | |
| 236 | /* Define to the sub-directory where libtool stores uninstalled libraries. */ |
| 237 | #cmakedefine LT_OBJDIR "@LT_OBJDIR@" |
| 238 | |
| 239 | /* Name of package */ |
| 240 | #define PACKAGE "@PACKAGE@" |
| 241 | |
| 242 | /* Define to the address where bug reports for this package should be sent. */ |
| 243 | #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@" |
| 244 | |
| 245 | /* Define to the full name of this package. */ |
| 246 | #define PACKAGE_NAME "@PACKAGE_NAME@" |
| 247 | |
| 248 | /* Define to the full name and version of this package. */ |
| 249 | #define PACKAGE_STRING "@PACKAGE_STRING@" |
| 250 | |
| 251 | /* Define to the one symbol short name of this package. */ |
| 252 | #define PACKAGE_TARNAME "@PACKAGE_TARNAME@" |
| 253 | |
| 254 | /* Define to the home page for this package. */ |
| 255 | #define PACKAGE_URL "@PACKAGE_URL@" |
| 256 | |
| 257 | /* Define to the version of this package. */ |
| 258 | #define PACKAGE_VERSION "@PACKAGE_VERSION@" |
| 259 | |
| 260 | /* Type cast for the send() function 2nd arg */ |
| 261 | #cmakedefine SEND_ARG2_CAST @SEND_ARG2_CAST@ |
| 262 | |
| 263 | /* Define to 1 if you have the ANSI C header files. */ |
| 264 | #cmakedefine STDC_HEADERS 1 |
| 265 | |
| 266 | /* Support for IPv6 */ |
| 267 | #cmakedefine SUPPORT_IP6 1 |
| 268 | |
| 269 | /* Define if va_list is an array type */ |
| 270 | #cmakedefine VA_LIST_IS_ARRAY 1 |
| 271 | |
| 272 | /* Version number of package */ |
| 273 | #cmakedefine VERSION "@VERSION@" |
| 274 | |
| 275 | /* Determine what socket length (socklen_t) data type is */ |
| 276 | #cmakedefine XML_SOCKLEN_T @XML_SOCKLEN_T@ |
| 277 | |
| 278 | /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, |
| 279 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 280 | #define below would cause a syntax error. */ |
| 281 | #cmakedefine _UINT32_T @_UINT32_T@ |
| 282 | |
| 283 | /* ss_family is not defined here, use __ss_family instead */ |
| 284 | #cmakedefine ss_family @ss_family@ |
| 285 | |
| 286 | /* Define to the type of an unsigned integer type of width exactly 32 bits if |
| 287 | such a type exists and the standard includes do not define it. */ |
| 288 | #cmakedefine uint32_t @uint32_t@ |