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