Home | History | Annotate | Download | only in libpopt
      1 /* config.h.in.  Generated from configure.ac by autoheader.  */
      2 
      3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
      4    systems. This function is required for `alloca.c' support on those systems.
      5    */
      6 #undef CRAY_STACKSEG_END
      7 
      8 /* Define to 1 if using `alloca.c'. */
      9 #undef C_ALLOCA
     10 
     11 /* Define to 1 if translation of program messages to the user's native
     12    language is requested. */
     13 #undef ENABLE_NLS
     14 
     15 /* Define to 1 if you have `alloca', as a function or macro. */
     16 #undef HAVE_ALLOCA
     17 
     18 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
     19    */
     20 #undef HAVE_ALLOCA_H
     21 
     22 /* Define to 1 if you have the <argz.h> header file. */
     23 #undef HAVE_ARGZ_H
     24 
     25 /* Define to 1 if you have the `asprintf' function. */
     26 #undef HAVE_ASPRINTF
     27 
     28 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
     29    CoreFoundation framework. */
     30 #undef HAVE_CFLOCALECOPYCURRENT
     31 
     32 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
     33    the CoreFoundation framework. */
     34 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
     35 
     36 /* Define if the GNU dcgettext() function is already present or preinstalled.
     37    */
     38 #undef HAVE_DCGETTEXT
     39 
     40 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
     41    don't. */
     42 #undef HAVE_DECL_FEOF_UNLOCKED
     43 
     44 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
     45    you don't. */
     46 #undef HAVE_DECL_FGETS_UNLOCKED
     47 
     48 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
     49    don't. */
     50 #undef HAVE_DECL_GETC_UNLOCKED
     51 
     52 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
     53    don't. */
     54 #undef HAVE_DECL__SNPRINTF
     55 
     56 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
     57    don't. */
     58 #undef HAVE_DECL__SNWPRINTF
     59 
     60 /* Define to 1 if you have the <dlfcn.h> header file. */
     61 #undef HAVE_DLFCN_H
     62 
     63 /* Define to 1 if you have the <float.h> header file. */
     64 #define HAVE_FLOAT_H 1
     65 
     66 /* Define to 1 if you have the `fwprintf' function. */
     67 #undef HAVE_FWPRINTF
     68 
     69 /* Define to 1 if you have the `getcwd' function. */
     70 #undef HAVE_GETCWD
     71 
     72 /* Define to 1 if you have the `getegid' function. */
     73 #undef HAVE_GETEGID
     74 
     75 /* Define to 1 if you have the `geteuid' function. */
     76 #undef HAVE_GETEUID
     77 
     78 /* Define to 1 if you have the `getgid' function. */
     79 #undef HAVE_GETGID
     80 
     81 /* Define to 1 if you have the `getpagesize' function. */
     82 #undef HAVE_GETPAGESIZE
     83 
     84 /* Define if the GNU gettext() function is already present or preinstalled. */
     85 #undef HAVE_GETTEXT
     86 
     87 /* Define to 1 if you have the `getuid' function. */
     88 #undef HAVE_GETUID
     89 
     90 /* Define if you have the iconv() function. */
     91 #undef HAVE_ICONV
     92 
     93 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
     94 #undef HAVE_INTMAX_T
     95 
     96 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
     97 #define HAVE_INTTYPES_H 1
     98 
     99 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
    100    declares uintmax_t. */
    101 #undef HAVE_INTTYPES_H_WITH_UINTMAX
    102 
    103 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
    104 #undef HAVE_LANGINFO_CODESET
    105 
    106 /* Define if your <locale.h> file defines LC_MESSAGES. */
    107 #undef HAVE_LC_MESSAGES
    108 
    109 /* Define to 1 if you have the <libintl.h> header file. */
    110 #undef HAVE_LIBINTL_H
    111 
    112 /* Define to 1 if you have the <limits.h> header file. */
    113 #define HAVE_LIMITS_H 1
    114 
    115 /* Define to 1 if you have the <locale.h> header file. */
    116 #undef HAVE_LOCALE_H
    117 
    118 /* Define if you have the 'long double' type. */
    119 #undef HAVE_LONG_DOUBLE
    120 
    121 /* Define if you have the 'long long' type. */
    122 #define HAVE_LONG_LONG 1
    123 
    124 /* Define to 1 if you have the <malloc.h> header file. */
    125 #define HAVE_MALLOC_H 1
    126 
    127 /* Define to 1 if you have the <mcheck.h> header file. */
    128 #undef HAVE_MCHECK_H
    129 
    130 /* Define to 1 if you have the <memory.h> header file. */
    131 #define HAVE_MEMORY_H 1
    132 
    133 /* Define to 1 if you have the `mempcpy' function. */
    134 #define HAVE_MEMPCPY 1
    135 
    136 /* Define to 1 if you have a working `mmap' system call. */
    137 #define HAVE_MMAP 1
    138 
    139 /* Define to 1 if you have the `mtrace' function. */
    140 #undef HAVE_MTRACE
    141 
    142 /* Define to 1 if you have the `munmap' function. */
    143 #define HAVE_MUNMAP 1
    144 
    145 /* Define to 1 if you have the <nl_types.h> header file. */
    146 #undef HAVE_NL_TYPES_H
    147 
    148 /* Define if your printf() function supports format strings with positions. */
    149 #define HAVE_POSIX_PRINTF 1
    150 
    151 /* Define to 1 if you have the `putenv' function. */
    152 #undef HAVE_PUTENV
    153 
    154 /* Define to 1 if you have the `setenv' function. */
    155 #undef HAVE_SETENV
    156 
    157 /* Define to 1 if you have the `setlocale' function. */
    158 #undef HAVE_SETLOCALE
    159 
    160 /* Define to 1 if you have the `setregid' function. */
    161 #undef HAVE_SETREGID
    162 
    163 /* Define to 1 if you have the `snprintf' function. */
    164 #define HAVE_SNPRINTF 1
    165 
    166 /* Define to 1 if you have the <stddef.h> header file. */
    167 #define HAVE_STDDEF_H 1
    168 
    169 /* Define to 1 if you have the <stdint.h> header file. */
    170 #define HAVE_STDINT_H 1
    171 
    172 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
    173    uintmax_t. */
    174 #undef HAVE_STDINT_H_WITH_UINTMAX
    175 
    176 /* Define to 1 if you have the <stdlib.h> header file. */
    177 #define HAVE_STDLIB_H 1
    178 
    179 /* Define to 1 if you have the `stpcpy' function. */
    180 #undef HAVE_STPCPY
    181 
    182 /* Define to 1 if you have the `strcasecmp' function. */
    183 #undef HAVE_STRCASECMP
    184 
    185 /* Define to 1 if you have the `strdup' function. */
    186 #undef HAVE_STRDUP
    187 
    188 /* Define to 1 if you have the `strerror' function. */
    189 #define HAVE_STRERROR 1
    190 
    191 /* Define to 1 if you have the <strings.h> header file. */
    192 #undef HAVE_STRINGS_H
    193 
    194 /* Define to 1 if you have the <string.h> header file. */
    195 #undef HAVE_STRING_H
    196 
    197 /* Define to 1 if you have the `strtoul' function. */
    198 #undef HAVE_STRTOUL
    199 
    200 /* Define to 1 if you have the <sys/param.h> header file. */
    201 #undef HAVE_SYS_PARAM_H
    202 
    203 /* Define to 1 if you have the <sys/stat.h> header file. */
    204 #undef HAVE_SYS_STAT_H
    205 
    206 /* Define to 1 if you have the <sys/types.h> header file. */
    207 #undef HAVE_SYS_TYPES_H
    208 
    209 /* Define to 1 if you have the `tsearch' function. */
    210 #undef HAVE_TSEARCH
    211 
    212 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
    213 #undef HAVE_UINTMAX_T
    214 
    215 /* Define to 1 if you have the <unistd.h> header file. */
    216 #undef HAVE_UNISTD_H
    217 
    218 /* Define if you have the 'unsigned long long' type. */
    219 #undef HAVE_UNSIGNED_LONG_LONG
    220 
    221 /* Define if you have the 'wchar_t' type. */
    222 #undef HAVE_WCHAR_T
    223 
    224 /* Define to 1 if you have the `wcslen' function. */
    225 #undef HAVE_WCSLEN
    226 
    227 /* Define if you have the 'wint_t' type. */
    228 #undef HAVE_WINT_T
    229 
    230 /* Define to 1 if you have the `__argz_count' function. */
    231 #undef HAVE___ARGZ_COUNT
    232 
    233 /* Define to 1 if you have the `__argz_next' function. */
    234 #undef HAVE___ARGZ_NEXT
    235 
    236 /* Define to 1 if you have the `__argz_stringify' function. */
    237 #undef HAVE___ARGZ_STRINGIFY
    238 
    239 /* Define to 1 if you have the `__fsetlocking' function. */
    240 #undef HAVE___FSETLOCKING
    241 
    242 /* Define to 1 if you have the `__secure_getenv' function. */
    243 #undef HAVE___SECURE_GETENV
    244 
    245 /* Define as const if the declaration of iconv() needs const. */
    246 #undef ICONV_CONST
    247 
    248 /* Define if integer division by zero raises signal SIGFPE. */
    249 #undef INTDIV0_RAISES_SIGFPE
    250 
    251 /* Name of package */
    252 #define PACKAGE "popt"
    253 
    254 /* Define to the address where bug reports for this package should be sent. */
    255 #undef PACKAGE_BUGREPORT
    256 
    257 /* Define to the full name of this package. */
    258 #undef PACKAGE_NAME
    259 
    260 /* Define to the full name and version of this package. */
    261 #undef PACKAGE_STRING
    262 
    263 /* Define to the one symbol short name of this package. */
    264 #undef PACKAGE_TARNAME
    265 
    266 /* Define to the version of this package. */
    267 #undef PACKAGE_VERSION
    268 
    269 /* Full path to popt top_srcdir. */
    270 #undef POPT_SOURCE_PATH
    271 
    272 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
    273 #undef PRI_MACROS_BROKEN
    274 
    275 /* Define to 1 if the C compiler supports function prototypes. */
    276 #undef PROTOTYPES
    277 
    278 /* Define as the maximum value of type 'size_t', if the system doesn't define
    279    it. */
    280 #undef SIZE_MAX
    281 
    282 /* If using the C implementation of alloca, define if you know the
    283    direction of stack growth for your system; otherwise it will be
    284    automatically deduced at run-time.
    285 	STACK_DIRECTION > 0 => grows toward higher addresses
    286 	STACK_DIRECTION < 0 => grows toward lower addresses
    287 	STACK_DIRECTION = 0 => direction of growth unknown */
    288 #undef STACK_DIRECTION
    289 
    290 /* Define to 1 if you have the ANSI C header files. */
    291 #undef STDC_HEADERS
    292 
    293 /* Version number of package */
    294 #undef VERSION
    295 
    296 /* Number of bits in a file offset, on hosts where this is settable. */
    297 #undef _FILE_OFFSET_BITS
    298 
    299 /* Define for large files, on AIX-style hosts. */
    300 #undef _LARGE_FILES
    301 
    302 /* Define like PROTOTYPES; this can be used by system headers. */
    303 #undef __PROTOTYPES
    304 
    305 /* Define to empty if `const' does not conform to ANSI C. */
    306 #undef const
    307 
    308 /* Define to `__inline__' or `__inline' if that's what the C compiler
    309    calls it, or to nothing if 'inline' is not supported under any name.  */
    310 #ifndef __cplusplus
    311 #undef inline
    312 #endif
    313 
    314 /* Define to `long' if <sys/types.h> does not define. */
    315 #undef off_t
    316 
    317 /* Define as the type of the result of subtracting two pointers, if the system
    318    doesn't define it. */
    319 #undef ptrdiff_t
    320 
    321 /* Define to empty if the C compiler doesn't support this keyword. */
    322 #undef signed
    323 
    324 /* Define to `unsigned' if <sys/types.h> does not define. */
    325 #undef size_t
    326 
    327 /* Define to unsigned long or unsigned long long if <stdint.h> and
    328    <inttypes.h> don't define. */
    329 #undef uintmax_t
    330