114d3123bSsnj/* config.h.  Generated from config.h.in by configure.  */
214d3123bSsnj/* config.h.in.  Generated from configure.ac by autoheader.  */
3655233e0Smrg
4655233e0Smrg/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */
5655233e0Smrg#define BSD44SOCKETS 1
6655233e0Smrg
7655233e0Smrg/* comma-separated list of strings for config file paths when not specified */
8cbc36617Shans#define DEFAULT_CONFIG_FILE "/etc/X11/fs/config"
9655233e0Smrg
109bb0b7e7Smrg/* Define to 1 if you have the `daemon' function. */
119bb0b7e7Smrg#define HAVE_DAEMON 1
129bb0b7e7Smrg
13655233e0Smrg/* Define to 1 if you have the <inttypes.h> header file. */
14655233e0Smrg#define HAVE_INTTYPES_H 1
15655233e0Smrg
169bb0b7e7Smrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
179bb0b7e7Smrg/* #undef HAVE_LIBWS2_32 */
189bb0b7e7Smrg
19004db1f1Smrg/* Define to 1 if you have the <minix/config.h> header file. */
20004db1f1Smrg#undef HAVE_MINIX_CONFIG_H
21655233e0Smrg
22655233e0Smrg/* Define to 1 if the system has the type `socklen_t'. */
23655233e0Smrg#define HAVE_SOCKLEN_T 1
24655233e0Smrg
25655233e0Smrg/* Define to 1 if you have the <stdint.h> header file. */
26655233e0Smrg#define HAVE_STDINT_H 1
27655233e0Smrg
28004db1f1Smrg/* Define to 1 if you have the <stdio.h> header file. */
29004db1f1Smrg#define HAVE_STDIO_H 1
30004db1f1Smrg
31655233e0Smrg/* Define to 1 if you have the <stdlib.h> header file. */
32655233e0Smrg#define HAVE_STDLIB_H 1
33655233e0Smrg
34004db1f1Smrg/* Define to 1 if you have the `strcasecmp' function. */
35004db1f1Smrg#define HAVE_STRCASECMP 1
36004db1f1Smrg
37655233e0Smrg/* Define to 1 if you have the <strings.h> header file. */
38655233e0Smrg#define HAVE_STRINGS_H 1
39655233e0Smrg
40655233e0Smrg/* Define to 1 if you have the <string.h> header file. */
41655233e0Smrg#define HAVE_STRING_H 1
42655233e0Smrg
43004db1f1Smrg/* Define to 1 if you have the `strlcpy' function. */
44004db1f1Smrg#define HAVE_STRLCPY 1
45004db1f1Smrg
46655233e0Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
47655233e0Smrg#define HAVE_SYS_STAT_H 1
48655233e0Smrg
49655233e0Smrg/* Define to 1 if you have the <sys/types.h> header file. */
50655233e0Smrg#define HAVE_SYS_TYPES_H 1
51655233e0Smrg
52655233e0Smrg/* Define to 1 if you have the <unistd.h> header file. */
53655233e0Smrg#define HAVE_UNISTD_H 1
54655233e0Smrg
55004db1f1Smrg/* Define to 1 if you have the <wchar.h> header file. */
56004db1f1Smrg#define HAVE_WCHAR_H 1
57004db1f1Smrg
58655233e0Smrg/* Support IPv6 for TCP connections */
59e880330cSchristos#ifndef __NetBSD__	/* Defined by the build */
60e880330cSchristos# define IPv6 1
61e880330cSchristos#endif
62655233e0Smrg
63655233e0Smrg/* Support os-specific local connections */
64655233e0Smrg/* #undef LOCALCONN */
65655233e0Smrg
66655233e0Smrg/* Name of package */
67655233e0Smrg#define PACKAGE "xfs"
68655233e0Smrg
69655233e0Smrg/* Define to the address where bug reports for this package should be sent. */
70655233e0Smrg#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
71655233e0Smrg
72655233e0Smrg/* Define to the full name of this package. */
73655233e0Smrg#define PACKAGE_NAME "xfs"
74655233e0Smrg
75655233e0Smrg/* Define to the full name and version of this package. */
7694f982dbSmrg#define PACKAGE_STRING "xfs 1.2.2"
77655233e0Smrg
78655233e0Smrg/* Define to the one symbol short name of this package. */
79655233e0Smrg#define PACKAGE_TARNAME "xfs"
80655233e0Smrg
8114d3123bSsnj/* Define to the home page for this package. */
8214d3123bSsnj#define PACKAGE_URL ""
8314d3123bSsnj
84655233e0Smrg/* Define to the version of this package. */
8594f982dbSmrg#define PACKAGE_VERSION "1.2.2"
86655233e0Smrg
87655233e0Smrg/* Major version of this package */
88655233e0Smrg#define PACKAGE_VERSION_MAJOR 1
89655233e0Smrg
90655233e0Smrg/* Minor version of this package */
9130e1ba2cSmrg#define PACKAGE_VERSION_MINOR 2
92655233e0Smrg
93655233e0Smrg/* Patch version of this package */
9494f982dbSmrg#define PACKAGE_VERSION_PATCHLEVEL 2
95655233e0Smrg
96004db1f1Smrg/* Define to 1 if all of the C90 standard headers exist (not just the ones
97004db1f1Smrg   required in a freestanding environment). This macro is provided for
98004db1f1Smrg   backward compatibility; new code need not use it. */
99655233e0Smrg#define STDC_HEADERS 1
100655233e0Smrg
101655233e0Smrg/* Support TCP socket connections */
102655233e0Smrg#define TCPCONN 1
103655233e0Smrg
104655233e0Smrg/* Support UNIX socket connections */
105655233e0Smrg#define UNIXCONN 1
106655233e0Smrg
1079bb0b7e7Smrg/* Build support for logging via syslog */
1089bb0b7e7Smrg#define USE_SYSLOG 1
1099bb0b7e7Smrg
11014d3123bSsnj/* Enable extensions on AIX 3, Interix.  */
1119bb0b7e7Smrg#ifndef _ALL_SOURCE
11214d3123bSsnj# define _ALL_SOURCE 1
1139bb0b7e7Smrg#endif
114004db1f1Smrg/* Enable general extensions on macOS.  */
115004db1f1Smrg#ifndef _DARWIN_C_SOURCE
116004db1f1Smrg# undef _DARWIN_C_SOURCE
117004db1f1Smrg#endif
118004db1f1Smrg/* Enable general extensions on Solaris.  */
119004db1f1Smrg#ifndef __EXTENSIONS__
120004db1f1Smrg# undef __EXTENSIONS__
121004db1f1Smrg#endif
1229bb0b7e7Smrg/* Enable GNU extensions on systems that have them.  */
1239bb0b7e7Smrg#ifndef _GNU_SOURCE
1249bb0b7e7Smrg# define _GNU_SOURCE 1
1259bb0b7e7Smrg#endif
126004db1f1Smrg/* Enable X/Open compliant socket functions that do not require linking
127004db1f1Smrg   with -lxnet on HP-UX 11.11.  */
128004db1f1Smrg#ifndef _HPUX_ALT_XOPEN_SOCKET_API
129004db1f1Smrg# undef _HPUX_ALT_XOPEN_SOCKET_API
130004db1f1Smrg#endif
131004db1f1Smrg/* Identify the host operating system as Minix.
132004db1f1Smrg   This macro does not affect the system headers' behavior.
133004db1f1Smrg   A future release of Autoconf may stop defining this macro.  */
134004db1f1Smrg#ifndef _MINIX
135004db1f1Smrg# undef _MINIX
136004db1f1Smrg#endif
137004db1f1Smrg/* Enable general extensions on NetBSD.
138004db1f1Smrg   Enable NetBSD compatibility extensions on Minix.  */
139004db1f1Smrg#ifndef _NETBSD_SOURCE
140004db1f1Smrg# undef _NETBSD_SOURCE
141004db1f1Smrg#endif
142004db1f1Smrg/* Enable OpenBSD compatibility extensions on NetBSD.
143004db1f1Smrg   Oddly enough, this does nothing on OpenBSD.  */
144004db1f1Smrg#ifndef _OPENBSD_SOURCE
145004db1f1Smrg# undef _OPENBSD_SOURCE
146004db1f1Smrg#endif
147004db1f1Smrg/* Define to 1 if needed for POSIX-compatible behavior.  */
148004db1f1Smrg#ifndef _POSIX_SOURCE
149004db1f1Smrg# undef _POSIX_SOURCE
150004db1f1Smrg#endif
151004db1f1Smrg/* Define to 2 if needed for POSIX-compatible behavior.  */
152004db1f1Smrg#ifndef _POSIX_1_SOURCE
153004db1f1Smrg# undef _POSIX_1_SOURCE
154004db1f1Smrg#endif
155004db1f1Smrg/* Enable POSIX-compatible threading on Solaris.  */
15614d3123bSsnj#ifndef _POSIX_PTHREAD_SEMANTICS
15714d3123bSsnj# define _POSIX_PTHREAD_SEMANTICS 1
15814d3123bSsnj#endif
159004db1f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
160004db1f1Smrg#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
161004db1f1Smrg# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
162004db1f1Smrg#endif
163004db1f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
164004db1f1Smrg#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
165004db1f1Smrg# undef __STDC_WANT_IEC_60559_BFP_EXT__
166004db1f1Smrg#endif
167004db1f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
168004db1f1Smrg#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
169004db1f1Smrg# undef __STDC_WANT_IEC_60559_DFP_EXT__
170004db1f1Smrg#endif
171004db1f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
172004db1f1Smrg#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
173004db1f1Smrg# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
174004db1f1Smrg#endif
175004db1f1Smrg/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
176004db1f1Smrg#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
177004db1f1Smrg# undef __STDC_WANT_IEC_60559_TYPES_EXT__
178004db1f1Smrg#endif
179004db1f1Smrg/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
180004db1f1Smrg#ifndef __STDC_WANT_LIB_EXT2__
181004db1f1Smrg# undef __STDC_WANT_LIB_EXT2__
182004db1f1Smrg#endif
183004db1f1Smrg/* Enable extensions specified by ISO/IEC 24747:2009.  */
184004db1f1Smrg#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
185004db1f1Smrg# undef __STDC_WANT_MATH_SPEC_FUNCS__
186004db1f1Smrg#endif
18714d3123bSsnj/* Enable extensions on HP NonStop.  */
18814d3123bSsnj#ifndef _TANDEM_SOURCE
18914d3123bSsnj# define _TANDEM_SOURCE 1
19014d3123bSsnj#endif
191004db1f1Smrg/* Enable X/Open extensions.  Define to 500 only if necessary
192004db1f1Smrg   to make mbstate_t available.  */
193004db1f1Smrg#ifndef _XOPEN_SOURCE
194004db1f1Smrg# undef _XOPEN_SOURCE
19514d3123bSsnj#endif
19614d3123bSsnj
19714d3123bSsnj
19814d3123bSsnj/* Version number of package */
19994f982dbSmrg#define VERSION "1.2.2"
20014d3123bSsnj
20114d3123bSsnj/* Build support for starting from inetd */
20214d3123bSsnj#define XFS_INETD 1
2039bb0b7e7Smrg
20414d3123bSsnj/* Defined if needed to expose struct msghdr.msg_control */
20514d3123bSsnj/* #undef _XOPEN_SOURCE */
206