1ef01931fSBen Gras /* config.h. Generated from config.h.in by configure. */ 2ef01931fSBen Gras /* config.h.in. Generated from configure.ac by autoheader. */ 3ef01931fSBen Gras 484d9c625SLionel Sambuc /* Define if building universal (internal helper macro) */ 584d9c625SLionel Sambuc /* #undef AC_APPLE_UNIVERSAL_BUILD */ 684d9c625SLionel Sambuc 7ef01931fSBen Gras /* Define in built-in ELF support is used */ 8ef01931fSBen Gras #define BUILTIN_ELF 1 9ef01931fSBen Gras 10ef01931fSBen Gras /* Define for ELF core file support */ 11ef01931fSBen Gras #define ELFCORE 1 12ef01931fSBen Gras 1384d9c625SLionel Sambuc /* Define to 1 if you have the `asctime_r' function. */ 1484d9c625SLionel Sambuc #define HAVE_ASCTIME_R 1 1584d9c625SLionel Sambuc 16ef01931fSBen Gras /* Define to 1 if you have the `asprintf' function. */ 17ef01931fSBen Gras #define HAVE_ASPRINTF 1 18ef01931fSBen Gras 1984d9c625SLionel Sambuc /* Define to 1 if you have the `ctime_r' function. */ 2084d9c625SLionel Sambuc #define HAVE_CTIME_R 1 2184d9c625SLionel Sambuc 22ef01931fSBen Gras /* HAVE_DAYLIGHT */ 23ef01931fSBen Gras #define HAVE_DAYLIGHT 1 24ef01931fSBen Gras 2508ff44c4SLionel Sambuc /* Define to 1 if you have the declaration of `daylight', and to 0 if you 2608ff44c4SLionel Sambuc don't. */ 2708ff44c4SLionel Sambuc #define HAVE_DECL_DAYLIGHT 1 2808ff44c4SLionel Sambuc 2908ff44c4SLionel Sambuc /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. 3008ff44c4SLionel Sambuc */ 3108ff44c4SLionel Sambuc #define HAVE_DECL_TZNAME 1 3208ff44c4SLionel Sambuc 33ef01931fSBen Gras /* Define to 1 if you have the <dlfcn.h> header file. */ 34ef01931fSBen Gras #define HAVE_DLFCN_H 1 35ef01931fSBen Gras 36ef01931fSBen Gras /* Define to 1 if you have the <err.h> header file. */ 37ef01931fSBen Gras #define HAVE_ERR_H 1 38ef01931fSBen Gras 39ef01931fSBen Gras /* Define to 1 if you have the <fcntl.h> header file. */ 40ef01931fSBen Gras #define HAVE_FCNTL_H 1 41ef01931fSBen Gras 42*0a6a1f1dSLionel Sambuc #if !defined(__minix) 43*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `fmtcheck' function. */ 44*0a6a1f1dSLionel Sambuc #define HAVE_FMTCHECK 1 45*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 46*0a6a1f1dSLionel Sambuc 4708ff44c4SLionel Sambuc /* Define to 1 if you have the `fork' function. */ 4808ff44c4SLionel Sambuc #define HAVE_FORK 1 4908ff44c4SLionel Sambuc 50*0a6a1f1dSLionel Sambuc #if !defined(__minix) 51*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `freelocale' function. */ 52*0a6a1f1dSLionel Sambuc #define HAVE_FREELOCALE 1 53*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 54*0a6a1f1dSLionel Sambuc 55ef01931fSBen Gras /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 56ef01931fSBen Gras #define HAVE_FSEEKO 1 57ef01931fSBen Gras 5808ff44c4SLionel Sambuc /* Define to 1 if you have the `getline' function. */ 5908ff44c4SLionel Sambuc #define HAVE_GETLINE 1 6008ff44c4SLionel Sambuc 61ef01931fSBen Gras /* Define to 1 if you have the <getopt.h> header file. */ 62ef01931fSBen Gras #define HAVE_GETOPT_H 1 63ef01931fSBen Gras 64ef01931fSBen Gras /* Define to 1 if you have the `getopt_long' function. */ 65ef01931fSBen Gras #define HAVE_GETOPT_LONG 1 66ef01931fSBen Gras 6784d9c625SLionel Sambuc /* Define to 1 if you have the `getpagesize' function. */ 6884d9c625SLionel Sambuc #define HAVE_GETPAGESIZE 1 69ef01931fSBen Gras 70*0a6a1f1dSLionel Sambuc /* Define to 1 if the system has the type `intptr_t'. */ 71*0a6a1f1dSLionel Sambuc #define HAVE_INTPTR_T 1 72*0a6a1f1dSLionel Sambuc 73ef01931fSBen Gras /* Define to 1 if you have the <inttypes.h> header file. */ 74ef01931fSBen Gras #define HAVE_INTTYPES_H 1 75ef01931fSBen Gras 76835f6802SDirk Vogt /* Define to 1 if you have the `gnurx' library (-lgnurx). */ 77835f6802SDirk Vogt /* #undef HAVE_LIBGNURX */ 78835f6802SDirk Vogt 79ef01931fSBen Gras /* Define to 1 if you have the `z' library (-lz). */ 80ef01931fSBen Gras #define HAVE_LIBZ 1 81ef01931fSBen Gras 82ef01931fSBen Gras /* Define to 1 if you have the <limits.h> header file. */ 83ef01931fSBen Gras #define HAVE_LIMITS_H 1 84ef01931fSBen Gras 85ef01931fSBen Gras /* Define to 1 if you have the <locale.h> header file. */ 86ef01931fSBen Gras #define HAVE_LOCALE_H 1 87ef01931fSBen Gras 8884d9c625SLionel Sambuc /* Define to 1 if mbrtowc and mbstate_t are properly declared. */ 89ef01931fSBen Gras #define HAVE_MBRTOWC 1 90ef01931fSBen Gras 91ef01931fSBen Gras /* Define to 1 if <wchar.h> declares mbstate_t. */ 92ef01931fSBen Gras #define HAVE_MBSTATE_T 1 93ef01931fSBen Gras 94ef01931fSBen Gras /* Define to 1 if you have the <memory.h> header file. */ 95ef01931fSBen Gras #define HAVE_MEMORY_H 1 96ef01931fSBen Gras 9784d9c625SLionel Sambuc /* Define to 1 if you have the `mkostemp' function. */ 9884d9c625SLionel Sambuc /* #undef HAVE_MKOSTEMP */ 9984d9c625SLionel Sambuc 100ef01931fSBen Gras /* Define to 1 if you have the `mkstemp' function. */ 101ef01931fSBen Gras #define HAVE_MKSTEMP 1 102ef01931fSBen Gras 103*0a6a1f1dSLionel Sambuc #if !defined(__minix) 104*0a6a1f1dSLionel Sambuc /* Define to 1 if you have a working `mmap' system call. */ 105*0a6a1f1dSLionel Sambuc #define HAVE_MMAP 1 106*0a6a1f1dSLionel Sambuc 107*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `newlocale' function. */ 108*0a6a1f1dSLionel Sambuc #define HAVE_NEWLOCALE 1 109*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 110835f6802SDirk Vogt 11184d9c625SLionel Sambuc /* Define to 1 if you have the `pread' function. */ 11284d9c625SLionel Sambuc #define HAVE_PREAD 1 11384d9c625SLionel Sambuc 114*0a6a1f1dSLionel Sambuc #if !defined(__minix) 115*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `setlocale' function. */ 116*0a6a1f1dSLionel Sambuc #define HAVE_SETLOCALE 1 117*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 118*0a6a1f1dSLionel Sambuc 11984d9c625SLionel Sambuc /* Define to 1 if you have the <stddef.h> header file. */ 12084d9c625SLionel Sambuc #define HAVE_STDDEF_H 1 121ef01931fSBen Gras 122ef01931fSBen Gras /* Define to 1 if you have the <stdint.h> header file. */ 123ef01931fSBen Gras #define HAVE_STDINT_H 1 124ef01931fSBen Gras 125ef01931fSBen Gras /* Define to 1 if you have the <stdlib.h> header file. */ 126ef01931fSBen Gras #define HAVE_STDLIB_H 1 127ef01931fSBen Gras 128*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `strcasestr' function. */ 129*0a6a1f1dSLionel Sambuc #define HAVE_STRCASESTR 1 130*0a6a1f1dSLionel Sambuc 131ef01931fSBen Gras /* Define to 1 if you have the `strerror' function. */ 132ef01931fSBen Gras #define HAVE_STRERROR 1 133ef01931fSBen Gras 134ef01931fSBen Gras /* Define to 1 if you have the <strings.h> header file. */ 135ef01931fSBen Gras #define HAVE_STRINGS_H 1 136ef01931fSBen Gras 137ef01931fSBen Gras /* Define to 1 if you have the <string.h> header file. */ 138ef01931fSBen Gras #define HAVE_STRING_H 1 139ef01931fSBen Gras 140ef01931fSBen Gras /* Define to 1 if you have the `strlcat' function. */ 141ef01931fSBen Gras #define HAVE_STRLCAT 1 142ef01931fSBen Gras 143ef01931fSBen Gras /* Define to 1 if you have the `strlcpy' function. */ 144ef01931fSBen Gras #define HAVE_STRLCPY 1 145ef01931fSBen Gras 146ef01931fSBen Gras /* Define to 1 if you have the `strndup' function. */ 147ef01931fSBen Gras #define HAVE_STRNDUP 1 148ef01931fSBen Gras 149ef01931fSBen Gras /* Define to 1 if you have the `strtof' function. */ 150ef01931fSBen Gras #define HAVE_STRTOF 1 151ef01931fSBen Gras 152ef01931fSBen Gras /* Define to 1 if you have the `strtoul' function. */ 153ef01931fSBen Gras #define HAVE_STRTOUL 1 154ef01931fSBen Gras 155ef01931fSBen Gras /* HAVE_STRUCT_OPTION */ 156ef01931fSBen Gras #define HAVE_STRUCT_OPTION 1 157ef01931fSBen Gras 15884d9c625SLionel Sambuc /* Define to 1 if `st_rdev' is a member of `struct stat'. */ 159ef01931fSBen Gras #define HAVE_STRUCT_STAT_ST_RDEV 1 160ef01931fSBen Gras 16184d9c625SLionel Sambuc /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */ 162ef01931fSBen Gras #define HAVE_STRUCT_TM_TM_GMTOFF 1 163ef01931fSBen Gras 16484d9c625SLionel Sambuc /* Define to 1 if `tm_zone' is a member of `struct tm'. */ 165ef01931fSBen Gras #define HAVE_STRUCT_TM_TM_ZONE 1 166ef01931fSBen Gras 167*0a6a1f1dSLionel Sambuc #if !defined(__minix) 168ef01931fSBen Gras /* Define to 1 if you have the <sys/mman.h> header file. */ 169*0a6a1f1dSLionel Sambuc #define HAVE_SYS_MMAN_H 1 170*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 171ef01931fSBen Gras 17284d9c625SLionel Sambuc /* Define to 1 if you have the <sys/param.h> header file. */ 17384d9c625SLionel Sambuc #define HAVE_SYS_PARAM_H 1 17484d9c625SLionel Sambuc 175ef01931fSBen Gras /* Define to 1 if you have the <sys/stat.h> header file. */ 176ef01931fSBen Gras #define HAVE_SYS_STAT_H 1 177ef01931fSBen Gras 178ef01931fSBen Gras /* Define to 1 if you have the <sys/time.h> header file. */ 179ef01931fSBen Gras #define HAVE_SYS_TIME_H 1 180ef01931fSBen Gras 181ef01931fSBen Gras /* Define to 1 if you have the <sys/types.h> header file. */ 182ef01931fSBen Gras #define HAVE_SYS_TYPES_H 1 183ef01931fSBen Gras 184ef01931fSBen Gras /* Define to 1 if you have the <sys/utime.h> header file. */ 185ef01931fSBen Gras /* #undef HAVE_SYS_UTIME_H */ 186ef01931fSBen Gras 187ef01931fSBen Gras /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 188ef01931fSBen Gras #define HAVE_SYS_WAIT_H 1 189ef01931fSBen Gras 190ef01931fSBen Gras /* HAVE_TM_ISDST */ 191ef01931fSBen Gras #define HAVE_TM_ISDST 1 192ef01931fSBen Gras 193ef01931fSBen Gras /* HAVE_TM_ZONE */ 194ef01931fSBen Gras #define HAVE_TM_ZONE 1 195ef01931fSBen Gras 196ef01931fSBen Gras /* HAVE_TZNAME */ 197ef01931fSBen Gras #define HAVE_TZNAME 1 198ef01931fSBen Gras 199*0a6a1f1dSLionel Sambuc /* Define to 1 if the system has the type `uintptr_t'. */ 200*0a6a1f1dSLionel Sambuc #define HAVE_UINTPTR_T 1 201*0a6a1f1dSLionel Sambuc 202ef01931fSBen Gras /* Define to 1 if you have the <unistd.h> header file. */ 203ef01931fSBen Gras #define HAVE_UNISTD_H 1 204ef01931fSBen Gras 205*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `uselocale' function. */ 206*0a6a1f1dSLionel Sambuc /* #undef HAVE_USELOCALE */ 207*0a6a1f1dSLionel Sambuc 208ef01931fSBen Gras /* Define to 1 if you have the `utime' function. */ 209ef01931fSBen Gras #define HAVE_UTIME 1 210ef01931fSBen Gras 211ef01931fSBen Gras /* Define to 1 if you have the `utimes' function. */ 212a0a1440aSThomas Cort #define HAVE_UTIMES 1 213ef01931fSBen Gras 214ef01931fSBen Gras /* Define to 1 if you have the <utime.h> header file. */ 215ef01931fSBen Gras #define HAVE_UTIME_H 1 216ef01931fSBen Gras 217ef01931fSBen Gras /* Define to 1 if you have the `vasprintf' function. */ 218ef01931fSBen Gras #define HAVE_VASPRINTF 1 219ef01931fSBen Gras 22084d9c625SLionel Sambuc /* Define to 1 if you have the `vfork' function. */ 22184d9c625SLionel Sambuc #define HAVE_VFORK 1 22284d9c625SLionel Sambuc 22384d9c625SLionel Sambuc /* Define to 1 if you have the <vfork.h> header file. */ 22484d9c625SLionel Sambuc /* #undef HAVE_VFORK_H */ 22584d9c625SLionel Sambuc 22684d9c625SLionel Sambuc /* Define to 1 or 0, depending whether the compiler supports simple visibility 22784d9c625SLionel Sambuc declarations. */ 22884d9c625SLionel Sambuc #define HAVE_VISIBILITY 1 22984d9c625SLionel Sambuc 230ef01931fSBen Gras /* Define to 1 if you have the <wchar.h> header file. */ 231ef01931fSBen Gras #define HAVE_WCHAR_H 1 232ef01931fSBen Gras 233ef01931fSBen Gras /* Define to 1 if you have the <wctype.h> header file. */ 234ef01931fSBen Gras #define HAVE_WCTYPE_H 1 235ef01931fSBen Gras 236ef01931fSBen Gras /* Define to 1 if you have the `wcwidth' function. */ 237ef01931fSBen Gras #define HAVE_WCWIDTH 1 238ef01931fSBen Gras 23984d9c625SLionel Sambuc /* Define to 1 if `fork' works. */ 24084d9c625SLionel Sambuc #define HAVE_WORKING_FORK 1 24184d9c625SLionel Sambuc 24284d9c625SLionel Sambuc /* Define to 1 if `vfork' works. */ 24384d9c625SLionel Sambuc #define HAVE_WORKING_VFORK 1 24484d9c625SLionel Sambuc 245*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <xlocale.h> header file. */ 246*0a6a1f1dSLionel Sambuc /* #undef HAVE_XLOCALE_H */ 247*0a6a1f1dSLionel Sambuc 248ef01931fSBen Gras /* Define to 1 if you have the <zlib.h> header file. */ 249ef01931fSBen Gras #define HAVE_ZLIB_H 1 250ef01931fSBen Gras 25108ff44c4SLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries. 25208ff44c4SLionel Sambuc */ 25308ff44c4SLionel Sambuc #define LT_OBJDIR ".libs/" 25408ff44c4SLionel Sambuc 255ef01931fSBen Gras /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 256ef01931fSBen Gras */ 257ef01931fSBen Gras /* #undef MAJOR_IN_MKDEV */ 258ef01931fSBen Gras 259ef01931fSBen Gras /* Define to 1 if `major', `minor', and `makedev' are declared in 260ef01931fSBen Gras <sysmacros.h>. */ 261ef01931fSBen Gras /* #undef MAJOR_IN_SYSMACROS */ 262ef01931fSBen Gras 263ef01931fSBen Gras /* Name of package */ 264ef01931fSBen Gras #define PACKAGE "file" 265ef01931fSBen Gras 266ef01931fSBen Gras /* Define to the address where bug reports for this package should be sent. */ 267ef01931fSBen Gras #define PACKAGE_BUGREPORT "christos@astron.com" 268ef01931fSBen Gras 269ef01931fSBen Gras /* Define to the full name of this package. */ 270ef01931fSBen Gras #define PACKAGE_NAME "file" 271ef01931fSBen Gras 272ef01931fSBen Gras /* Define to the full name and version of this package. */ 273*0a6a1f1dSLionel Sambuc #define PACKAGE_STRING "file 5.22" 274ef01931fSBen Gras 275ef01931fSBen Gras /* Define to the one symbol short name of this package. */ 276ef01931fSBen Gras #define PACKAGE_TARNAME "file" 277ef01931fSBen Gras 278835f6802SDirk Vogt /* Define to the home page for this package. */ 279835f6802SDirk Vogt #define PACKAGE_URL "" 280835f6802SDirk Vogt 281ef01931fSBen Gras /* Define to the version of this package. */ 282*0a6a1f1dSLionel Sambuc #define PACKAGE_VERSION "5.22" 283ef01931fSBen Gras 284ef01931fSBen Gras /* Define to 1 if you have the ANSI C header files. */ 285ef01931fSBen Gras #define STDC_HEADERS 1 286ef01931fSBen Gras 287ef01931fSBen Gras /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 288ef01931fSBen Gras /* #undef TM_IN_SYS_TIME */ 289ef01931fSBen Gras 290835f6802SDirk Vogt /* Enable extensions on AIX 3, Interix. */ 291835f6802SDirk Vogt #ifndef _ALL_SOURCE 292835f6802SDirk Vogt # define _ALL_SOURCE 1 293835f6802SDirk Vogt #endif 294ef01931fSBen Gras /* Enable GNU extensions on systems that have them. */ 295ef01931fSBen Gras #ifndef _GNU_SOURCE 296ef01931fSBen Gras # define _GNU_SOURCE 1 297ef01931fSBen Gras #endif 298835f6802SDirk Vogt /* Enable threading extensions on Solaris. */ 299835f6802SDirk Vogt #ifndef _POSIX_PTHREAD_SEMANTICS 300835f6802SDirk Vogt # define _POSIX_PTHREAD_SEMANTICS 1 301835f6802SDirk Vogt #endif 302835f6802SDirk Vogt /* Enable extensions on HP NonStop. */ 303835f6802SDirk Vogt #ifndef _TANDEM_SOURCE 304835f6802SDirk Vogt # define _TANDEM_SOURCE 1 305835f6802SDirk Vogt #endif 306835f6802SDirk Vogt /* Enable general extensions on Solaris. */ 307835f6802SDirk Vogt #ifndef __EXTENSIONS__ 308835f6802SDirk Vogt # define __EXTENSIONS__ 1 309835f6802SDirk Vogt #endif 310835f6802SDirk Vogt 311835f6802SDirk Vogt 312835f6802SDirk Vogt /* Version number of package */ 313*0a6a1f1dSLionel Sambuc #define VERSION "5.22" 31484d9c625SLionel Sambuc 31584d9c625SLionel Sambuc /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 31684d9c625SLionel Sambuc significant byte first (like Motorola and SPARC, unlike Intel). */ 31784d9c625SLionel Sambuc #if defined AC_APPLE_UNIVERSAL_BUILD 31884d9c625SLionel Sambuc # if defined __BIG_ENDIAN__ 31984d9c625SLionel Sambuc # define WORDS_BIGENDIAN 1 32084d9c625SLionel Sambuc # endif 32184d9c625SLionel Sambuc #else 32284d9c625SLionel Sambuc # ifndef WORDS_BIGENDIAN 32384d9c625SLionel Sambuc /* # undef WORDS_BIGENDIAN */ 32484d9c625SLionel Sambuc # endif 32584d9c625SLionel Sambuc #endif 32684d9c625SLionel Sambuc 32784d9c625SLionel Sambuc /* Enable large inode numbers on Mac OS X 10.5. */ 32884d9c625SLionel Sambuc #ifndef _DARWIN_USE_64_BIT_INODE 32984d9c625SLionel Sambuc # define _DARWIN_USE_64_BIT_INODE 1 33084d9c625SLionel Sambuc #endif 331835f6802SDirk Vogt 332835f6802SDirk Vogt /* Number of bits in a file offset, on hosts where this is settable. */ 333835f6802SDirk Vogt /* #undef _FILE_OFFSET_BITS */ 334ef01931fSBen Gras 335ef01931fSBen Gras /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 336ef01931fSBen Gras /* #undef _LARGEFILE_SOURCE */ 337ef01931fSBen Gras 338ef01931fSBen Gras /* Define for large files, on AIX-style hosts. */ 339ef01931fSBen Gras /* #undef _LARGE_FILES */ 340ef01931fSBen Gras 341835f6802SDirk Vogt /* Define to 1 if on MINIX. */ 342835f6802SDirk Vogt /* #undef _MINIX */ 343835f6802SDirk Vogt 344835f6802SDirk Vogt /* Define to 2 if the system does not provide POSIX.1 features except with 345835f6802SDirk Vogt this defined. */ 346835f6802SDirk Vogt /* #undef _POSIX_1_SOURCE */ 347835f6802SDirk Vogt 348835f6802SDirk Vogt /* Define to 1 if you need to in order for `stat' and other things to work. */ 349835f6802SDirk Vogt /* #undef _POSIX_SOURCE */ 350835f6802SDirk Vogt 35184d9c625SLionel Sambuc /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 35284d9c625SLionel Sambuc <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 35384d9c625SLionel Sambuc #define below would cause a syntax error. */ 35484d9c625SLionel Sambuc /* #undef _UINT32_T */ 35584d9c625SLionel Sambuc 35684d9c625SLionel Sambuc /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 35784d9c625SLionel Sambuc <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 35884d9c625SLionel Sambuc #define below would cause a syntax error. */ 35984d9c625SLionel Sambuc /* #undef _UINT64_T */ 36084d9c625SLionel Sambuc 36184d9c625SLionel Sambuc /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 36284d9c625SLionel Sambuc <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 36384d9c625SLionel Sambuc #define below would cause a syntax error. */ 36484d9c625SLionel Sambuc /* #undef _UINT8_T */ 36584d9c625SLionel Sambuc 366ef01931fSBen Gras /* Define to empty if `const' does not conform to ANSI C. */ 367ef01931fSBen Gras /* #undef const */ 368ef01931fSBen Gras 36984d9c625SLionel Sambuc /* Define to the type of a signed integer type of width exactly 32 bits if 37084d9c625SLionel Sambuc such a type exists and the standard includes do not define it. */ 37184d9c625SLionel Sambuc /* #undef int32_t */ 37284d9c625SLionel Sambuc 37384d9c625SLionel Sambuc /* Define to the type of a signed integer type of width exactly 64 bits if 37484d9c625SLionel Sambuc such a type exists and the standard includes do not define it. */ 37584d9c625SLionel Sambuc /* #undef int64_t */ 37684d9c625SLionel Sambuc 377*0a6a1f1dSLionel Sambuc /* Define to the type of a signed integer type wide enough to hold a pointer, 378*0a6a1f1dSLionel Sambuc if such a type exists, and if the system does not define it. */ 379*0a6a1f1dSLionel Sambuc /* #undef intptr_t */ 380*0a6a1f1dSLionel Sambuc 381ef01931fSBen Gras /* Define to a type if <wchar.h> does not define. */ 382ef01931fSBen Gras /* #undef mbstate_t */ 383ef01931fSBen Gras 384ef01931fSBen Gras /* Define to `long int' if <sys/types.h> does not define. */ 385ef01931fSBen Gras /* #undef off_t */ 386ef01931fSBen Gras 38784d9c625SLionel Sambuc /* Define to `int' if <sys/types.h> does not define. */ 38884d9c625SLionel Sambuc /* #undef pid_t */ 38984d9c625SLionel Sambuc 390ef01931fSBen Gras /* Define to `unsigned int' if <sys/types.h> does not define. */ 391ef01931fSBen Gras /* #undef size_t */ 392ef01931fSBen Gras 39384d9c625SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 16 bits if 39484d9c625SLionel Sambuc such a type exists and the standard includes do not define it. */ 39584d9c625SLionel Sambuc /* #undef uint16_t */ 396ef01931fSBen Gras 39784d9c625SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 32 bits if 39884d9c625SLionel Sambuc such a type exists and the standard includes do not define it. */ 39984d9c625SLionel Sambuc /* #undef uint32_t */ 400ef01931fSBen Gras 40184d9c625SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 64 bits if 40284d9c625SLionel Sambuc such a type exists and the standard includes do not define it. */ 40384d9c625SLionel Sambuc /* #undef uint64_t */ 40484d9c625SLionel Sambuc 40584d9c625SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 8 bits if 40684d9c625SLionel Sambuc such a type exists and the standard includes do not define it. */ 40784d9c625SLionel Sambuc /* #undef uint8_t */ 40884d9c625SLionel Sambuc 409*0a6a1f1dSLionel Sambuc /* Define to the type of an unsigned integer type wide enough to hold a 410*0a6a1f1dSLionel Sambuc pointer, if such a type exists, and if the system does not define it. */ 411*0a6a1f1dSLionel Sambuc /* #undef uintptr_t */ 412*0a6a1f1dSLionel Sambuc 41384d9c625SLionel Sambuc /* Define as `fork' if `vfork' does not work. */ 41484d9c625SLionel Sambuc /* #undef vfork */ 415