143 lines
3.7 KiB
C
143 lines
3.7 KiB
C
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
||
|
|
||
|
/* Define to 1 if you have the `atexit' function. */
|
||
|
#undef HAVE_ATEXIT
|
||
|
|
||
|
/* define if the compiler supports basic C++11 syntax */
|
||
|
#undef HAVE_CXX11
|
||
|
|
||
|
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
|
||
|
#undef HAVE_DOPRNT
|
||
|
|
||
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
||
|
#undef HAVE_FCNTL_H
|
||
|
|
||
|
/* Define to 1 if you have the `gettimeofday' function. */
|
||
|
#undef HAVE_GETTIMEOFDAY
|
||
|
|
||
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||
|
#undef HAVE_INTTYPES_H
|
||
|
|
||
|
/* Define to 1 if you have the `ssl' library (-lssl). */
|
||
|
#undef HAVE_LIBSSL
|
||
|
|
||
|
/* Define to 1 if you have the <limits.h> header file. */
|
||
|
#undef HAVE_LIMITS_H
|
||
|
|
||
|
/* Define to 1 if you have the <netdb.h> header file. */
|
||
|
#undef HAVE_NETDB_H
|
||
|
|
||
|
/* Define to 1 if you have the <netinet/in.h> header file. */
|
||
|
#undef HAVE_NETINET_IN_H
|
||
|
|
||
|
/* Define to 1 if you have the `poll' function. */
|
||
|
#undef HAVE_POLL
|
||
|
|
||
|
/* Define to 1 if you have the `select' function. */
|
||
|
#undef HAVE_SELECT
|
||
|
|
||
|
/* Define to 1 if you have the `socket' function. */
|
||
|
#undef HAVE_SOCKET
|
||
|
|
||
|
/* Define to 1 if stdbool.h conforms to C99. */
|
||
|
#undef HAVE_STDBOOL_H
|
||
|
|
||
|
/* Define to 1 if you have the <stdint.h> header file. */
|
||
|
#undef HAVE_STDINT_H
|
||
|
|
||
|
/* Define to 1 if you have the <stdio.h> header file. */
|
||
|
#undef HAVE_STDIO_H
|
||
|
|
||
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
||
|
#undef HAVE_STDLIB_H
|
||
|
|
||
|
/* Define to 1 if you have the `strerror' function. */
|
||
|
#undef HAVE_STRERROR
|
||
|
|
||
|
/* Define to 1 if you have the <strings.h> header file. */
|
||
|
#undef HAVE_STRINGS_H
|
||
|
|
||
|
/* Define to 1 if you have the <string.h> header file. */
|
||
|
#undef HAVE_STRING_H
|
||
|
|
||
|
/* Define to 1 if you have the `strstr' function. */
|
||
|
#undef HAVE_STRSTR
|
||
|
|
||
|
/* Define to 1 if you have the `strtol' function. */
|
||
|
#undef HAVE_STRTOL
|
||
|
|
||
|
/* Define to 1 if you have the <sys/select.h> header file. */
|
||
|
#undef HAVE_SYS_SELECT_H
|
||
|
|
||
|
/* Define to 1 if you have the <sys/socket.h> header file. */
|
||
|
#undef HAVE_SYS_SOCKET_H
|
||
|
|
||
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||
|
#undef HAVE_SYS_STAT_H
|
||
|
|
||
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
||
|
#undef HAVE_SYS_TIME_H
|
||
|
|
||
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
||
|
#undef HAVE_SYS_TYPES_H
|
||
|
|
||
|
/* Define to 1 if you have the <unistd.h> header file. */
|
||
|
#undef HAVE_UNISTD_H
|
||
|
|
||
|
/* Define to 1 if you have the `vprintf' function. */
|
||
|
#undef HAVE_VPRINTF
|
||
|
|
||
|
/* Define to 1 if the system has the type `_Bool'. */
|
||
|
#undef HAVE__BOOL
|
||
|
|
||
|
/* Name of package */
|
||
|
#undef PACKAGE
|
||
|
|
||
|
/* Define to the address where bug reports for this package should be sent. */
|
||
|
#undef PACKAGE_BUGREPORT
|
||
|
|
||
|
/* Define to the full name of this package. */
|
||
|
#undef PACKAGE_NAME
|
||
|
|
||
|
/* Define to the full name and version of this package. */
|
||
|
#undef PACKAGE_STRING
|
||
|
|
||
|
/* Define to the one symbol short name of this package. */
|
||
|
#undef PACKAGE_TARNAME
|
||
|
|
||
|
/* Define to the home page for this package. */
|
||
|
#undef PACKAGE_URL
|
||
|
|
||
|
/* Define to the version of this package. */
|
||
|
#undef PACKAGE_VERSION
|
||
|
|
||
|
/* Define to the type of arg 1 for `select'. */
|
||
|
#undef SELECT_TYPE_ARG1
|
||
|
|
||
|
/* Define to the type of args 2, 3 and 4 for `select'. */
|
||
|
#undef SELECT_TYPE_ARG234
|
||
|
|
||
|
/* Define to the type of arg 5 for `select'. */
|
||
|
#undef SELECT_TYPE_ARG5
|
||
|
|
||
|
/* Define to 1 if all of the C90 standard headers exist (not just the ones
|
||
|
required in a freestanding environment). This macro is provided for
|
||
|
backward compatibility; new code need not use it. */
|
||
|
#undef STDC_HEADERS
|
||
|
|
||
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
|
||
|
macro is obsolete. */
|
||
|
#undef TIME_WITH_SYS_TIME
|
||
|
|
||
|
/* Use terminal colors */
|
||
|
#undef USE_COLOR
|
||
|
|
||
|
/* Version number of package */
|
||
|
#undef VERSION
|
||
|
|
||
|
/* Define to empty if `const' does not conform to ANSI C. */
|
||
|
#undef const
|
||
|
|
||
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||
|
#undef size_t
|