1169695Skan/* config.in.  Generated from configure.ac by autoheader.  */
2169695Skan
3169695Skan/* Define to 1 if you have the <ctype.h> header file. */
4169695Skan#undef HAVE_CTYPE_H
5169695Skan
6169695Skan/* Define to 1 if you have the <inttypes.h> header file. */
7169695Skan#undef HAVE_INTTYPES_H
8169695Skan
9169695Skan/* Define to 1 if you have the <memory.h> header file. */
10169695Skan#undef HAVE_MEMORY_H
11169695Skan
12169695Skan/* Define to 1 if you have the <stddef.h> header file. */
13169695Skan#undef HAVE_STDDEF_H
14169695Skan
15169695Skan/* Define to 1 if you have the <stdint.h> header file. */
16169695Skan#undef HAVE_STDINT_H
17169695Skan
18169695Skan/* Define to 1 if you have the <stdio.h> header file. */
19169695Skan#undef HAVE_STDIO_H
20169695Skan
21169695Skan/* Define to 1 if you have the <stdlib.h> header file. */
22169695Skan#undef HAVE_STDLIB_H
23169695Skan
24169695Skan/* Define to 1 if you have the <strings.h> header file. */
25169695Skan#undef HAVE_STRINGS_H
26169695Skan
27169695Skan/* Define to 1 if you have the <string.h> header file. */
28169695Skan#undef HAVE_STRING_H
29169695Skan
30169695Skan/* Define to 1 if you have the <sys/stat.h> header file. */
31169695Skan#undef HAVE_SYS_STAT_H
32169695Skan
33169695Skan/* Define to 1 if you have the <sys/types.h> header file. */
34169695Skan#undef HAVE_SYS_TYPES_H
35169695Skan
36169695Skan/* Define to 1 if you have the <unistd.h> header file. */
37169695Skan#undef HAVE_UNISTD_H
38169695Skan
39169695Skan/* Define to the address where bug reports for this package should be sent. */
40169695Skan#undef PACKAGE_BUGREPORT
41169695Skan
42169695Skan/* Define to the full name of this package. */
43169695Skan#undef PACKAGE_NAME
44169695Skan
45169695Skan/* Define to the full name and version of this package. */
46169695Skan#undef PACKAGE_STRING
47169695Skan
48169695Skan/* Define to the one symbol short name of this package. */
49169695Skan#undef PACKAGE_TARNAME
50169695Skan
51169695Skan/* Define to the version of this package. */
52169695Skan#undef PACKAGE_VERSION
53169695Skan
54169695Skan/* The size of a `char', as computed by sizeof. */
55169695Skan#undef SIZEOF_CHAR
56169695Skan
57169695Skan/* The size of a `int', as computed by sizeof. */
58169695Skan#undef SIZEOF_INT
59169695Skan
60169695Skan/* The size of a `long', as computed by sizeof. */
61169695Skan#undef SIZEOF_LONG
62169695Skan
63169695Skan/* The size of a `short', as computed by sizeof. */
64169695Skan#undef SIZEOF_SHORT
65169695Skan
66169695Skan/* The size of a `void *', as computed by sizeof. */
67169695Skan#undef SIZEOF_VOID_P
68169695Skan
69169695Skan/* Define to 1 if you have the ANSI C header files. */
70169695Skan#undef STDC_HEADERS
71169695Skan
72169695Skan/* Define to empty if `const' does not conform to ANSI C. */
73169695Skan#undef const
74169695Skan
75169695Skan/* Define to `long' if <sys/types.h> does not define. */
76169695Skan#undef off_t
77