config.h.in revision d983712d
1d983712dSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2d983712dSmrg
3d983712dSmrg#include "xorg-server.h"
4d983712dSmrg
5d983712dSmrg/* Define to 1 if you have the <dlfcn.h> header file. */
6d983712dSmrg#undef HAVE_DLFCN_H
7d983712dSmrg
8d983712dSmrg/* Define to 1 if you have the <inttypes.h> header file. */
9d983712dSmrg#undef HAVE_INTTYPES_H
10d983712dSmrg
11d983712dSmrg/* Define to 1 if you have the <memory.h> header file. */
12d983712dSmrg#undef HAVE_MEMORY_H
13d983712dSmrg
14d983712dSmrg/* Define to 1 if you have the <stdint.h> header file. */
15d983712dSmrg#undef HAVE_STDINT_H
16d983712dSmrg
17d983712dSmrg/* Define to 1 if you have the <stdlib.h> header file. */
18d983712dSmrg#undef HAVE_STDLIB_H
19d983712dSmrg
20d983712dSmrg/* Define to 1 if you have the <strings.h> header file. */
21d983712dSmrg#undef HAVE_STRINGS_H
22d983712dSmrg
23d983712dSmrg/* Define to 1 if you have the <string.h> header file. */
24d983712dSmrg#undef HAVE_STRING_H
25d983712dSmrg
26d983712dSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
27d983712dSmrg#undef HAVE_SYS_STAT_H
28d983712dSmrg
29d983712dSmrg/* Define to 1 if you have the <sys/types.h> header file. */
30d983712dSmrg#undef HAVE_SYS_TYPES_H
31d983712dSmrg
32d983712dSmrg/* Define to 1 if you have the <unistd.h> header file. */
33d983712dSmrg#undef HAVE_UNISTD_H
34d983712dSmrg
35d983712dSmrg/* Name of package */
36d983712dSmrg#undef PACKAGE
37d983712dSmrg
38d983712dSmrg/* Define to the address where bug reports for this package should be sent. */
39d983712dSmrg#undef PACKAGE_BUGREPORT
40d983712dSmrg
41d983712dSmrg/* Define to the full name of this package. */
42d983712dSmrg#undef PACKAGE_NAME
43d983712dSmrg
44d983712dSmrg/* Define to the full name and version of this package. */
45d983712dSmrg#undef PACKAGE_STRING
46d983712dSmrg
47d983712dSmrg/* Define to the one symbol short name of this package. */
48d983712dSmrg#undef PACKAGE_TARNAME
49d983712dSmrg
50d983712dSmrg/* Define to the version of this package. */
51d983712dSmrg#undef PACKAGE_VERSION
52d983712dSmrg
53d983712dSmrg/* Define to 1 if you have the ANSI C header files. */
54d983712dSmrg#undef STDC_HEADERS
55d983712dSmrg
56d983712dSmrg/* Version number of package */
57d983712dSmrg#undef VERSION
58