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/* Define to 1 if you have the <dlfcn.h> header file. */
723a0898aSmrg#undef HAVE_DLFCN_H
823a0898aSmrg
923a0898aSmrg/* Define to 1 if you have the <endian.h> header file. */
1023a0898aSmrg#undef HAVE_ENDIAN_H
1123a0898aSmrg
1223a0898aSmrg/* Define to 1 if you have the <inttypes.h> header file. */
1323a0898aSmrg#undef HAVE_INTTYPES_H
1423a0898aSmrg
15b3062210Smrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
16b3062210Smrg#undef HAVE_LIBWS2_32
17b3062210Smrg
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
27b020570bSmrg/* Define to 1 if you have the `readlink' function. */
28b020570bSmrg#undef HAVE_READLINK
29b020570bSmrg
307f7f5e4eSmrg/* Define to 1 if the system has the type `socklen_t'. */
317f7f5e4eSmrg#undef HAVE_SOCKLEN_T
327f7f5e4eSmrg
3323a0898aSmrg/* Define to 1 if you have the <stdint.h> header file. */
3423a0898aSmrg#undef HAVE_STDINT_H
3523a0898aSmrg
3623a0898aSmrg/* Define to 1 if you have the <stdlib.h> header file. */
3723a0898aSmrg#undef HAVE_STDLIB_H
3823a0898aSmrg
3923a0898aSmrg/* Define to 1 if you have the <strings.h> header file. */
4023a0898aSmrg#undef HAVE_STRINGS_H
4123a0898aSmrg
4223a0898aSmrg/* Define to 1 if you have the <string.h> header file. */
4323a0898aSmrg#undef HAVE_STRING_H
4423a0898aSmrg
4523a0898aSmrg/* Define to 1 if you have the <sys/poll.h> header file. */
4623a0898aSmrg#undef HAVE_SYS_POLL_H
4723a0898aSmrg
4823a0898aSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
4923a0898aSmrg#undef HAVE_SYS_STAT_H
5023a0898aSmrg
5123a0898aSmrg/* Define to 1 if you have the <sys/types.h> header file. */
5223a0898aSmrg#undef HAVE_SYS_TYPES_H
5323a0898aSmrg
5423a0898aSmrg/* Define to 1 if you have the <unistd.h> header file. */
5523a0898aSmrg#undef HAVE_UNISTD_H
5623a0898aSmrg
5723a0898aSmrg/* Support IPv6 for TCP connections */
5823a0898aSmrg#undef IPv6
5923a0898aSmrg
6023a0898aSmrg/* Support os-specific local connections */
6123a0898aSmrg#undef LOCALCONN
6223a0898aSmrg
63b43acbb4Smrg/* Define to the sub-directory where libtool stores uninstalled libraries. */
645a3d36dfSmrg#undef LT_OBJDIR
655a3d36dfSmrg
6623a0898aSmrg/* Name of package */
6723a0898aSmrg#undef PACKAGE
6823a0898aSmrg
6923a0898aSmrg/* Define to the address where bug reports for this package should be sent. */
7023a0898aSmrg#undef PACKAGE_BUGREPORT
7123a0898aSmrg
7223a0898aSmrg/* Define to the full name of this package. */
7323a0898aSmrg#undef PACKAGE_NAME
7423a0898aSmrg
7523a0898aSmrg/* Define to the full name and version of this package. */
7623a0898aSmrg#undef PACKAGE_STRING
7723a0898aSmrg
7823a0898aSmrg/* Define to the one symbol short name of this package. */
7923a0898aSmrg#undef PACKAGE_TARNAME
8023a0898aSmrg
8141c30155Smrg/* Define to the home page for this package. */
8241c30155Smrg#undef PACKAGE_URL
8341c30155Smrg
8423a0898aSmrg/* Define to the version of this package. */
8523a0898aSmrg#undef PACKAGE_VERSION
8623a0898aSmrg
8723a0898aSmrg/* Major version of this package */
8823a0898aSmrg#undef PACKAGE_VERSION_MAJOR
8923a0898aSmrg
9023a0898aSmrg/* Minor version of this package */
9123a0898aSmrg#undef PACKAGE_VERSION_MINOR
9223a0898aSmrg
9323a0898aSmrg/* Patch version of this package */
9423a0898aSmrg#undef PACKAGE_VERSION_PATCHLEVEL
9523a0898aSmrg
9623a0898aSmrg/* Define to 1 if you have the ANSI C header files. */
9723a0898aSmrg#undef STDC_HEADERS
9823a0898aSmrg
9923a0898aSmrg/* Support TCP socket connections */
10023a0898aSmrg#undef TCPCONN
10123a0898aSmrg
10223a0898aSmrg/* Support UNIX socket connections */
10323a0898aSmrg#undef UNIXCONN
10423a0898aSmrg
105b020570bSmrg/* Enable extensions on AIX 3, Interix.  */
106b020570bSmrg#ifndef _ALL_SOURCE
107b020570bSmrg# undef _ALL_SOURCE
108b020570bSmrg#endif
109b020570bSmrg/* Enable GNU extensions on systems that have them.  */
110b020570bSmrg#ifndef _GNU_SOURCE
111b020570bSmrg# undef _GNU_SOURCE
112b020570bSmrg#endif
113b020570bSmrg/* Enable threading extensions on Solaris.  */
114b020570bSmrg#ifndef _POSIX_PTHREAD_SEMANTICS
115b020570bSmrg# undef _POSIX_PTHREAD_SEMANTICS
116b020570bSmrg#endif
117b020570bSmrg/* Enable extensions on HP NonStop.  */
118b020570bSmrg#ifndef _TANDEM_SOURCE
119b020570bSmrg# undef _TANDEM_SOURCE
120b020570bSmrg#endif
121b020570bSmrg/* Enable general extensions on Solaris.  */
122b020570bSmrg#ifndef __EXTENSIONS__
123b020570bSmrg# undef __EXTENSIONS__
124b020570bSmrg#endif
125b020570bSmrg
126b020570bSmrg
12723a0898aSmrg/* Version number of package */
12823a0898aSmrg#undef VERSION
12923a0898aSmrg
13023a0898aSmrg/* Support bdf format bitmap font files */
13123a0898aSmrg#undef XFONT_BDFFORMAT
13223a0898aSmrg
13323a0898aSmrg/* Support bitmap font files */
13423a0898aSmrg#undef XFONT_BITMAP
13523a0898aSmrg
13623a0898aSmrg/* Support built-in fonts */
13723a0898aSmrg#undef XFONT_BUILTINS
13823a0898aSmrg
13923a0898aSmrg/* Support the X Font Services Protocol */
14023a0898aSmrg#undef XFONT_FC
14123a0898aSmrg
14223a0898aSmrg/* Support fonts in files */
14323a0898aSmrg#undef XFONT_FONTFILE
14423a0898aSmrg
14523a0898aSmrg/* Support FreeType rasterizer for nearly all font file formats */
14623a0898aSmrg#undef XFONT_FREETYPE
14723a0898aSmrg
14823a0898aSmrg/* Support pcf format bitmap font files */
14923a0898aSmrg#undef XFONT_PCFFORMAT
15023a0898aSmrg
15123a0898aSmrg/* Support snf format bitmap font files */
15223a0898aSmrg#undef XFONT_SNFFORMAT
15323a0898aSmrg
1547f7f5e4eSmrg/* Support bzip2 for bitmap fonts */
1557f7f5e4eSmrg#undef X_BZIP2_FONT_COMPRESSION
15623a0898aSmrg
15723a0898aSmrg/* Support gzip for bitmap fonts */
15823a0898aSmrg#undef X_GZIP_FONT_COMPRESSION
159b020570bSmrg
160b020570bSmrg/* Define to 1 if on MINIX. */
161b020570bSmrg#undef _MINIX
162b020570bSmrg
163b020570bSmrg/* Define to 2 if the system does not provide POSIX.1 features except with
164b020570bSmrg   this defined. */
165b020570bSmrg#undef _POSIX_1_SOURCE
166b020570bSmrg
167b020570bSmrg/* Define to 1 if you need to in order for `stat' and other things to work. */
168b020570bSmrg#undef _POSIX_SOURCE
169b020570bSmrg
170b020570bSmrg/* Defined if needed to expose struct msghdr.msg_control */
171b020570bSmrg#undef _XOPEN_SOURCE
172