1 /* config.h.in. Generated from configure.ac by autoheader. */ 2 3 /* Define to 1 if you have the <fnmatch.h> header file. */ 4 #define HAVE_FNMATCH_H 1 5 6 /* Define to 1 if you have the `geteuid' function. */ 7 #define HAVE_GETEUID 1 8 9 /* Define to 1 if you have the `getuid' function. */ 10 #define HAVE_GETUID 1 11 12 /* Define to 1 if you have the <glob.h> header file. */ 13 #define HAVE_GLOB_H 1 14 15 /* Define to 1 if you have the `iconv' function. */ 16 #define HAVE_ICONV 1 17 18 /* Define to 1 if you have the <inttypes.h> header file. */ 19 #undef HAVE_INTTYPES_H 20 21 /* Define to 1 if you have the <langinfo.h> header file. */ 22 #define HAVE_LANGINFO_H 1 23 24 /* Define to 1 if you have the <libintl.h> header file. */ 25 #define HAVE_LIBINTL_H 1 26 27 /* Define to 1 if you have the <mcheck.h> header file. */ 28 #ifndef __BUILD_LINUX_WITH_CLANG 29 #define HAVE_MCHECK_H 1 30 #endif 31 32 /* Define to 1 if you have the <memory.h> header file. */ 33 #undef HAVE_MEMORY_H 34 35 /* Define to 1 if you have the `mtrace' function. */ 36 #define HAVE_MTRACE 1 37 38 /* Define to 1 if you have the `secure_getenv' function. */ 39 #define HAVE_SECURE_GETENV 1 40 41 /* Define to 1 if you have the `setreuid' function. */ 42 #define HAVE_SETREUID 1 43 44 /* Define to 1 if you have the `setuid' function. */ 45 #define HAVE_SETUID 1 46 47 /* Define to 1 if you have the `srandom' function. */ 48 #define HAVE_SRANDOM 1 49 50 /* Define to 1 if you have the <stdalign.h> header file. */ 51 #define HAVE_STDALIGN_H 1 52 53 /* Define to 1 if you have the <stdint.h> header file. */ 54 #define HAVE_STDINT_H 1 55 56 /* Define to 1 if you have the <stdlib.h> header file. */ 57 #undef HAVE_STDLIB_H 58 59 /* Define to 1 if you have the `stpcpy' function. */ 60 #define HAVE_STPCPY 1 61 62 /* Define to 1 if you have the `strerror' function. */ 63 #define HAVE_STRERROR 1 64 65 /* Define to 1 if you have the <strings.h> header file. */ 66 #undef HAVE_STRINGS_H 67 68 /* Define to 1 if you have the <string.h> header file. */ 69 #define HAVE_STRING_H 1 70 71 /* Define to 1 if you have the <sys/stat.h> header file. */ 72 #define HAVE_SYS_STAT_H 1 73 74 /* Define to 1 if you have the <sys/types.h> header file. */ 75 #undef HAVE_SYS_TYPES_H 76 77 /* Define to 1 if you have the <unistd.h> header file. */ 78 #define HAVE_UNISTD_H 1 79 80 /* Define to 1 if you have the `vasprintf' function. */ 81 #define HAVE_VASPRINTF 1 82 83 /* Define to 1 if you have the `__secure_getenv' function. */ 84 #define HAVE___SECURE_GETENV 1 85 86 /* Name of package */ 87 #define PACKAGE "popt" 88 89 /* Define to the address where bug reports for this package should be sent. */ 90 #define PACKAGE_BUGREPORT "rpm-maint@lists.rpm.org" 91 92 /* Define to the full name of this package. */ 93 #define PACKAGE_NAME "popt" 94 95 /* Define to the full name and version of this package. */ 96 #define PACKAGE_STRING "popt 1.18" 97 98 /* Define to the one symbol short name of this package. */ 99 #define PACKAGE_TARNAME "popt" 100 101 /* Define to the home page for this package. */ 102 #undef PACKAGE_URL 103 104 /* Define to the version of this package. */ 105 #define PACKAGE_VERSION "1.16" 106 107 /* Define to 1 if you have the ANSI C header files. */ 108 #define STDC_HEADERS 1 109 110 /* Enable extensions on AIX 3, Interix. */ 111 #ifndef _ALL_SOURCE 112 # undef _ALL_SOURCE 113 #endif 114 /* Enable GNU extensions on systems that have them. */ 115 #ifndef _GNU_SOURCE 116 # undef _GNU_SOURCE 117 #endif 118 /* Enable threading extensions on Solaris. */ 119 #ifndef _POSIX_PTHREAD_SEMANTICS 120 # undef _POSIX_PTHREAD_SEMANTICS 121 #endif 122 /* Enable extensions on HP NonStop. */ 123 #ifndef _TANDEM_SOURCE 124 # undef _TANDEM_SOURCE 125 #endif 126 /* Enable general extensions on Solaris. */ 127 #ifndef __EXTENSIONS__ 128 # undef __EXTENSIONS__ 129 #endif 130 131 132 /* Enable large inode numbers on Mac OS X 10.5. */ 133 #ifndef _DARWIN_USE_64_BIT_INODE 134 # define _DARWIN_USE_64_BIT_INODE 1 135 #endif 136 137 /* Number of bits in a file offset, on hosts where this is settable. */ 138 #define _FILE_OFFSET_BITS 64 139 140 /* Define for large files, on AIX-style hosts. */ 141 #undef _LARGE_FILES 142 143 /* Define to 1 if on MINIX. */ 144 #undef _MINIX 145 146 /* Define to 2 if the system does not provide POSIX.1 features except with 147 this defined. */ 148 #undef _POSIX_1_SOURCE 149 150 /* Define to 1 if you need to in order for `stat' and other things to work. */ 151 #undef _POSIX_SOURCE 152