config.h.in revision 5bd32fd1
18b22bf3fSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
28b22bf3fSmrg
38b22bf3fSmrg/* Path to CPP program */
48b22bf3fSmrg#undef CPP
58b22bf3fSmrg
696a81b41Smrg/* Define to 1 if you have the 'mkstemp' function. */
78b22bf3fSmrg#undef HAS_MKSTEMP
88b22bf3fSmrg
98b22bf3fSmrg/* Define to 1 if you have the <inttypes.h> header file. */
108b22bf3fSmrg#undef HAVE_INTTYPES_H
118b22bf3fSmrg
128b22bf3fSmrg/* Define to 1 if you have the <memory.h> header file. */
138b22bf3fSmrg#undef HAVE_MEMORY_H
148b22bf3fSmrg
158b22bf3fSmrg/* Define to 1 if you have the <stdint.h> header file. */
168b22bf3fSmrg#undef HAVE_STDINT_H
178b22bf3fSmrg
188b22bf3fSmrg/* Define to 1 if you have the <stdlib.h> header file. */
198b22bf3fSmrg#undef HAVE_STDLIB_H
208b22bf3fSmrg
218b22bf3fSmrg/* Define to 1 if you have the <strings.h> header file. */
228b22bf3fSmrg#undef HAVE_STRINGS_H
238b22bf3fSmrg
248b22bf3fSmrg/* Define to 1 if you have the <string.h> header file. */
258b22bf3fSmrg#undef HAVE_STRING_H
268b22bf3fSmrg
278b22bf3fSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
288b22bf3fSmrg#undef HAVE_SYS_STAT_H
298b22bf3fSmrg
308b22bf3fSmrg/* Define to 1 if you have the <sys/types.h> header file. */
318b22bf3fSmrg#undef HAVE_SYS_TYPES_H
328b22bf3fSmrg
338b22bf3fSmrg/* Define to 1 if you have the <unistd.h> header file. */
348b22bf3fSmrg#undef HAVE_UNISTD_H
358b22bf3fSmrg
368b22bf3fSmrg/* Define to 1 if you need <netdb.h> to define MAXHOSTNAMELEN */
378b22bf3fSmrg#undef NEED_NETDB_H
388b22bf3fSmrg
398b22bf3fSmrg/* Define to 1 if you need <sys/param.h> to define MAXHOSTNAMELEN */
408b22bf3fSmrg#undef NEED_SYS_PARAM_H
418b22bf3fSmrg
428b22bf3fSmrg/* Name of package */
438b22bf3fSmrg#undef PACKAGE
448b22bf3fSmrg
458b22bf3fSmrg/* Define to the address where bug reports for this package should be sent. */
468b22bf3fSmrg#undef PACKAGE_BUGREPORT
478b22bf3fSmrg
488b22bf3fSmrg/* Define to the full name of this package. */
498b22bf3fSmrg#undef PACKAGE_NAME
508b22bf3fSmrg
518b22bf3fSmrg/* Define to the full name and version of this package. */
528b22bf3fSmrg#undef PACKAGE_STRING
538b22bf3fSmrg
548b22bf3fSmrg/* Define to the one symbol short name of this package. */
558b22bf3fSmrg#undef PACKAGE_TARNAME
568b22bf3fSmrg
575bd32fd1Smrg/* Define to the home page for this package. */
585bd32fd1Smrg#undef PACKAGE_URL
595bd32fd1Smrg
608b22bf3fSmrg/* Define to the version of this package. */
618b22bf3fSmrg#undef PACKAGE_VERSION
628b22bf3fSmrg
638b22bf3fSmrg/* Major version of this package */
648b22bf3fSmrg#undef PACKAGE_VERSION_MAJOR
658b22bf3fSmrg
668b22bf3fSmrg/* Minor version of this package */
678b22bf3fSmrg#undef PACKAGE_VERSION_MINOR
688b22bf3fSmrg
698b22bf3fSmrg/* Patch version of this package */
708b22bf3fSmrg#undef PACKAGE_VERSION_PATCHLEVEL
718b22bf3fSmrg
728b22bf3fSmrg/* Define to 1 if you have the ANSI C header files. */
738b22bf3fSmrg#undef STDC_HEADERS
748b22bf3fSmrg
758b22bf3fSmrg/* Version number of package */
768b22bf3fSmrg#undef VERSION
77