config.h.in revision 2ddb6cf1
1a1d141d5Smrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2a1d141d5Smrg
32ddb6cf1Smrg/* Define to 1 if you have the <inttypes.h> header file. */
42ddb6cf1Smrg#undef HAVE_INTTYPES_H
52ddb6cf1Smrg
62ddb6cf1Smrg/* Define to 1 if you have the <memory.h> header file. */
72ddb6cf1Smrg#undef HAVE_MEMORY_H
82ddb6cf1Smrg
92ddb6cf1Smrg/* Define to 1 if you have the <stdint.h> header file. */
102ddb6cf1Smrg#undef HAVE_STDINT_H
112ddb6cf1Smrg
122ddb6cf1Smrg/* Define to 1 if you have the <stdlib.h> header file. */
132ddb6cf1Smrg#undef HAVE_STDLIB_H
142ddb6cf1Smrg
152ddb6cf1Smrg/* Define to 1 if you have the <strings.h> header file. */
162ddb6cf1Smrg#undef HAVE_STRINGS_H
172ddb6cf1Smrg
182ddb6cf1Smrg/* Define to 1 if you have the <string.h> header file. */
192ddb6cf1Smrg#undef HAVE_STRING_H
202ddb6cf1Smrg
212ddb6cf1Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
222ddb6cf1Smrg#undef HAVE_SYS_STAT_H
232ddb6cf1Smrg
242ddb6cf1Smrg/* Define to 1 if you have the <sys/types.h> header file. */
252ddb6cf1Smrg#undef HAVE_SYS_TYPES_H
262ddb6cf1Smrg
272ddb6cf1Smrg/* Define to 1 if you have the <unistd.h> header file. */
282ddb6cf1Smrg#undef HAVE_UNISTD_H
292ddb6cf1Smrg
30a1d141d5Smrg/* Name of package */
31a1d141d5Smrg#undef PACKAGE
32a1d141d5Smrg
33a1d141d5Smrg/* Define to the address where bug reports for this package should be sent. */
34a1d141d5Smrg#undef PACKAGE_BUGREPORT
35a1d141d5Smrg
36a1d141d5Smrg/* Define to the full name of this package. */
37a1d141d5Smrg#undef PACKAGE_NAME
38a1d141d5Smrg
39a1d141d5Smrg/* Define to the full name and version of this package. */
40a1d141d5Smrg#undef PACKAGE_STRING
41a1d141d5Smrg
42a1d141d5Smrg/* Define to the one symbol short name of this package. */
43a1d141d5Smrg#undef PACKAGE_TARNAME
44a1d141d5Smrg
45a1d141d5Smrg/* Define to the version of this package. */
46a1d141d5Smrg#undef PACKAGE_VERSION
47a1d141d5Smrg
482ddb6cf1Smrg/* Major version of this package */
492ddb6cf1Smrg#undef PACKAGE_VERSION_MAJOR
502ddb6cf1Smrg
512ddb6cf1Smrg/* Minor version of this package */
522ddb6cf1Smrg#undef PACKAGE_VERSION_MINOR
532ddb6cf1Smrg
542ddb6cf1Smrg/* Patch version of this package */
552ddb6cf1Smrg#undef PACKAGE_VERSION_PATCHLEVEL
562ddb6cf1Smrg
572ddb6cf1Smrg/* Define to 1 if you have the ANSI C header files. */
582ddb6cf1Smrg#undef STDC_HEADERS
592ddb6cf1Smrg
60a1d141d5Smrg/* Version number of package */
61a1d141d5Smrg#undef VERSION
622ddb6cf1Smrg
632ddb6cf1Smrg/* Define to use X Render Extension */
642ddb6cf1Smrg#undef XRENDER
65