config.h.in revision f3561b8b
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
38f3561b8bSmrg/* Define to the sub-directory in which libtool stores uninstalled libraries.
39f3561b8bSmrg   */
40f3561b8bSmrg#undef LT_OBJDIR
41f3561b8bSmrg
42fc5a983dSmrg/* Name of package */
43fc5a983dSmrg#undef PACKAGE
44fc5a983dSmrg
45fc5a983dSmrg/* Define to the address where bug reports for this package should be sent. */
46fc5a983dSmrg#undef PACKAGE_BUGREPORT
47fc5a983dSmrg
48fc5a983dSmrg/* Define to the full name of this package. */
49fc5a983dSmrg#undef PACKAGE_NAME
50fc5a983dSmrg
51fc5a983dSmrg/* Define to the full name and version of this package. */
52fc5a983dSmrg#undef PACKAGE_STRING
53fc5a983dSmrg
54fc5a983dSmrg/* Define to the one symbol short name of this package. */
55fc5a983dSmrg#undef PACKAGE_TARNAME
56fc5a983dSmrg
57fc5a983dSmrg/* Define to the version of this package. */
58fc5a983dSmrg#undef PACKAGE_VERSION
59fc5a983dSmrg
60fc5a983dSmrg/* Major version of this package */
61fc5a983dSmrg#undef PACKAGE_VERSION_MAJOR
62fc5a983dSmrg
63fc5a983dSmrg/* Minor version of this package */
64fc5a983dSmrg#undef PACKAGE_VERSION_MINOR
65fc5a983dSmrg
66fc5a983dSmrg/* Patch version of this package */
67fc5a983dSmrg#undef PACKAGE_VERSION_PATCHLEVEL
68fc5a983dSmrg
69fc5a983dSmrg/* Define to 1 if you have the ANSI C header files. */
70fc5a983dSmrg#undef STDC_HEADERS
71fc5a983dSmrg
72fc5a983dSmrg/* Version number of package */
73fc5a983dSmrg#undef VERSION
74