config.h revision 14d3123b
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
19655233e0Smrg/* Define to 1 if you have the <memory.h> header file. */
20655233e0Smrg#define HAVE_MEMORY_H 1
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
28655233e0Smrg/* Define to 1 if you have the <stdlib.h> header file. */
29655233e0Smrg#define HAVE_STDLIB_H 1
30655233e0Smrg
31655233e0Smrg/* Define to 1 if you have the <strings.h> header file. */
32655233e0Smrg#define HAVE_STRINGS_H 1
33655233e0Smrg
34655233e0Smrg/* Define to 1 if you have the <string.h> header file. */
35655233e0Smrg#define HAVE_STRING_H 1
36655233e0Smrg
37655233e0Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
38655233e0Smrg#define HAVE_SYS_STAT_H 1
39655233e0Smrg
40655233e0Smrg/* Define to 1 if you have the <sys/types.h> header file. */
41655233e0Smrg#define HAVE_SYS_TYPES_H 1
42655233e0Smrg
43655233e0Smrg/* Define to 1 if you have the <unistd.h> header file. */
44655233e0Smrg#define HAVE_UNISTD_H 1
45655233e0Smrg
46655233e0Smrg/* Support IPv6 for TCP connections */
47655233e0Smrg#define IPv6 1
48655233e0Smrg
49655233e0Smrg/* Support os-specific local connections */
50655233e0Smrg/* #undef LOCALCONN */
51655233e0Smrg
52655233e0Smrg/* Name of package */
53655233e0Smrg#define PACKAGE "xfs"
54655233e0Smrg
55655233e0Smrg/* Define to the address where bug reports for this package should be sent. */
56655233e0Smrg#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
57655233e0Smrg
58655233e0Smrg/* Define to the full name of this package. */
59655233e0Smrg#define PACKAGE_NAME "xfs"
60655233e0Smrg
61655233e0Smrg/* Define to the full name and version of this package. */
6214d3123bSsnj#define PACKAGE_STRING "xfs 1.1.4"
63655233e0Smrg
64655233e0Smrg/* Define to the one symbol short name of this package. */
65655233e0Smrg#define PACKAGE_TARNAME "xfs"
66655233e0Smrg
6714d3123bSsnj/* Define to the home page for this package. */
6814d3123bSsnj#define PACKAGE_URL ""
6914d3123bSsnj
70655233e0Smrg/* Define to the version of this package. */
7114d3123bSsnj#define PACKAGE_VERSION "1.1.4"
72655233e0Smrg
73655233e0Smrg/* Major version of this package */
74655233e0Smrg#define PACKAGE_VERSION_MAJOR 1
75655233e0Smrg
76655233e0Smrg/* Minor version of this package */
779bb0b7e7Smrg#define PACKAGE_VERSION_MINOR 1
78655233e0Smrg
79655233e0Smrg/* Patch version of this package */
8014d3123bSsnj#define PACKAGE_VERSION_PATCHLEVEL 4
81655233e0Smrg
82655233e0Smrg/* Define to 1 if you have the ANSI C header files. */
83655233e0Smrg#define STDC_HEADERS 1
84655233e0Smrg
85655233e0Smrg/* Support TCP socket connections */
86655233e0Smrg#define TCPCONN 1
87655233e0Smrg
88655233e0Smrg/* Support UNIX socket connections */
89655233e0Smrg#define UNIXCONN 1
90655233e0Smrg
919bb0b7e7Smrg/* Build support for logging via syslog */
929bb0b7e7Smrg#define USE_SYSLOG 1
939bb0b7e7Smrg
9414d3123bSsnj/* Enable extensions on AIX 3, Interix.  */
959bb0b7e7Smrg#ifndef _ALL_SOURCE
9614d3123bSsnj# define _ALL_SOURCE 1
979bb0b7e7Smrg#endif
989bb0b7e7Smrg/* Enable GNU extensions on systems that have them.  */
999bb0b7e7Smrg#ifndef _GNU_SOURCE
1009bb0b7e7Smrg# define _GNU_SOURCE 1
1019bb0b7e7Smrg#endif
10214d3123bSsnj/* Enable threading extensions on Solaris.  */
10314d3123bSsnj#ifndef _POSIX_PTHREAD_SEMANTICS
10414d3123bSsnj# define _POSIX_PTHREAD_SEMANTICS 1
10514d3123bSsnj#endif
10614d3123bSsnj/* Enable extensions on HP NonStop.  */
10714d3123bSsnj#ifndef _TANDEM_SOURCE
10814d3123bSsnj# define _TANDEM_SOURCE 1
10914d3123bSsnj#endif
11014d3123bSsnj/* Enable general extensions on Solaris.  */
11114d3123bSsnj#ifndef __EXTENSIONS__
11214d3123bSsnj# define __EXTENSIONS__ 1
11314d3123bSsnj#endif
11414d3123bSsnj
11514d3123bSsnj
11614d3123bSsnj/* Version number of package */
11714d3123bSsnj#define VERSION "1.1.4"
11814d3123bSsnj
11914d3123bSsnj/* Build support for starting from inetd */
12014d3123bSsnj#define XFS_INETD 1
1219bb0b7e7Smrg
1229bb0b7e7Smrg/* Define to 1 if on MINIX. */
1239bb0b7e7Smrg/* #undef _MINIX */
1249bb0b7e7Smrg
1259bb0b7e7Smrg/* Define to 2 if the system does not provide POSIX.1 features except with
1269bb0b7e7Smrg   this defined. */
1279bb0b7e7Smrg/* #undef _POSIX_1_SOURCE */
1289bb0b7e7Smrg
1299bb0b7e7Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */
1309bb0b7e7Smrg/* #undef _POSIX_SOURCE */
1319bb0b7e7Smrg
13214d3123bSsnj/* Defined if needed to expose struct msghdr.msg_control */
13314d3123bSsnj/* #undef _XOPEN_SOURCE */
134