1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ 4#undef BSD44SOCKETS 5 6/* comma-separated list of strings for config file paths when not specified */ 7#undef DEFAULT_CONFIG_FILE 8 9/* Define to 1 if you have the 'daemon' function. */ 10#undef HAVE_DAEMON 11 12/* Define to 1 if you have the <inttypes.h> header file. */ 13#undef HAVE_INTTYPES_H 14 15/* Define to 1 if you have the 'ws2_32' library (-lws2_32). */ 16#undef HAVE_LIBWS2_32 17 18/* Define to 1 if you have the <minix/config.h> header file. */ 19#undef HAVE_MINIX_CONFIG_H 20 21/* Define to 1 if the system has the type 'socklen_t'. */ 22#undef HAVE_SOCKLEN_T 23 24/* Define to 1 if you have the <stdint.h> header file. */ 25#undef HAVE_STDINT_H 26 27/* Define to 1 if you have the <stdio.h> header file. */ 28#undef HAVE_STDIO_H 29 30/* Define to 1 if you have the <stdlib.h> header file. */ 31#undef HAVE_STDLIB_H 32 33/* Define to 1 if you have the 'strcasecmp' function. */ 34#undef HAVE_STRCASECMP 35 36/* Define to 1 if you have the <strings.h> header file. */ 37#undef HAVE_STRINGS_H 38 39/* Define to 1 if you have the <string.h> header file. */ 40#undef HAVE_STRING_H 41 42/* Define to 1 if you have the 'strlcpy' function. */ 43#undef HAVE_STRLCPY 44 45/* Define to 1 if you have the <sys/stat.h> header file. */ 46#undef HAVE_SYS_STAT_H 47 48/* Define to 1 if you have the <sys/types.h> header file. */ 49#undef HAVE_SYS_TYPES_H 50 51/* Define to 1 if you have the <unistd.h> header file. */ 52#undef HAVE_UNISTD_H 53 54/* Define to 1 if you have the <wchar.h> header file. */ 55#undef HAVE_WCHAR_H 56 57/* Support IPv6 for TCP connections */ 58#undef IPv6 59 60/* Support os-specific local connections */ 61#undef LOCALCONN 62 63/* Name of package */ 64#undef PACKAGE 65 66/* Define to the address where bug reports for this package should be sent. */ 67#undef PACKAGE_BUGREPORT 68 69/* Define to the full name of this package. */ 70#undef PACKAGE_NAME 71 72/* Define to the full name and version of this package. */ 73#undef PACKAGE_STRING 74 75/* Define to the one symbol short name of this package. */ 76#undef PACKAGE_TARNAME 77 78/* Define to the home page for this package. */ 79#undef PACKAGE_URL 80 81/* Define to the version of this package. */ 82#undef PACKAGE_VERSION 83 84/* Major version of this package */ 85#undef PACKAGE_VERSION_MAJOR 86 87/* Minor version of this package */ 88#undef PACKAGE_VERSION_MINOR 89 90/* Patch version of this package */ 91#undef PACKAGE_VERSION_PATCHLEVEL 92 93/* Define to 1 if all of the C89 standard headers exist (not just the ones 94 required in a freestanding environment). This macro is provided for 95 backward compatibility; new code need not use it. */ 96#undef STDC_HEADERS 97 98/* Support TCP socket connections */ 99#undef TCPCONN 100 101/* Support UNIX socket connections */ 102#undef UNIXCONN 103 104/* Build support for logging via syslog */ 105#undef USE_SYSLOG 106 107/* Enable extensions on AIX, Interix, z/OS. */ 108#ifndef _ALL_SOURCE 109# undef _ALL_SOURCE 110#endif 111/* Enable general extensions on macOS. */ 112#ifndef _DARWIN_C_SOURCE 113# undef _DARWIN_C_SOURCE 114#endif 115/* Enable general extensions on Solaris. */ 116#ifndef __EXTENSIONS__ 117# undef __EXTENSIONS__ 118#endif 119/* Enable GNU extensions on systems that have them. */ 120#ifndef _GNU_SOURCE 121# undef _GNU_SOURCE 122#endif 123/* Enable X/Open compliant socket functions that do not require linking 124 with -lxnet on HP-UX 11.11. */ 125#ifndef _HPUX_ALT_XOPEN_SOCKET_API 126# undef _HPUX_ALT_XOPEN_SOCKET_API 127#endif 128/* Identify the host operating system as Minix. 129 This macro does not affect the system headers' behavior. 130 A future release of Autoconf may stop defining this macro. */ 131#ifndef _MINIX 132# undef _MINIX 133#endif 134/* Enable general extensions on NetBSD. 135 Enable NetBSD compatibility extensions on Minix. */ 136#ifndef _NETBSD_SOURCE 137# undef _NETBSD_SOURCE 138#endif 139/* Enable OpenBSD compatibility extensions on NetBSD. 140 Oddly enough, this does nothing on OpenBSD. */ 141#ifndef _OPENBSD_SOURCE 142# undef _OPENBSD_SOURCE 143#endif 144/* Define to 1 if needed for POSIX-compatible behavior. */ 145#ifndef _POSIX_SOURCE 146# undef _POSIX_SOURCE 147#endif 148/* Define to 2 if needed for POSIX-compatible behavior. */ 149#ifndef _POSIX_1_SOURCE 150# undef _POSIX_1_SOURCE 151#endif 152/* Enable POSIX-compatible threading on Solaris. */ 153#ifndef _POSIX_PTHREAD_SEMANTICS 154# undef _POSIX_PTHREAD_SEMANTICS 155#endif 156/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 157#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 158# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 159#endif 160/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 161#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 162# undef __STDC_WANT_IEC_60559_BFP_EXT__ 163#endif 164/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 165#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 166# undef __STDC_WANT_IEC_60559_DFP_EXT__ 167#endif 168/* Enable extensions specified by C23 Annex F. */ 169#ifndef __STDC_WANT_IEC_60559_EXT__ 170# undef __STDC_WANT_IEC_60559_EXT__ 171#endif 172/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 173#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 174# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 175#endif 176/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */ 177#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 178# undef __STDC_WANT_IEC_60559_TYPES_EXT__ 179#endif 180/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 181#ifndef __STDC_WANT_LIB_EXT2__ 182# undef __STDC_WANT_LIB_EXT2__ 183#endif 184/* Enable extensions specified by ISO/IEC 24747:2009. */ 185#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 186# undef __STDC_WANT_MATH_SPEC_FUNCS__ 187#endif 188/* Enable extensions on HP NonStop. */ 189#ifndef _TANDEM_SOURCE 190# undef _TANDEM_SOURCE 191#endif 192/* Enable X/Open extensions. Define to 500 only if necessary 193 to make mbstate_t available. */ 194#ifndef _XOPEN_SOURCE 195# undef _XOPEN_SOURCE 196#endif 197 198 199/* Version number of package */ 200#undef VERSION 201 202/* Build support for starting from inetd */ 203#undef XFS_INETD 204 205/* Number of bits in a file offset, on hosts where this is settable. */ 206#undef _FILE_OFFSET_BITS 207 208/* Define to 1 on platforms where this makes off_t a 64-bit type. */ 209#undef _LARGE_FILES 210 211/* Number of bits in time_t, on hosts where this is settable. */ 212#undef _TIME_BITS 213 214/* Defined if needed to expose struct msghdr.msg_control */ 215#undef _XOPEN_SOURCE 216 217/* Define to 1 on platforms where this makes time_t a 64-bit type. */ 218#undef __MINGW_USE_VC2005_COMPAT 219