config.h.in revision 6f5dd5c2
1a0195d5fSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2a0195d5fSmrg
36600fe5bSmrg/* Define to 1 if you have the <inttypes.h> header file. */
46600fe5bSmrg#undef HAVE_INTTYPES_H
56600fe5bSmrg
66600fe5bSmrg/* Define to 1 if you have the <memory.h> header file. */
76600fe5bSmrg#undef HAVE_MEMORY_H
86600fe5bSmrg
96600fe5bSmrg/* Define to 1 if you have the <stdint.h> header file. */
106600fe5bSmrg#undef HAVE_STDINT_H
116600fe5bSmrg
126600fe5bSmrg/* Define to 1 if you have the <stdlib.h> header file. */
136600fe5bSmrg#undef HAVE_STDLIB_H
146600fe5bSmrg
156600fe5bSmrg/* Define to 1 if you have the <strings.h> header file. */
166600fe5bSmrg#undef HAVE_STRINGS_H
176600fe5bSmrg
186600fe5bSmrg/* Define to 1 if you have the <string.h> header file. */
196600fe5bSmrg#undef HAVE_STRING_H
206600fe5bSmrg
216600fe5bSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
226600fe5bSmrg#undef HAVE_SYS_STAT_H
236600fe5bSmrg
246600fe5bSmrg/* Define to 1 if you have the <sys/types.h> header file. */
256600fe5bSmrg#undef HAVE_SYS_TYPES_H
266600fe5bSmrg
276600fe5bSmrg/* Define to 1 if you have the <unistd.h> header file. */
286600fe5bSmrg#undef HAVE_UNISTD_H
296600fe5bSmrg
30a0195d5fSmrg/* Define to 1 if you have the `usleep' function. */
31a0195d5fSmrg#undef HAVE_USLEEP
32a0195d5fSmrg
33a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/dpms.h> header file. */
34a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_DPMS_H
35a0195d5fSmrg
36a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/fontcacheP.h> header file. */
37a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_FONTCACHEP_H
38a0195d5fSmrg
39a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/fontcache.h> header file. */
40a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_FONTCACHE_H
41a0195d5fSmrg
42a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/MITMisc.h> header file. */
43a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_MITMISC_H
44a0195d5fSmrg
45a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/xf86misc.h> header file. */
46a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_XF86MISC_H
47a0195d5fSmrg
48a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/xf86mscstr.h> header file. */
49a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_XF86MSCSTR_H
50a0195d5fSmrg
51a0195d5fSmrg/* Define to 1 if you have the <X11/XKBlib.h> header file. */
52a0195d5fSmrg#undef HAVE_X11_XKBLIB_H
53a0195d5fSmrg
54a0195d5fSmrg/* Name of package */
55a0195d5fSmrg#undef PACKAGE
56a0195d5fSmrg
57a0195d5fSmrg/* Define to the address where bug reports for this package should be sent. */
58a0195d5fSmrg#undef PACKAGE_BUGREPORT
59a0195d5fSmrg
60a0195d5fSmrg/* Define to the full name of this package. */
61a0195d5fSmrg#undef PACKAGE_NAME
62a0195d5fSmrg
63a0195d5fSmrg/* Define to the full name and version of this package. */
64a0195d5fSmrg#undef PACKAGE_STRING
65a0195d5fSmrg
66a0195d5fSmrg/* Define to the one symbol short name of this package. */
67a0195d5fSmrg#undef PACKAGE_TARNAME
68a0195d5fSmrg
696f5dd5c2Smrg/* Define to the home page for this package. */
706f5dd5c2Smrg#undef PACKAGE_URL
716f5dd5c2Smrg
72a0195d5fSmrg/* Define to the version of this package. */
73a0195d5fSmrg#undef PACKAGE_VERSION
74a0195d5fSmrg
75a0195d5fSmrg/* Major version of this package */
76a0195d5fSmrg#undef PACKAGE_VERSION_MAJOR
77a0195d5fSmrg
78a0195d5fSmrg/* Minor version of this package */
79a0195d5fSmrg#undef PACKAGE_VERSION_MINOR
80a0195d5fSmrg
81a0195d5fSmrg/* Patch version of this package */
82a0195d5fSmrg#undef PACKAGE_VERSION_PATCHLEVEL
83a0195d5fSmrg
846600fe5bSmrg/* Define to 1 if you have the ANSI C header files. */
856600fe5bSmrg#undef STDC_HEADERS
866600fe5bSmrg
87a0195d5fSmrg/* Version number of package */
88a0195d5fSmrg#undef VERSION
89