config.h.in revision 70f7c90c
1a850946eSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2a850946eSmrg
370f7c90cSmrg/* Define to 1 if you have the <inttypes.h> header file. */
470f7c90cSmrg#undef HAVE_INTTYPES_H
570f7c90cSmrg
670f7c90cSmrg/* Define to 1 if you have the <memory.h> header file. */
770f7c90cSmrg#undef HAVE_MEMORY_H
870f7c90cSmrg
970f7c90cSmrg/* Define to 1 if you have the <stdint.h> header file. */
1070f7c90cSmrg#undef HAVE_STDINT_H
1170f7c90cSmrg
1270f7c90cSmrg/* Define to 1 if you have the <stdlib.h> header file. */
1370f7c90cSmrg#undef HAVE_STDLIB_H
1470f7c90cSmrg
1570f7c90cSmrg/* Define to 1 if you have the <strings.h> header file. */
1670f7c90cSmrg#undef HAVE_STRINGS_H
1770f7c90cSmrg
1870f7c90cSmrg/* Define to 1 if you have the <string.h> header file. */
1970f7c90cSmrg#undef HAVE_STRING_H
2070f7c90cSmrg
2170f7c90cSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
2270f7c90cSmrg#undef HAVE_SYS_STAT_H
2370f7c90cSmrg
2470f7c90cSmrg/* Define to 1 if you have the <sys/types.h> header file. */
2570f7c90cSmrg#undef HAVE_SYS_TYPES_H
2670f7c90cSmrg
2770f7c90cSmrg/* Define to 1 if you have the <unistd.h> header file. */
2870f7c90cSmrg#undef HAVE_UNISTD_H
2970f7c90cSmrg
30a850946eSmrg/* Name of package */
31a850946eSmrg#undef PACKAGE
32a850946eSmrg
33a850946eSmrg/* Define to the address where bug reports for this package should be sent. */
34a850946eSmrg#undef PACKAGE_BUGREPORT
35a850946eSmrg
36a850946eSmrg/* Define to the full name of this package. */
37a850946eSmrg#undef PACKAGE_NAME
38a850946eSmrg
39a850946eSmrg/* Define to the full name and version of this package. */
40a850946eSmrg#undef PACKAGE_STRING
41a850946eSmrg
42a850946eSmrg/* Define to the one symbol short name of this package. */
43a850946eSmrg#undef PACKAGE_TARNAME
44a850946eSmrg
45a850946eSmrg/* Define to the version of this package. */
46a850946eSmrg#undef PACKAGE_VERSION
47a850946eSmrg
4870f7c90cSmrg/* Major version of this package */
4970f7c90cSmrg#undef PACKAGE_VERSION_MAJOR
5070f7c90cSmrg
5170f7c90cSmrg/* Minor version of this package */
5270f7c90cSmrg#undef PACKAGE_VERSION_MINOR
5370f7c90cSmrg
5470f7c90cSmrg/* Patch version of this package */
5570f7c90cSmrg#undef PACKAGE_VERSION_PATCHLEVEL
5670f7c90cSmrg
5770f7c90cSmrg/* Define to 1 if you have the ANSI C header files. */
5870f7c90cSmrg#undef STDC_HEADERS
5970f7c90cSmrg
60a850946eSmrg/* Version number of package */
61a850946eSmrg#undef VERSION
62