1 /* config.in. Generated from configure.ac by autoheader. */ 2 3 /* Check that config.h is #included before system headers 4 (this works only for glibc, but that should be enough). */ 5 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 6 # error config.h must be #included before system headers 7 #endif 8 #define __CONFIG_H__ 1 9 10 /* Define if you want run-time sanity checks. */ 11 #undef ENABLE_CHECKING 12 13 /* Define to 1 if translation of program messages to the user's native 14 language is requested. */ 15 #undef ENABLE_NLS 16 17 /* Define to 1 if you have the Mac OS X function 18 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 19 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES 20 21 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 22 the CoreFoundation framework. */ 23 #undef HAVE_CFPREFERENCESCOPYAPPVALUE 24 25 /* Define if the GNU dcgettext() function is already present or preinstalled. 26 */ 27 #undef HAVE_DCGETTEXT 28 29 /* Define to 1 if you have the declaration of `basename', and to 0 if you 30 don't. */ 31 #undef HAVE_DECL_BASENAME 32 33 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 34 */ 35 #undef HAVE_DECL_STPCPY 36 37 /* Define to 1 if you have the <dlfcn.h> header file. */ 38 #undef HAVE_DLFCN_H 39 40 /* Define if the GNU gettext() function is already present or preinstalled. */ 41 #undef HAVE_GETTEXT 42 43 /* Define if you have the iconv() function and it works. */ 44 #undef HAVE_ICONV 45 46 /* Define to 1 if you have the <inttypes.h> header file. */ 47 #undef HAVE_INTTYPES_H 48 49 /* Define to 1 if you have the <memory.h> header file. */ 50 #undef HAVE_MEMORY_H 51 52 /* Define if sigsetjmp is available. */ 53 #undef HAVE_SIGSETJMP 54 55 /* Define to 1 if you have the <stdint.h> header file. */ 56 #undef HAVE_STDINT_H 57 58 /* Define to 1 if you have the <stdlib.h> header file. */ 59 #undef HAVE_STDLIB_H 60 61 /* Define to 1 if you have the <strings.h> header file. */ 62 #undef HAVE_STRINGS_H 63 64 /* Define to 1 if you have the <string.h> header file. */ 65 #undef HAVE_STRING_H 66 67 /* Define to 1 if you have the <sys/stat.h> header file. */ 68 #undef HAVE_SYS_STAT_H 69 70 /* Define to 1 if you have the <sys/types.h> header file. */ 71 #undef HAVE_SYS_TYPES_H 72 73 /* Define to 1 if you have the <unistd.h> header file. */ 74 #undef HAVE_UNISTD_H 75 76 /* Define to the sub-directory in which libtool stores uninstalled libraries. 77 */ 78 #undef LT_OBJDIR 79 80 /* Name of package */ 81 #undef PACKAGE 82 83 /* Define to the address where bug reports for this package should be sent. */ 84 #undef PACKAGE_BUGREPORT 85 86 /* Define to the full name of this package. */ 87 #undef PACKAGE_NAME 88 89 /* Define to the full name and version of this package. */ 90 #undef PACKAGE_STRING 91 92 /* Define to the one symbol short name of this package. */ 93 #undef PACKAGE_TARNAME 94 95 /* Define to the home page for this package. */ 96 #undef PACKAGE_URL 97 98 /* Define to the version of this package. */ 99 #undef PACKAGE_VERSION 100 101 /* Define to 1 if you have the ANSI C header files. */ 102 #undef STDC_HEADERS 103 104 /* Enable extensions on AIX 3, Interix. */ 105 #ifndef _ALL_SOURCE 106 # undef _ALL_SOURCE 107 #endif 108 /* Enable GNU extensions on systems that have them. */ 109 #ifndef _GNU_SOURCE 110 # undef _GNU_SOURCE 111 #endif 112 /* Enable threading extensions on Solaris. */ 113 #ifndef _POSIX_PTHREAD_SEMANTICS 114 # undef _POSIX_PTHREAD_SEMANTICS 115 #endif 116 /* Enable extensions on HP NonStop. */ 117 #ifndef _TANDEM_SOURCE 118 # undef _TANDEM_SOURCE 119 #endif 120 /* Enable general extensions on Solaris. */ 121 #ifndef __EXTENSIONS__ 122 # undef __EXTENSIONS__ 123 #endif 124 125 126 /* Version number of package */ 127 #undef VERSION 128 129 /* Define to 1 if on MINIX. */ 130 #undef _MINIX 131 132 /* Define to 2 if the system does not provide POSIX.1 features except with 133 this defined. */ 134 #undef _POSIX_1_SOURCE 135 136 /* Define to 1 if you need to in order for `stat' and other things to work. */ 137 #undef _POSIX_SOURCE 138