config.h.in revision c8df0c59
1fc89c0fbSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2fc89c0fbSmrg
3fc89c0fbSmrg/* Define to 1 if you have the <inttypes.h> header file. */
4fc89c0fbSmrg#undef HAVE_INTTYPES_H
5fc89c0fbSmrg
691ec45ceSmrg/* Define to 1 if you have the <langinfo.h> header file. */
791ec45ceSmrg#undef HAVE_LANGINFO_H
891ec45ceSmrg
9fc89c0fbSmrg/* Define to 1 if you have the <stdint.h> header file. */
10fc89c0fbSmrg#undef HAVE_STDINT_H
11fc89c0fbSmrg
1249bee38cSmrg/* Define to 1 if you have the <stdio.h> header file. */
1349bee38cSmrg#undef HAVE_STDIO_H
1449bee38cSmrg
15fc89c0fbSmrg/* Define to 1 if you have the <stdlib.h> header file. */
16fc89c0fbSmrg#undef HAVE_STDLIB_H
17fc89c0fbSmrg
18fc89c0fbSmrg/* Define to 1 if you have the <strings.h> header file. */
19fc89c0fbSmrg#undef HAVE_STRINGS_H
20fc89c0fbSmrg
21fc89c0fbSmrg/* Define to 1 if you have the <string.h> header file. */
22fc89c0fbSmrg#undef HAVE_STRING_H
23fc89c0fbSmrg
24fc89c0fbSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
25fc89c0fbSmrg#undef HAVE_SYS_STAT_H
26fc89c0fbSmrg
27fc89c0fbSmrg/* Define to 1 if you have the <sys/types.h> header file. */
28fc89c0fbSmrg#undef HAVE_SYS_TYPES_H
29fc89c0fbSmrg
30fc89c0fbSmrg/* Define to 1 if you have the <unistd.h> header file. */
31fc89c0fbSmrg#undef HAVE_UNISTD_H
32fc89c0fbSmrg
33fc89c0fbSmrg/* Define to 1 if you have the <wchar.h> header file. */
34fc89c0fbSmrg#undef HAVE_WCHAR_H
35fc89c0fbSmrg
36fc89c0fbSmrg/* Define to 1 if you have the <wctype.h> header file. */
37fc89c0fbSmrg#undef HAVE_WCTYPE_H
38fc89c0fbSmrg
39fc89c0fbSmrg/* Name of package */
40fc89c0fbSmrg#undef PACKAGE
41fc89c0fbSmrg
42fc89c0fbSmrg/* Define to the address where bug reports for this package should be sent. */
43fc89c0fbSmrg#undef PACKAGE_BUGREPORT
44fc89c0fbSmrg
45fc89c0fbSmrg/* Define to the full name of this package. */
46fc89c0fbSmrg#undef PACKAGE_NAME
47fc89c0fbSmrg
48fc89c0fbSmrg/* Define to the full name and version of this package. */
49fc89c0fbSmrg#undef PACKAGE_STRING
50fc89c0fbSmrg
51fc89c0fbSmrg/* Define to the one symbol short name of this package. */
52fc89c0fbSmrg#undef PACKAGE_TARNAME
53fc89c0fbSmrg
54a0996ce0Smrg/* Define to the home page for this package. */
55a0996ce0Smrg#undef PACKAGE_URL
56a0996ce0Smrg
57fc89c0fbSmrg/* Define to the version of this package. */
58fc89c0fbSmrg#undef PACKAGE_VERSION
59fc89c0fbSmrg
60fc89c0fbSmrg/* Major version of this package */
61fc89c0fbSmrg#undef PACKAGE_VERSION_MAJOR
62fc89c0fbSmrg
63fc89c0fbSmrg/* Minor version of this package */
64fc89c0fbSmrg#undef PACKAGE_VERSION_MINOR
65fc89c0fbSmrg
66fc89c0fbSmrg/* Patch version of this package */
67fc89c0fbSmrg#undef PACKAGE_VERSION_PATCHLEVEL
68fc89c0fbSmrg
69c8df0c59Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones
7049bee38cSmrg   required in a freestanding environment). This macro is provided for
7149bee38cSmrg   backward compatibility; new code need not use it. */
72fc89c0fbSmrg#undef STDC_HEADERS
73fc89c0fbSmrg
74fc89c0fbSmrg/* Version number of package */
75fc89c0fbSmrg#undef VERSION
76