config.h.in revision fc5a983d
1fc5a983dSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2fc5a983dSmrg
3fc5a983dSmrg#include "xorg-server.h"
4fc5a983dSmrg
5fc5a983dSmrg/* X server doesn't have built-in mode code, so we need to build it */
6fc5a983dSmrg#undef BUILD_XMODES
7fc5a983dSmrg
8fc5a983dSmrg/* Define to 1 if you have the <dlfcn.h> header file. */
9fc5a983dSmrg#undef HAVE_DLFCN_H
10fc5a983dSmrg
11fc5a983dSmrg/* Define to 1 if you have the <inttypes.h> header file. */
12fc5a983dSmrg#undef HAVE_INTTYPES_H
13fc5a983dSmrg
14fc5a983dSmrg/* Define to 1 if you have the <memory.h> header file. */
15fc5a983dSmrg#undef HAVE_MEMORY_H
16fc5a983dSmrg
17fc5a983dSmrg/* Define to 1 if you have the <stdint.h> header file. */
18fc5a983dSmrg#undef HAVE_STDINT_H
19fc5a983dSmrg
20fc5a983dSmrg/* Define to 1 if you have the <stdlib.h> header file. */
21fc5a983dSmrg#undef HAVE_STDLIB_H
22fc5a983dSmrg
23fc5a983dSmrg/* Define to 1 if you have the <strings.h> header file. */
24fc5a983dSmrg#undef HAVE_STRINGS_H
25fc5a983dSmrg
26fc5a983dSmrg/* Define to 1 if you have the <string.h> header file. */
27fc5a983dSmrg#undef HAVE_STRING_H
28fc5a983dSmrg
29fc5a983dSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
30fc5a983dSmrg#undef HAVE_SYS_STAT_H
31fc5a983dSmrg
32fc5a983dSmrg/* Define to 1 if you have the <sys/types.h> header file. */
33fc5a983dSmrg#undef HAVE_SYS_TYPES_H
34fc5a983dSmrg
35fc5a983dSmrg/* Define to 1 if you have the <unistd.h> header file. */
36fc5a983dSmrg#undef HAVE_UNISTD_H
37fc5a983dSmrg
38fc5a983dSmrg/* Name of package */
39fc5a983dSmrg#undef PACKAGE
40fc5a983dSmrg
41fc5a983dSmrg/* Define to the address where bug reports for this package should be sent. */
42fc5a983dSmrg#undef PACKAGE_BUGREPORT
43fc5a983dSmrg
44fc5a983dSmrg/* Define to the full name of this package. */
45fc5a983dSmrg#undef PACKAGE_NAME
46fc5a983dSmrg
47fc5a983dSmrg/* Define to the full name and version of this package. */
48fc5a983dSmrg#undef PACKAGE_STRING
49fc5a983dSmrg
50fc5a983dSmrg/* Define to the one symbol short name of this package. */
51fc5a983dSmrg#undef PACKAGE_TARNAME
52fc5a983dSmrg
53fc5a983dSmrg/* Define to the version of this package. */
54fc5a983dSmrg#undef PACKAGE_VERSION
55fc5a983dSmrg
56fc5a983dSmrg/* Major version of this package */
57fc5a983dSmrg#undef PACKAGE_VERSION_MAJOR
58fc5a983dSmrg
59fc5a983dSmrg/* Minor version of this package */
60fc5a983dSmrg#undef PACKAGE_VERSION_MINOR
61fc5a983dSmrg
62fc5a983dSmrg/* Patch version of this package */
63fc5a983dSmrg#undef PACKAGE_VERSION_PATCHLEVEL
64fc5a983dSmrg
65fc5a983dSmrg/* Define to 1 if you have the ANSI C header files. */
66fc5a983dSmrg#undef STDC_HEADERS
67fc5a983dSmrg
68fc5a983dSmrg/* Version number of package */
69fc5a983dSmrg#undef VERSION
70