config.h.in revision 23a0898a
123a0898aSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 223a0898aSmrg 323a0898aSmrg/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ 423a0898aSmrg#undef BSD44SOCKETS 523a0898aSmrg 623a0898aSmrg/* Support the font caching extension */ 723a0898aSmrg#undef FONTCACHE 823a0898aSmrg 923a0898aSmrg/* Define to 1 if you have the <dlfcn.h> header file. */ 1023a0898aSmrg#undef HAVE_DLFCN_H 1123a0898aSmrg 1223a0898aSmrg/* Define to 1 if you have the <endian.h> header file. */ 1323a0898aSmrg#undef HAVE_ENDIAN_H 1423a0898aSmrg 1523a0898aSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 1623a0898aSmrg#undef HAVE_INTTYPES_H 1723a0898aSmrg 1823a0898aSmrg/* Define to 1 if you have the <memory.h> header file. */ 1923a0898aSmrg#undef HAVE_MEMORY_H 2023a0898aSmrg 2123a0898aSmrg/* Define to 1 if you have the `poll' function. */ 2223a0898aSmrg#undef HAVE_POLL 2323a0898aSmrg 2423a0898aSmrg/* Define to 1 if you have the <poll.h> header file. */ 2523a0898aSmrg#undef HAVE_POLL_H 2623a0898aSmrg 2723a0898aSmrg/* Define to 1 if you have the <stdint.h> header file. */ 2823a0898aSmrg#undef HAVE_STDINT_H 2923a0898aSmrg 3023a0898aSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 3123a0898aSmrg#undef HAVE_STDLIB_H 3223a0898aSmrg 3323a0898aSmrg/* Define to 1 if you have the <strings.h> header file. */ 3423a0898aSmrg#undef HAVE_STRINGS_H 3523a0898aSmrg 3623a0898aSmrg/* Define to 1 if you have the <string.h> header file. */ 3723a0898aSmrg#undef HAVE_STRING_H 3823a0898aSmrg 3923a0898aSmrg/* Define to 1 if you have the <sys/poll.h> header file. */ 4023a0898aSmrg#undef HAVE_SYS_POLL_H 4123a0898aSmrg 4223a0898aSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 4323a0898aSmrg#undef HAVE_SYS_STAT_H 4423a0898aSmrg 4523a0898aSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 4623a0898aSmrg#undef HAVE_SYS_TYPES_H 4723a0898aSmrg 4823a0898aSmrg/* Define to 1 if you have the <unistd.h> header file. */ 4923a0898aSmrg#undef HAVE_UNISTD_H 5023a0898aSmrg 5123a0898aSmrg/* Support IPv6 for TCP connections */ 5223a0898aSmrg#undef IPv6 5323a0898aSmrg 5423a0898aSmrg/* Support dynamically loaded font modules */ 5523a0898aSmrg#undef LOADABLEFONTS 5623a0898aSmrg 5723a0898aSmrg/* Support os-specific local connections */ 5823a0898aSmrg#undef LOCALCONN 5923a0898aSmrg 6023a0898aSmrg/* Name of package */ 6123a0898aSmrg#undef PACKAGE 6223a0898aSmrg 6323a0898aSmrg/* Define to the address where bug reports for this package should be sent. */ 6423a0898aSmrg#undef PACKAGE_BUGREPORT 6523a0898aSmrg 6623a0898aSmrg/* Define to the full name of this package. */ 6723a0898aSmrg#undef PACKAGE_NAME 6823a0898aSmrg 6923a0898aSmrg/* Define to the full name and version of this package. */ 7023a0898aSmrg#undef PACKAGE_STRING 7123a0898aSmrg 7223a0898aSmrg/* Define to the one symbol short name of this package. */ 7323a0898aSmrg#undef PACKAGE_TARNAME 7423a0898aSmrg 7523a0898aSmrg/* Define to the version of this package. */ 7623a0898aSmrg#undef PACKAGE_VERSION 7723a0898aSmrg 7823a0898aSmrg/* Major version of this package */ 7923a0898aSmrg#undef PACKAGE_VERSION_MAJOR 8023a0898aSmrg 8123a0898aSmrg/* Minor version of this package */ 8223a0898aSmrg#undef PACKAGE_VERSION_MINOR 8323a0898aSmrg 8423a0898aSmrg/* Patch version of this package */ 8523a0898aSmrg#undef PACKAGE_VERSION_PATCHLEVEL 8623a0898aSmrg 8723a0898aSmrg/* Define as the return type of signal handlers (`int' or `void'). */ 8823a0898aSmrg#undef RETSIGTYPE 8923a0898aSmrg 9023a0898aSmrg/* Define to 1 if you have the ANSI C header files. */ 9123a0898aSmrg#undef STDC_HEADERS 9223a0898aSmrg 9323a0898aSmrg/* Support TCP socket connections */ 9423a0898aSmrg#undef TCPCONN 9523a0898aSmrg 9623a0898aSmrg/* Support UNIX socket connections */ 9723a0898aSmrg#undef UNIXCONN 9823a0898aSmrg 9923a0898aSmrg/* Version number of package */ 10023a0898aSmrg#undef VERSION 10123a0898aSmrg 10223a0898aSmrg/* Support bdf format bitmap font files */ 10323a0898aSmrg#undef XFONT_BDFFORMAT 10423a0898aSmrg 10523a0898aSmrg/* Support bitmap font files */ 10623a0898aSmrg#undef XFONT_BITMAP 10723a0898aSmrg 10823a0898aSmrg/* Support built-in fonts */ 10923a0898aSmrg#undef XFONT_BUILTINS 11023a0898aSmrg 11123a0898aSmrg/* Support the X Font Services Protocol */ 11223a0898aSmrg#undef XFONT_FC 11323a0898aSmrg 11423a0898aSmrg/* Support fonts in files */ 11523a0898aSmrg#undef XFONT_FONTFILE 11623a0898aSmrg 11723a0898aSmrg/* Support FreeType rasterizer for nearly all font file formats */ 11823a0898aSmrg#undef XFONT_FREETYPE 11923a0898aSmrg 12023a0898aSmrg/* Support pcf format bitmap font files */ 12123a0898aSmrg#undef XFONT_PCFFORMAT 12223a0898aSmrg 12323a0898aSmrg/* Support snf format bitmap font files */ 12423a0898aSmrg#undef XFONT_SNFFORMAT 12523a0898aSmrg 12623a0898aSmrg/* Support Speedo font files */ 12723a0898aSmrg#undef XFONT_SPEEDO 12823a0898aSmrg 12923a0898aSmrg/* Support IBM Type 1 rasterizer for Type1 font files */ 13023a0898aSmrg#undef XFONT_TYPE1 13123a0898aSmrg 13223a0898aSmrg/* Support gzip for bitmap fonts */ 13323a0898aSmrg#undef X_GZIP_FONT_COMPRESSION 134