config.h.in revision 34345a63
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 <memory.h> header file. */
734345a63Smrg#undef HAVE_MEMORY_H
834345a63Smrg
934345a63Smrg/* Define to 1 if you have the <stdint.h> header file. */
1034345a63Smrg#undef HAVE_STDINT_H
1134345a63Smrg
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
51f46a6179Smrg/* Define to the version of this package. */
52f46a6179Smrg#undef PACKAGE_VERSION
53f46a6179Smrg
54f46a6179Smrg/* Major version of this package */
55f46a6179Smrg#undef PACKAGE_VERSION_MAJOR
56f46a6179Smrg
57f46a6179Smrg/* Minor version of this package */
58f46a6179Smrg#undef PACKAGE_VERSION_MINOR
59f46a6179Smrg
60f46a6179Smrg/* Patch version of this package */
61f46a6179Smrg#undef PACKAGE_VERSION_PATCHLEVEL
62f46a6179Smrg
6334345a63Smrg/* Define to 1 if you have the ANSI C header files. */
6434345a63Smrg#undef STDC_HEADERS
6534345a63Smrg
66f46a6179Smrg/* Version number of package */
67f46a6179Smrg#undef VERSION
68