1fd7d9bd3Smrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2fd7d9bd3Smrg
3350952b9Smrg/* Define to 1 if you have the <inttypes.h> header file. */
4350952b9Smrg#undef HAVE_INTTYPES_H
5350952b9Smrg
6350952b9Smrg/* Define to 1 if you have the <stdint.h> header file. */
7350952b9Smrg#undef HAVE_STDINT_H
8350952b9Smrg
9e53c48bfSmrg/* Define to 1 if you have the <stdio.h> header file. */
10e53c48bfSmrg#undef HAVE_STDIO_H
11e53c48bfSmrg
12350952b9Smrg/* Define to 1 if you have the <stdlib.h> header file. */
13350952b9Smrg#undef HAVE_STDLIB_H
14350952b9Smrg
15350952b9Smrg/* Define to 1 if you have the <strings.h> header file. */
16350952b9Smrg#undef HAVE_STRINGS_H
17350952b9Smrg
18350952b9Smrg/* Define to 1 if you have the <string.h> header file. */
19350952b9Smrg#undef HAVE_STRING_H
20350952b9Smrg
21350952b9Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
22350952b9Smrg#undef HAVE_SYS_STAT_H
23350952b9Smrg
24350952b9Smrg/* Define to 1 if you have the <sys/types.h> header file. */
25350952b9Smrg#undef HAVE_SYS_TYPES_H
26350952b9Smrg
27350952b9Smrg/* Define to 1 if you have the <unistd.h> header file. */
28350952b9Smrg#undef HAVE_UNISTD_H
29350952b9Smrg
30fd7d9bd3Smrg/* Name of package */
31fd7d9bd3Smrg#undef PACKAGE
32fd7d9bd3Smrg
33fd7d9bd3Smrg/* Define to the address where bug reports for this package should be sent. */
34fd7d9bd3Smrg#undef PACKAGE_BUGREPORT
35fd7d9bd3Smrg
36fd7d9bd3Smrg/* Define to the full name of this package. */
37fd7d9bd3Smrg#undef PACKAGE_NAME
38fd7d9bd3Smrg
39fd7d9bd3Smrg/* Define to the full name and version of this package. */
40fd7d9bd3Smrg#undef PACKAGE_STRING
41fd7d9bd3Smrg
42fd7d9bd3Smrg/* Define to the one symbol short name of this package. */
43fd7d9bd3Smrg#undef PACKAGE_TARNAME
44fd7d9bd3Smrg
459aa2a2b5Smrg/* Define to the home page for this package. */
469aa2a2b5Smrg#undef PACKAGE_URL
479aa2a2b5Smrg
48fd7d9bd3Smrg/* Define to the version of this package. */
49fd7d9bd3Smrg#undef PACKAGE_VERSION
50fd7d9bd3Smrg
51350952b9Smrg/* Major version of this package */
52350952b9Smrg#undef PACKAGE_VERSION_MAJOR
53350952b9Smrg
54350952b9Smrg/* Minor version of this package */
55350952b9Smrg#undef PACKAGE_VERSION_MINOR
56350952b9Smrg
57350952b9Smrg/* Patch version of this package */
58350952b9Smrg#undef PACKAGE_VERSION_PATCHLEVEL
59350952b9Smrg
60e53c48bfSmrg/* Define to 1 if all of the C90 standard headers exist (not just the ones
61e53c48bfSmrg   required in a freestanding environment). This macro is provided for
62e53c48bfSmrg   backward compatibility; new code need not use it. */
63350952b9Smrg#undef STDC_HEADERS
64350952b9Smrg
65fd7d9bd3Smrg/* Version number of package */
66fd7d9bd3Smrg#undef VERSION
67fd7d9bd3Smrg
68fd7d9bd3Smrg/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
69fd7d9bd3Smrg   `char[]'. */
70fd7d9bd3Smrg#undef YYTEXT_POINTER
71