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/* Define to 1 if you have the <dlfcn.h> header file. */ 7#undef HAVE_DLFCN_H 8 9/* Define to 1 if you have the <endian.h> header file. */ 10#undef HAVE_ENDIAN_H 11 12/* Define to 1 if you have the <err.h> header file. */ 13#undef HAVE_ERR_H 14 15/* Define to 1 if you have the <float.h> header file. */ 16#undef HAVE_FLOAT_H 17 18/* Define to 1 if you have the <inttypes.h> header file. */ 19#undef HAVE_INTTYPES_H 20 21/* Define to 1 if you have the 'ws2_32' library (-lws2_32). */ 22#undef HAVE_LIBWS2_32 23 24/* Define to 1 if you have the <minix/config.h> header file. */ 25#undef HAVE_MINIX_CONFIG_H 26 27/* Define to 1 if you have the 'poll' function. */ 28#undef HAVE_POLL 29 30/* Define to 1 if you have the <poll.h> header file. */ 31#undef HAVE_POLL_H 32 33/* Define to 1 if you have the 'readlink' function. */ 34#undef HAVE_READLINK 35 36/* Define to 1 if you have the 'reallocarray' function. */ 37#undef HAVE_REALLOCARRAY 38 39/* Define to 1 if you have the 'realpath' function. */ 40#undef HAVE_REALPATH 41 42/* Define to 1 if the system has the type 'socklen_t'. */ 43#undef HAVE_SOCKLEN_T 44 45/* Define to 1 if you have the <stdint.h> header file. */ 46#undef HAVE_STDINT_H 47 48/* Define to 1 if you have the <stdio.h> header file. */ 49#undef HAVE_STDIO_H 50 51/* Define to 1 if you have the <stdlib.h> header file. */ 52#undef HAVE_STDLIB_H 53 54/* Define to 1 if you have the 'strcasecmp' function. */ 55#undef HAVE_STRCASECMP 56 57/* Define to 1 if you have the <strings.h> header file. */ 58#undef HAVE_STRINGS_H 59 60/* Define to 1 if you have the <string.h> header file. */ 61#undef HAVE_STRING_H 62 63/* Define to 1 if you have the 'strlcat' function. */ 64#undef HAVE_STRLCAT 65 66/* Define to 1 if you have the 'strlcpy' function. */ 67#undef HAVE_STRLCPY 68 69/* Define to 1 if you have the <sys/poll.h> header file. */ 70#undef HAVE_SYS_POLL_H 71 72/* Define to 1 if you have the <sys/stat.h> header file. */ 73#undef HAVE_SYS_STAT_H 74 75/* Define to 1 if you have the <sys/types.h> header file. */ 76#undef HAVE_SYS_TYPES_H 77 78/* Define to 1 if you have the <unistd.h> header file. */ 79#undef HAVE_UNISTD_H 80 81/* Define to 1 if you have the <wchar.h> header file. */ 82#undef HAVE_WCHAR_H 83 84/* Support IPv6 for TCP connections */ 85#undef IPv6 86 87/* Support os-specific local connections */ 88#undef LOCALCONN 89 90/* Define to the sub-directory where libtool stores uninstalled libraries. */ 91#undef LT_OBJDIR 92 93/* Name of package */ 94#undef PACKAGE 95 96/* Define to the address where bug reports for this package should be sent. */ 97#undef PACKAGE_BUGREPORT 98 99/* Define to the full name of this package. */ 100#undef PACKAGE_NAME 101 102/* Define to the full name and version of this package. */ 103#undef PACKAGE_STRING 104 105/* Define to the one symbol short name of this package. */ 106#undef PACKAGE_TARNAME 107 108/* Define to the home page for this package. */ 109#undef PACKAGE_URL 110 111/* Define to the version of this package. */ 112#undef PACKAGE_VERSION 113 114/* Major version of this package */ 115#undef PACKAGE_VERSION_MAJOR 116 117/* Minor version of this package */ 118#undef PACKAGE_VERSION_MINOR 119 120/* Patch version of this package */ 121#undef PACKAGE_VERSION_PATCHLEVEL 122 123/* Define to 1 if all of the C89 standard headers exist (not just the ones 124 required in a freestanding environment). This macro is provided for 125 backward compatibility; new code need not use it. */ 126#undef STDC_HEADERS 127 128/* Support TCP socket connections */ 129#undef TCPCONN 130 131/* Support UNIX socket connections */ 132#undef UNIXCONN 133 134/* Enable extensions on AIX, Interix, z/OS. */ 135#ifndef _ALL_SOURCE 136# undef _ALL_SOURCE 137#endif 138/* Enable general extensions on macOS. */ 139#ifndef _DARWIN_C_SOURCE 140# undef _DARWIN_C_SOURCE 141#endif 142/* Enable general extensions on Solaris. */ 143#ifndef __EXTENSIONS__ 144# undef __EXTENSIONS__ 145#endif 146/* Enable GNU extensions on systems that have them. */ 147#ifndef _GNU_SOURCE 148# undef _GNU_SOURCE 149#endif 150/* Enable X/Open compliant socket functions that do not require linking 151 with -lxnet on HP-UX 11.11. */ 152#ifndef _HPUX_ALT_XOPEN_SOCKET_API 153# undef _HPUX_ALT_XOPEN_SOCKET_API 154#endif 155/* Identify the host operating system as Minix. 156 This macro does not affect the system headers' behavior. 157 A future release of Autoconf may stop defining this macro. */ 158#ifndef _MINIX 159# undef _MINIX 160#endif 161/* Enable general extensions on NetBSD. 162 Enable NetBSD compatibility extensions on Minix. */ 163#ifndef _NETBSD_SOURCE 164# undef _NETBSD_SOURCE 165#endif 166/* Enable OpenBSD compatibility extensions on NetBSD. 167 Oddly enough, this does nothing on OpenBSD. */ 168#ifndef _OPENBSD_SOURCE 169# undef _OPENBSD_SOURCE 170#endif 171/* Define to 1 if needed for POSIX-compatible behavior. */ 172#ifndef _POSIX_SOURCE 173# undef _POSIX_SOURCE 174#endif 175/* Define to 2 if needed for POSIX-compatible behavior. */ 176#ifndef _POSIX_1_SOURCE 177# undef _POSIX_1_SOURCE 178#endif 179/* Enable POSIX-compatible threading on Solaris. */ 180#ifndef _POSIX_PTHREAD_SEMANTICS 181# undef _POSIX_PTHREAD_SEMANTICS 182#endif 183/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ 184#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 185# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 186#endif 187/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ 188#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ 189# undef __STDC_WANT_IEC_60559_BFP_EXT__ 190#endif 191/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ 192#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ 193# undef __STDC_WANT_IEC_60559_DFP_EXT__ 194#endif 195/* Enable extensions specified by C23 Annex F. */ 196#ifndef __STDC_WANT_IEC_60559_EXT__ 197# undef __STDC_WANT_IEC_60559_EXT__ 198#endif 199/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ 200#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ 201# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ 202#endif 203/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */ 204#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ 205# undef __STDC_WANT_IEC_60559_TYPES_EXT__ 206#endif 207/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ 208#ifndef __STDC_WANT_LIB_EXT2__ 209# undef __STDC_WANT_LIB_EXT2__ 210#endif 211/* Enable extensions specified by ISO/IEC 24747:2009. */ 212#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ 213# undef __STDC_WANT_MATH_SPEC_FUNCS__ 214#endif 215/* Enable extensions on HP NonStop. */ 216#ifndef _TANDEM_SOURCE 217# undef _TANDEM_SOURCE 218#endif 219/* Enable X/Open extensions. Define to 500 only if necessary 220 to make mbstate_t available. */ 221#ifndef _XOPEN_SOURCE 222# undef _XOPEN_SOURCE 223#endif 224 225 226/* Version number of package */ 227#undef VERSION 228 229/* Support bdf format bitmap font files */ 230#undef XFONT_BDFFORMAT 231 232/* Support bitmap font files */ 233#undef XFONT_BITMAP 234 235/* Support built-in fonts */ 236#undef XFONT_BUILTINS 237 238/* Support the X Font Services Protocol */ 239#undef XFONT_FC 240 241/* Support fonts in files */ 242#undef XFONT_FONTFILE 243 244/* Support FreeType rasterizer for nearly all font file formats */ 245#undef XFONT_FREETYPE 246 247/* Support pcf format bitmap font files */ 248#undef XFONT_PCFFORMAT 249 250/* Support snf format bitmap font files */ 251#undef XFONT_SNFFORMAT 252 253/* Support bzip2 for bitmap fonts */ 254#undef X_BZIP2_FONT_COMPRESSION 255 256/* Support gzip for bitmap fonts */ 257#undef X_GZIP_FONT_COMPRESSION 258 259/* Number of bits in a file offset, on hosts where this is settable. */ 260#undef _FILE_OFFSET_BITS 261 262/* Define to 1 on platforms where this makes off_t a 64-bit type. */ 263#undef _LARGE_FILES 264 265/* Number of bits in time_t, on hosts where this is settable. */ 266#undef _TIME_BITS 267 268/* Defined if needed to expose struct msghdr.msg_control */ 269#undef _XOPEN_SOURCE 270 271/* Define to 1 on platforms where this makes time_t a 64-bit type. */ 272#undef __MINGW_USE_VC2005_COMPAT 273