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