config.h.in revision a966c04f
1a966c04fSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2a966c04fSmrg 3a966c04fSmrg/* Define to 1 if you have the <dlfcn.h> header file. */ 4a966c04fSmrg#undef HAVE_DLFCN_H 5a966c04fSmrg 6a966c04fSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 7a966c04fSmrg#undef HAVE_INTTYPES_H 8a966c04fSmrg 9a966c04fSmrg/* Define to 1 if you have the <memory.h> header file. */ 10a966c04fSmrg#undef HAVE_MEMORY_H 11a966c04fSmrg 12a966c04fSmrg/* Define to 1 if you have the <stdint.h> header file. */ 13a966c04fSmrg#undef HAVE_STDINT_H 14a966c04fSmrg 15a966c04fSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 16a966c04fSmrg#undef HAVE_STDLIB_H 17a966c04fSmrg 18a966c04fSmrg/* Define to 1 if you have the <strings.h> header file. */ 19a966c04fSmrg#undef HAVE_STRINGS_H 20a966c04fSmrg 21a966c04fSmrg/* Define to 1 if you have the <string.h> header file. */ 22a966c04fSmrg#undef HAVE_STRING_H 23a966c04fSmrg 24a966c04fSmrg/* Define to 1 if you have the `strlcat' function. */ 25a966c04fSmrg#undef HAVE_STRLCAT 26a966c04fSmrg 27a966c04fSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 28a966c04fSmrg#undef HAVE_SYS_STAT_H 29a966c04fSmrg 30a966c04fSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 31a966c04fSmrg#undef HAVE_SYS_TYPES_H 32a966c04fSmrg 33a966c04fSmrg/* Define to 1 if you have the <unistd.h> header file. */ 34a966c04fSmrg#undef HAVE_UNISTD_H 35a966c04fSmrg 36a966c04fSmrg/* Location of translated messages */ 37a966c04fSmrg#undef LOCALEDIR 38a966c04fSmrg 39a966c04fSmrg/* Name of package */ 40a966c04fSmrg#undef PACKAGE 41a966c04fSmrg 42a966c04fSmrg/* Define to the address where bug reports for this package should be sent. */ 43a966c04fSmrg#undef PACKAGE_BUGREPORT 44a966c04fSmrg 45a966c04fSmrg/* Define to the full name of this package. */ 46a966c04fSmrg#undef PACKAGE_NAME 47a966c04fSmrg 48a966c04fSmrg/* Define to the full name and version of this package. */ 49a966c04fSmrg#undef PACKAGE_STRING 50a966c04fSmrg 51a966c04fSmrg/* Define to the one symbol short name of this package. */ 52a966c04fSmrg#undef PACKAGE_TARNAME 53a966c04fSmrg 54a966c04fSmrg/* Define to the version of this package. */ 55a966c04fSmrg#undef PACKAGE_VERSION 56a966c04fSmrg 57a966c04fSmrg/* Major version of this package */ 58a966c04fSmrg#undef PACKAGE_VERSION_MAJOR 59a966c04fSmrg 60a966c04fSmrg/* Minor version of this package */ 61a966c04fSmrg#undef PACKAGE_VERSION_MINOR 62a966c04fSmrg 63a966c04fSmrg/* Patch version of this package */ 64a966c04fSmrg#undef PACKAGE_VERSION_PATCHLEVEL 65a966c04fSmrg 66a966c04fSmrg/* Define to 1 to automatically look for files with .Z & .gz extensions */ 67a966c04fSmrg#undef STAT_ZFILE 68a966c04fSmrg 69a966c04fSmrg/* Define to 1 if you have the ANSI C header files. */ 70a966c04fSmrg#undef STDC_HEADERS 71a966c04fSmrg 72a966c04fSmrg/* Define to 1 if you want to use the gettext() function. */ 73a966c04fSmrg#undef USE_GETTEXT 74a966c04fSmrg 75a966c04fSmrg/* Version number of package */ 76a966c04fSmrg#undef VERSION 77