config.h.in revision c7b4381a
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 <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 <memory.h> header file. */ 19#undef HAVE_MEMORY_H 20 21/* Define to 1 if you have the `poll' function. */ 22#undef HAVE_POLL 23 24/* Define to 1 if you have the <poll.h> header file. */ 25#undef HAVE_POLL_H 26 27/* Define to 1 if you have the `readlink' function. */ 28#undef HAVE_READLINK 29 30/* Define to 1 if you have the `reallocarray' function. */ 31#undef HAVE_REALLOCARRAY 32 33/* Define to 1 if the system has the type `socklen_t'. */ 34#undef HAVE_SOCKLEN_T 35 36/* Define to 1 if you have the <stdint.h> header file. */ 37#undef HAVE_STDINT_H 38 39/* Define to 1 if you have the <stdlib.h> header file. */ 40#undef HAVE_STDLIB_H 41 42/* Define to 1 if you have the <strings.h> header file. */ 43#undef HAVE_STRINGS_H 44 45/* Define to 1 if you have the <string.h> header file. */ 46#undef HAVE_STRING_H 47 48/* Define to 1 if you have the `strlcat' function. */ 49#undef HAVE_STRLCAT 50 51/* Define to 1 if you have the `strlcpy' function. */ 52#undef HAVE_STRLCPY 53 54/* Define to 1 if you have the <sys/poll.h> header file. */ 55#undef HAVE_SYS_POLL_H 56 57/* Define to 1 if you have the <sys/stat.h> header file. */ 58#undef HAVE_SYS_STAT_H 59 60/* Define to 1 if you have the <sys/types.h> header file. */ 61#undef HAVE_SYS_TYPES_H 62 63/* Define to 1 if you have the <unistd.h> header file. */ 64#undef HAVE_UNISTD_H 65 66/* Support IPv6 for TCP connections */ 67#undef IPv6 68 69/* Support os-specific local connections */ 70#undef LOCALCONN 71 72/* Define to the sub-directory where libtool stores uninstalled libraries. */ 73#undef LT_OBJDIR 74 75/* Name of package */ 76#undef PACKAGE 77 78/* Define to the address where bug reports for this package should be sent. */ 79#undef PACKAGE_BUGREPORT 80 81/* Define to the full name of this package. */ 82#undef PACKAGE_NAME 83 84/* Define to the full name and version of this package. */ 85#undef PACKAGE_STRING 86 87/* Define to the one symbol short name of this package. */ 88#undef PACKAGE_TARNAME 89 90/* Define to the home page for this package. */ 91#undef PACKAGE_URL 92 93/* Define to the version of this package. */ 94#undef PACKAGE_VERSION 95 96/* Major version of this package */ 97#undef PACKAGE_VERSION_MAJOR 98 99/* Minor version of this package */ 100#undef PACKAGE_VERSION_MINOR 101 102/* Patch version of this package */ 103#undef PACKAGE_VERSION_PATCHLEVEL 104 105/* Define to 1 if you have the ANSI C header files. */ 106#undef STDC_HEADERS 107 108/* Support TCP socket connections */ 109#undef TCPCONN 110 111/* Support UNIX socket connections */ 112#undef UNIXCONN 113 114/* Enable extensions on AIX 3, Interix. */ 115#ifndef _ALL_SOURCE 116# undef _ALL_SOURCE 117#endif 118/* Enable GNU extensions on systems that have them. */ 119#ifndef _GNU_SOURCE 120# undef _GNU_SOURCE 121#endif 122/* Enable threading extensions on Solaris. */ 123#ifndef _POSIX_PTHREAD_SEMANTICS 124# undef _POSIX_PTHREAD_SEMANTICS 125#endif 126/* Enable extensions on HP NonStop. */ 127#ifndef _TANDEM_SOURCE 128# undef _TANDEM_SOURCE 129#endif 130/* Enable general extensions on Solaris. */ 131#ifndef __EXTENSIONS__ 132# undef __EXTENSIONS__ 133#endif 134 135 136/* Version number of package */ 137#undef VERSION 138 139/* Support bdf format bitmap font files */ 140#undef XFONT_BDFFORMAT 141 142/* Support bitmap font files */ 143#undef XFONT_BITMAP 144 145/* Support built-in fonts */ 146#undef XFONT_BUILTINS 147 148/* Support the X Font Services Protocol */ 149#undef XFONT_FC 150 151/* Support fonts in files */ 152#undef XFONT_FONTFILE 153 154/* Support FreeType rasterizer for nearly all font file formats */ 155#undef XFONT_FREETYPE 156 157/* Support pcf format bitmap font files */ 158#undef XFONT_PCFFORMAT 159 160/* Support snf format bitmap font files */ 161#undef XFONT_SNFFORMAT 162 163/* Support bzip2 for bitmap fonts */ 164#undef X_BZIP2_FONT_COMPRESSION 165 166/* Support gzip for bitmap fonts */ 167#undef X_GZIP_FONT_COMPRESSION 168 169/* Define to 1 if on MINIX. */ 170#undef _MINIX 171 172/* Define to 2 if the system does not provide POSIX.1 features except with 173 this defined. */ 174#undef _POSIX_1_SOURCE 175 176/* Define to 1 if you need to in order for `stat' and other things to work. */ 177#undef _POSIX_SOURCE 178 179/* Defined if needed to expose struct msghdr.msg_control */ 180#undef _XOPEN_SOURCE 181