config.h.in revision 41c30155
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 the system has the type `socklen_t'. */
28#undef HAVE_SOCKLEN_T
29
30/* Define to 1 if you have the <stdint.h> header file. */
31#undef HAVE_STDINT_H
32
33/* Define to 1 if you have the <stdlib.h> header file. */
34#undef HAVE_STDLIB_H
35
36/* Define to 1 if you have the <strings.h> header file. */
37#undef HAVE_STRINGS_H
38
39/* Define to 1 if you have the <string.h> header file. */
40#undef HAVE_STRING_H
41
42/* Define to 1 if you have the <sys/poll.h> header file. */
43#undef HAVE_SYS_POLL_H
44
45/* Define to 1 if you have the <sys/stat.h> header file. */
46#undef HAVE_SYS_STAT_H
47
48/* Define to 1 if you have the <sys/types.h> header file. */
49#undef HAVE_SYS_TYPES_H
50
51/* Define to 1 if you have the <unistd.h> header file. */
52#undef HAVE_UNISTD_H
53
54/* Support IPv6 for TCP connections */
55#undef IPv6
56
57/* Support os-specific local connections */
58#undef LOCALCONN
59
60/* Define to the sub-directory in which libtool stores uninstalled libraries.
61   */
62#undef LT_OBJDIR
63
64/* Name of package */
65#undef PACKAGE
66
67/* Define to the address where bug reports for this package should be sent. */
68#undef PACKAGE_BUGREPORT
69
70/* Define to the full name of this package. */
71#undef PACKAGE_NAME
72
73/* Define to the full name and version of this package. */
74#undef PACKAGE_STRING
75
76/* Define to the one symbol short name of this package. */
77#undef PACKAGE_TARNAME
78
79/* Define to the home page for this package. */
80#undef PACKAGE_URL
81
82/* Define to the version of this package. */
83#undef PACKAGE_VERSION
84
85/* Major version of this package */
86#undef PACKAGE_VERSION_MAJOR
87
88/* Minor version of this package */
89#undef PACKAGE_VERSION_MINOR
90
91/* Patch version of this package */
92#undef PACKAGE_VERSION_PATCHLEVEL
93
94/* Define as the return type of signal handlers (`int' or `void'). */
95#undef RETSIGTYPE
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/* Version number of package */
107#undef VERSION
108
109/* Support bdf format bitmap font files */
110#undef XFONT_BDFFORMAT
111
112/* Support bitmap font files */
113#undef XFONT_BITMAP
114
115/* Support built-in fonts */
116#undef XFONT_BUILTINS
117
118/* Support the X Font Services Protocol */
119#undef XFONT_FC
120
121/* Support fonts in files */
122#undef XFONT_FONTFILE
123
124/* Support FreeType rasterizer for nearly all font file formats */
125#undef XFONT_FREETYPE
126
127/* Support pcf format bitmap font files */
128#undef XFONT_PCFFORMAT
129
130/* Support snf format bitmap font files */
131#undef XFONT_SNFFORMAT
132
133/* Support bzip2 for bitmap fonts */
134#undef X_BZIP2_FONT_COMPRESSION
135
136/* Support gzip for bitmap fonts */
137#undef X_GZIP_FONT_COMPRESSION
138