config.h.in revision a57d84fe
1f46a6179Smrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2f46a6179Smrg
334345a63Smrg/* Define to 1 if you have the <inttypes.h> header file. */
434345a63Smrg#undef HAVE_INTTYPES_H
534345a63Smrg
634345a63Smrg/* Define to 1 if you have the <stdint.h> header file. */
734345a63Smrg#undef HAVE_STDINT_H
834345a63Smrg
9a57d84feSmrg/* Define to 1 if you have the <stdio.h> header file. */
10a57d84feSmrg#undef HAVE_STDIO_H
11a57d84feSmrg
1234345a63Smrg/* Define to 1 if you have the <stdlib.h> header file. */
1334345a63Smrg#undef HAVE_STDLIB_H
1434345a63Smrg
1534345a63Smrg/* Define to 1 if you have the `strcasecmp' function. */
1634345a63Smrg#undef HAVE_STRCASECMP
1734345a63Smrg
1834345a63Smrg/* Define to 1 if you have the `strdup' function. */
1934345a63Smrg#undef HAVE_STRDUP
2034345a63Smrg
2134345a63Smrg/* Define to 1 if you have the <strings.h> header file. */
2234345a63Smrg#undef HAVE_STRINGS_H
2334345a63Smrg
2434345a63Smrg/* Define to 1 if you have the <string.h> header file. */
2534345a63Smrg#undef HAVE_STRING_H
2634345a63Smrg
2734345a63Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
2834345a63Smrg#undef HAVE_SYS_STAT_H
2934345a63Smrg
3034345a63Smrg/* Define to 1 if you have the <sys/types.h> header file. */
3134345a63Smrg#undef HAVE_SYS_TYPES_H
3234345a63Smrg
3334345a63Smrg/* Define to 1 if you have the <unistd.h> header file. */
3434345a63Smrg#undef HAVE_UNISTD_H
3534345a63Smrg
36f46a6179Smrg/* Name of package */
37f46a6179Smrg#undef PACKAGE
38f46a6179Smrg
39f46a6179Smrg/* Define to the address where bug reports for this package should be sent. */
40f46a6179Smrg#undef PACKAGE_BUGREPORT
41f46a6179Smrg
42f46a6179Smrg/* Define to the full name of this package. */
43f46a6179Smrg#undef PACKAGE_NAME
44f46a6179Smrg
45f46a6179Smrg/* Define to the full name and version of this package. */
46f46a6179Smrg#undef PACKAGE_STRING
47f46a6179Smrg
48f46a6179Smrg/* Define to the one symbol short name of this package. */
49f46a6179Smrg#undef PACKAGE_TARNAME
50f46a6179Smrg
5183e5f723Smrg/* Define to the home page for this package. */
5283e5f723Smrg#undef PACKAGE_URL
5383e5f723Smrg
54f46a6179Smrg/* Define to the version of this package. */
55f46a6179Smrg#undef PACKAGE_VERSION
56f46a6179Smrg
57f46a6179Smrg/* Major version of this package */
58f46a6179Smrg#undef PACKAGE_VERSION_MAJOR
59f46a6179Smrg
60f46a6179Smrg/* Minor version of this package */
61f46a6179Smrg#undef PACKAGE_VERSION_MINOR
62f46a6179Smrg
63f46a6179Smrg/* Patch version of this package */
64f46a6179Smrg#undef PACKAGE_VERSION_PATCHLEVEL
65f46a6179Smrg
66a57d84feSmrg/* Define to 1 if all of the C90 standard headers exist (not just the ones
67a57d84feSmrg   required in a freestanding environment). This macro is provided for
68a57d84feSmrg   backward compatibility; new code need not use it. */
6934345a63Smrg#undef STDC_HEADERS
7034345a63Smrg
71f46a6179Smrg/* Version number of package */
72f46a6179Smrg#undef VERSION
73a57d84feSmrg
74a57d84feSmrg/* Number of bits in a file offset, on hosts where this is settable. */
75a57d84feSmrg#undef _FILE_OFFSET_BITS
76a57d84feSmrg
77a57d84feSmrg/* Define for large files, on AIX-style hosts. */
78a57d84feSmrg#undef _LARGE_FILES
79