config.h.in revision 1c235774
1a966c04fSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2a966c04fSmrg 31c235774Smrg/* Define to 1 if you have the `closefrom' function. */ 41c235774Smrg#undef HAVE_CLOSEFROM 51c235774Smrg 61c235774Smrg/* Define to 1 if you have the `close_range' function. */ 71c235774Smrg#undef HAVE_CLOSE_RANGE 81c235774Smrg 9a966c04fSmrg/* Define to 1 if you have the <dlfcn.h> header file. */ 10a966c04fSmrg#undef HAVE_DLFCN_H 11a966c04fSmrg 12a966c04fSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 13a966c04fSmrg#undef HAVE_INTTYPES_H 14a966c04fSmrg 151c235774Smrg/* Define to 1 if you have the <memory.h> header file. */ 161c235774Smrg#undef HAVE_MEMORY_H 171c235774Smrg 18a966c04fSmrg/* Define to 1 if you have the <stdint.h> header file. */ 19a966c04fSmrg#undef HAVE_STDINT_H 20a966c04fSmrg 21a966c04fSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 22a966c04fSmrg#undef HAVE_STDLIB_H 23a966c04fSmrg 24a966c04fSmrg/* Define to 1 if you have the <strings.h> header file. */ 25a966c04fSmrg#undef HAVE_STRINGS_H 26a966c04fSmrg 27a966c04fSmrg/* Define to 1 if you have the <string.h> header file. */ 28a966c04fSmrg#undef HAVE_STRING_H 29a966c04fSmrg 30a966c04fSmrg/* Define to 1 if you have the `strlcat' function. */ 31a966c04fSmrg#undef HAVE_STRLCAT 32a966c04fSmrg 33a966c04fSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 34a966c04fSmrg#undef HAVE_SYS_STAT_H 35a966c04fSmrg 36a966c04fSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 37a966c04fSmrg#undef HAVE_SYS_TYPES_H 38a966c04fSmrg 39a966c04fSmrg/* Define to 1 if you have the <unistd.h> header file. */ 40a966c04fSmrg#undef HAVE_UNISTD_H 41a966c04fSmrg 42a966c04fSmrg/* Location of translated messages */ 43a966c04fSmrg#undef LOCALEDIR 44a966c04fSmrg 45edce3322Smrg/* Define to the sub-directory where libtool stores uninstalled libraries. */ 466e7d3316Smrg#undef LT_OBJDIR 476e7d3316Smrg 48ac92798bSmrg/* Define to 1 to disable decompression via pipes */ 49ac92798bSmrg#undef NO_ZPIPE 50ac92798bSmrg 51a966c04fSmrg/* Name of package */ 52a966c04fSmrg#undef PACKAGE 53a966c04fSmrg 54a966c04fSmrg/* Define to the address where bug reports for this package should be sent. */ 55a966c04fSmrg#undef PACKAGE_BUGREPORT 56a966c04fSmrg 57a966c04fSmrg/* Define to the full name of this package. */ 58a966c04fSmrg#undef PACKAGE_NAME 59a966c04fSmrg 60a966c04fSmrg/* Define to the full name and version of this package. */ 61a966c04fSmrg#undef PACKAGE_STRING 62a966c04fSmrg 63a966c04fSmrg/* Define to the one symbol short name of this package. */ 64a966c04fSmrg#undef PACKAGE_TARNAME 65a966c04fSmrg 666e7d3316Smrg/* Define to the home page for this package. */ 676e7d3316Smrg#undef PACKAGE_URL 686e7d3316Smrg 69a966c04fSmrg/* Define to the version of this package. */ 70a966c04fSmrg#undef PACKAGE_VERSION 71a966c04fSmrg 72a966c04fSmrg/* Major version of this package */ 73a966c04fSmrg#undef PACKAGE_VERSION_MAJOR 74a966c04fSmrg 75a966c04fSmrg/* Minor version of this package */ 76a966c04fSmrg#undef PACKAGE_VERSION_MINOR 77a966c04fSmrg 78a966c04fSmrg/* Patch version of this package */ 79a966c04fSmrg#undef PACKAGE_VERSION_PATCHLEVEL 80a966c04fSmrg 81a966c04fSmrg/* Define to 1 to automatically look for files with .Z & .gz extensions */ 82a966c04fSmrg#undef STAT_ZFILE 83a966c04fSmrg 841c235774Smrg/* Define to 1 if you have the ANSI C header files. */ 85a966c04fSmrg#undef STDC_HEADERS 86a966c04fSmrg 87a966c04fSmrg/* Define to 1 if you want to use the gettext() function. */ 88a966c04fSmrg#undef USE_GETTEXT 89a966c04fSmrg 90a966c04fSmrg/* Version number of package */ 91a966c04fSmrg#undef VERSION 921c235774Smrg 931c235774Smrg/* Path to compress */ 941c235774Smrg#undef XPM_PATH_COMPRESS 951c235774Smrg 961c235774Smrg/* Path to gzip */ 971c235774Smrg#undef XPM_PATH_GZIP 981c235774Smrg 991c235774Smrg/* Path to uncompress */ 1001c235774Smrg#undef XPM_PATH_UNCOMPRESS 101