1396ba001Smrg /* This file is automatically generated. DO NOT EDIT! */ 2*cf89d143Smrg /* Generated from: NetBSD: mknative-gcc,v 1.117 2023/07/31 01:48:37 mrg Exp */ 30a9044b0Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4396ba001Smrg 5396ba001Smrg /* config.h. Generated from config.in by configure. */ 6396ba001Smrg /* config.in. Generated from configure.ac by autoheader. */ 7396ba001Smrg 849d8c9ecSmrg /* Define if building universal (internal helper macro) */ 949d8c9ecSmrg /* #undef AC_APPLE_UNIVERSAL_BUILD */ 1049d8c9ecSmrg 113d95d378Smrg /* Define to 1 if you want more run-time sanity checks. */ 123d95d378Smrg #define CHECKING_P 0 133d95d378Smrg 14396ba001Smrg /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 15396ba001Smrg systems. This function is required for `alloca.c' support on those systems. 16396ba001Smrg */ 17396ba001Smrg /* #undef CRAY_STACKSEG_END */ 18396ba001Smrg 19396ba001Smrg /* Define to 1 if using `alloca.c'. */ 20396ba001Smrg /* #undef C_ALLOCA */ 21396ba001Smrg 220a9044b0Smrg /* Define if you want assertions enabled. This is a cheap check. */ 230a9044b0Smrg #define ENABLE_ASSERT_CHECKING 1 240a9044b0Smrg 2549d8c9ecSmrg /* Define to enable system headers canonicalization. */ 2649d8c9ecSmrg #define ENABLE_CANONICAL_SYSTEM_HEADERS 1 2749d8c9ecSmrg 28396ba001Smrg /* Define to 1 if translation of program messages to the user's native 29396ba001Smrg language is requested. */ 30396ba001Smrg #define ENABLE_NLS 1 31396ba001Smrg 320a9044b0Smrg /* Define to get calls to the valgrind runtime enabled. */ 330a9044b0Smrg /* #undef ENABLE_VALGRIND_ANNOTATIONS */ 340a9044b0Smrg 3549d8c9ecSmrg /* Define if you want to workaround valgrind (a memory checker) warnings about 3649d8c9ecSmrg possible memory leaks because of libcpp use of interior pointers. */ 3749d8c9ecSmrg /* #undef ENABLE_VALGRIND_CHECKING */ 3849d8c9ecSmrg 39396ba001Smrg /* Define to 1 if you have `alloca', as a function or macro. */ 40396ba001Smrg #define HAVE_ALLOCA 1 41396ba001Smrg 42396ba001Smrg /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 43396ba001Smrg */ 44396ba001Smrg /* #undef HAVE_ALLOCA_H */ 45396ba001Smrg 46396ba001Smrg /* Define to 1 if you have the `clearerr_unlocked' function. */ 47396ba001Smrg /* #undef HAVE_CLEARERR_UNLOCKED */ 48396ba001Smrg 49396ba001Smrg /* Define to 1 if you have the declaration of `abort', and to 0 if you don't. 50396ba001Smrg */ 51396ba001Smrg #define HAVE_DECL_ABORT 1 52396ba001Smrg 53396ba001Smrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 54396ba001Smrg don't. */ 55396ba001Smrg #define HAVE_DECL_ASPRINTF 1 56396ba001Smrg 5749d8c9ecSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 5849d8c9ecSmrg you don't. */ 59396ba001Smrg #define HAVE_DECL_BASENAME 0 60396ba001Smrg 61396ba001Smrg /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if 62396ba001Smrg you don't. */ 63396ba001Smrg #define HAVE_DECL_CLEARERR_UNLOCKED 0 64396ba001Smrg 65396ba001Smrg /* Define to 1 if you have the declaration of `errno', and to 0 if you don't. 66396ba001Smrg */ 67396ba001Smrg #define HAVE_DECL_ERRNO 0 68396ba001Smrg 69396ba001Smrg /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you 70396ba001Smrg don't. */ 71396ba001Smrg #define HAVE_DECL_FEOF_UNLOCKED 0 72396ba001Smrg 73396ba001Smrg /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if 74396ba001Smrg you don't. */ 75396ba001Smrg #define HAVE_DECL_FERROR_UNLOCKED 0 76396ba001Smrg 77396ba001Smrg /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if 78396ba001Smrg you don't. */ 79396ba001Smrg #define HAVE_DECL_FFLUSH_UNLOCKED 0 80396ba001Smrg 81396ba001Smrg /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if 82396ba001Smrg you don't. */ 83396ba001Smrg #define HAVE_DECL_FGETC_UNLOCKED 0 84396ba001Smrg 85396ba001Smrg /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if 86396ba001Smrg you don't. */ 87396ba001Smrg #define HAVE_DECL_FGETS_UNLOCKED 0 88396ba001Smrg 89396ba001Smrg /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if 90396ba001Smrg you don't. */ 91396ba001Smrg #define HAVE_DECL_FILENO_UNLOCKED 0 92396ba001Smrg 93396ba001Smrg /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if 94396ba001Smrg you don't. */ 95396ba001Smrg #define HAVE_DECL_FPRINTF_UNLOCKED 0 96396ba001Smrg 97396ba001Smrg /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if 98396ba001Smrg you don't. */ 99396ba001Smrg #define HAVE_DECL_FPUTC_UNLOCKED 0 100396ba001Smrg 101396ba001Smrg /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if 102396ba001Smrg you don't. */ 103396ba001Smrg #define HAVE_DECL_FPUTS_UNLOCKED 0 104396ba001Smrg 105396ba001Smrg /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if 106396ba001Smrg you don't. */ 107396ba001Smrg #define HAVE_DECL_FREAD_UNLOCKED 0 108396ba001Smrg 109396ba001Smrg /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if 110396ba001Smrg you don't. */ 111396ba001Smrg #define HAVE_DECL_FWRITE_UNLOCKED 0 112396ba001Smrg 113396ba001Smrg /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if 114396ba001Smrg you don't. */ 115396ba001Smrg #define HAVE_DECL_GETCHAR_UNLOCKED 1 116396ba001Smrg 117396ba001Smrg /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 118396ba001Smrg don't. */ 119396ba001Smrg #define HAVE_DECL_GETC_UNLOCKED 1 120396ba001Smrg 121396ba001Smrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 122396ba001Smrg */ 123396ba001Smrg #define HAVE_DECL_GETOPT 1 124396ba001Smrg 125396ba001Smrg /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if 126396ba001Smrg you don't. */ 127396ba001Smrg #define HAVE_DECL_PUTCHAR_UNLOCKED 1 128396ba001Smrg 129396ba001Smrg /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you 130396ba001Smrg don't. */ 131396ba001Smrg #define HAVE_DECL_PUTC_UNLOCKED 1 132396ba001Smrg 133396ba001Smrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 134396ba001Smrg don't. */ 135396ba001Smrg #define HAVE_DECL_VASPRINTF 1 136396ba001Smrg 137396ba001Smrg /* Define to 1 if you have the <fcntl.h> header file. */ 138396ba001Smrg #define HAVE_FCNTL_H 1 139396ba001Smrg 140396ba001Smrg /* Define to 1 if you have the `feof_unlocked' function. */ 141396ba001Smrg /* #undef HAVE_FEOF_UNLOCKED */ 142396ba001Smrg 143396ba001Smrg /* Define to 1 if you have the `ferror_unlocked' function. */ 144396ba001Smrg /* #undef HAVE_FERROR_UNLOCKED */ 145396ba001Smrg 146396ba001Smrg /* Define to 1 if you have the `fflush_unlocked' function. */ 147396ba001Smrg /* #undef HAVE_FFLUSH_UNLOCKED */ 148396ba001Smrg 149396ba001Smrg /* Define to 1 if you have the `fgetc_unlocked' function. */ 150396ba001Smrg /* #undef HAVE_FGETC_UNLOCKED */ 151396ba001Smrg 152396ba001Smrg /* Define to 1 if you have the `fgets_unlocked' function. */ 153396ba001Smrg /* #undef HAVE_FGETS_UNLOCKED */ 154396ba001Smrg 155396ba001Smrg /* Define to 1 if you have the `fileno_unlocked' function. */ 156396ba001Smrg /* #undef HAVE_FILENO_UNLOCKED */ 157396ba001Smrg 158396ba001Smrg /* Define to 1 if you have the `fprintf_unlocked' function. */ 159396ba001Smrg /* #undef HAVE_FPRINTF_UNLOCKED */ 160396ba001Smrg 161396ba001Smrg /* Define to 1 if you have the `fputc_unlocked' function. */ 162396ba001Smrg /* #undef HAVE_FPUTC_UNLOCKED */ 163396ba001Smrg 164396ba001Smrg /* Define to 1 if you have the `fputs_unlocked' function. */ 165396ba001Smrg /* #undef HAVE_FPUTS_UNLOCKED */ 166396ba001Smrg 167396ba001Smrg /* Define to 1 if you have the `fread_unlocked' function. */ 168396ba001Smrg /* #undef HAVE_FREAD_UNLOCKED */ 169396ba001Smrg 170396ba001Smrg /* Define to 1 if you have the `fwrite_unlocked' function. */ 171396ba001Smrg /* #undef HAVE_FWRITE_UNLOCKED */ 172396ba001Smrg 173396ba001Smrg /* Define to 1 if you have the `getchar_unlocked' function. */ 174396ba001Smrg #define HAVE_GETCHAR_UNLOCKED 1 175396ba001Smrg 176396ba001Smrg /* Define to 1 if you have the `getc_unlocked' function. */ 177396ba001Smrg #define HAVE_GETC_UNLOCKED 1 178396ba001Smrg 179396ba001Smrg /* Define if you have the iconv() function. */ 180396ba001Smrg #define HAVE_ICONV 1 181396ba001Smrg 182396ba001Smrg /* Define to 1 if you have the <inttypes.h> header file. */ 183396ba001Smrg #define HAVE_INTTYPES_H 1 184396ba001Smrg 185396ba001Smrg /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 186396ba001Smrg #define HAVE_LANGINFO_CODESET 1 187396ba001Smrg 188396ba001Smrg /* Define to 1 if you have the <limits.h> header file. */ 189396ba001Smrg #define HAVE_LIMITS_H 1 190396ba001Smrg 191396ba001Smrg /* Define to 1 if you have the <locale.h> header file. */ 192396ba001Smrg #define HAVE_LOCALE_H 1 193396ba001Smrg 194396ba001Smrg /* Define to 1 if you have the <memory.h> header file. */ 195396ba001Smrg #define HAVE_MEMORY_H 1 196396ba001Smrg 197396ba001Smrg /* Define to 1 if libc includes obstacks. */ 198396ba001Smrg /* #undef HAVE_OBSTACK */ 199396ba001Smrg 200396ba001Smrg /* Define to 1 if you have the `putchar_unlocked' function. */ 201396ba001Smrg #define HAVE_PUTCHAR_UNLOCKED 1 202396ba001Smrg 203396ba001Smrg /* Define to 1 if you have the `putc_unlocked' function. */ 204396ba001Smrg #define HAVE_PUTC_UNLOCKED 1 205396ba001Smrg 20649d8c9ecSmrg /* Define to 1 if you can assemble SSE4 insns. */ 20749d8c9ecSmrg /* #undef HAVE_SSE4 */ 20849d8c9ecSmrg 209396ba001Smrg /* Define to 1 if you have the <stddef.h> header file. */ 210396ba001Smrg #define HAVE_STDDEF_H 1 211396ba001Smrg 212396ba001Smrg /* Define to 1 if you have the <stdint.h> header file. */ 213396ba001Smrg #define HAVE_STDINT_H 1 214396ba001Smrg 215396ba001Smrg /* Define to 1 if you have the <stdlib.h> header file. */ 216396ba001Smrg #define HAVE_STDLIB_H 1 217396ba001Smrg 218396ba001Smrg /* Define to 1 if you have the <strings.h> header file. */ 219396ba001Smrg #define HAVE_STRINGS_H 1 220396ba001Smrg 221396ba001Smrg /* Define to 1 if you have the <string.h> header file. */ 222396ba001Smrg #define HAVE_STRING_H 1 223396ba001Smrg 224396ba001Smrg /* Define to 1 if you have the <sys/file.h> header file. */ 225396ba001Smrg #define HAVE_SYS_FILE_H 1 226396ba001Smrg 227396ba001Smrg /* Define to 1 if you have the <sys/stat.h> header file. */ 228396ba001Smrg #define HAVE_SYS_STAT_H 1 229396ba001Smrg 230396ba001Smrg /* Define to 1 if you have the <sys/types.h> header file. */ 231396ba001Smrg #define HAVE_SYS_TYPES_H 1 232396ba001Smrg 233396ba001Smrg /* Define if <sys/types.h> defines \`uchar'. */ 234396ba001Smrg /* #undef HAVE_UCHAR */ 235396ba001Smrg 23649d8c9ecSmrg /* Define to 1 if the system has the type `uintptr_t'. */ 23749d8c9ecSmrg #define HAVE_UINTPTR_T 1 23849d8c9ecSmrg 239396ba001Smrg /* Define to 1 if you have the <unistd.h> header file. */ 240396ba001Smrg #define HAVE_UNISTD_H 1 241396ba001Smrg 242396ba001Smrg /* Define as const if the declaration of iconv() needs const. */ 2432c291b34Smrg #define ICONV_CONST 244396ba001Smrg 245396ba001Smrg /* Define to the name of this package. */ 246396ba001Smrg #define PACKAGE "cpplib" 247396ba001Smrg 248396ba001Smrg /* Define to the address where bug reports for this package should be sent. */ 249396ba001Smrg #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org" 250396ba001Smrg 251396ba001Smrg /* Define to the full name of this package. */ 252396ba001Smrg #define PACKAGE_NAME "cpplib" 253396ba001Smrg 254396ba001Smrg /* Define to the full name and version of this package. */ 255396ba001Smrg #define PACKAGE_STRING "cpplib " 256396ba001Smrg 257396ba001Smrg /* Define to the one symbol short name of this package. */ 258396ba001Smrg #define PACKAGE_TARNAME "cpplib" 259396ba001Smrg 260396ba001Smrg /* Define to the home page for this package. */ 261396ba001Smrg #define PACKAGE_URL "" 262396ba001Smrg 263396ba001Smrg /* Define to the version of this package. */ 264396ba001Smrg #define PACKAGE_VERSION " " 265396ba001Smrg 266*cf89d143Smrg /* The size of `dev_t', as computed by sizeof. */ 267*cf89d143Smrg #define SIZEOF_DEV_T 8 268*cf89d143Smrg 269*cf89d143Smrg /* The size of `ino_t', as computed by sizeof. */ 270*cf89d143Smrg #define SIZEOF_INO_T 8 271*cf89d143Smrg 272396ba001Smrg /* The size of `int', as computed by sizeof. */ 273396ba001Smrg #define SIZEOF_INT 4 274396ba001Smrg 275396ba001Smrg /* The size of `long', as computed by sizeof. */ 276396ba001Smrg #define SIZEOF_LONG 4 277396ba001Smrg 278396ba001Smrg /* If using the C implementation of alloca, define if you know the 279396ba001Smrg direction of stack growth for your system; otherwise it will be 280396ba001Smrg automatically deduced at runtime. 281396ba001Smrg STACK_DIRECTION > 0 => grows toward higher addresses 282396ba001Smrg STACK_DIRECTION < 0 => grows toward lower addresses 283396ba001Smrg STACK_DIRECTION = 0 => direction of growth unknown */ 284396ba001Smrg /* #undef STACK_DIRECTION */ 285396ba001Smrg 286396ba001Smrg /* Define to 1 if you have the ANSI C header files. */ 287396ba001Smrg #define STDC_HEADERS 1 288396ba001Smrg 289396ba001Smrg /* Define if you can safely include both <string.h> and <strings.h>. */ 290396ba001Smrg #define STRING_WITH_STRINGS 1 291396ba001Smrg 292396ba001Smrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 293396ba001Smrg #define TIME_WITH_SYS_TIME 1 294396ba001Smrg 295396ba001Smrg /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 296396ba001Smrg /* #undef TM_IN_SYS_TIME */ 297396ba001Smrg 29849d8c9ecSmrg /* Enable extensions on AIX 3, Interix. */ 29949d8c9ecSmrg #ifndef _ALL_SOURCE 30049d8c9ecSmrg # define _ALL_SOURCE 1 30149d8c9ecSmrg #endif 30249d8c9ecSmrg /* Enable GNU extensions on systems that have them. */ 30349d8c9ecSmrg #ifndef _GNU_SOURCE 30449d8c9ecSmrg # define _GNU_SOURCE 1 30549d8c9ecSmrg #endif 30649d8c9ecSmrg /* Enable threading extensions on Solaris. */ 30749d8c9ecSmrg #ifndef _POSIX_PTHREAD_SEMANTICS 30849d8c9ecSmrg # define _POSIX_PTHREAD_SEMANTICS 1 30949d8c9ecSmrg #endif 31049d8c9ecSmrg /* Enable extensions on HP NonStop. */ 31149d8c9ecSmrg #ifndef _TANDEM_SOURCE 31249d8c9ecSmrg # define _TANDEM_SOURCE 1 31349d8c9ecSmrg #endif 31449d8c9ecSmrg /* Enable general extensions on Solaris. */ 31549d8c9ecSmrg #ifndef __EXTENSIONS__ 31649d8c9ecSmrg # define __EXTENSIONS__ 1 31749d8c9ecSmrg #endif 31849d8c9ecSmrg 31949d8c9ecSmrg 32049d8c9ecSmrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 32149d8c9ecSmrg significant byte first (like Motorola and SPARC, unlike Intel). */ 32249d8c9ecSmrg #if defined AC_APPLE_UNIVERSAL_BUILD 32349d8c9ecSmrg # if defined __BIG_ENDIAN__ 32449d8c9ecSmrg # define WORDS_BIGENDIAN 1 32549d8c9ecSmrg # endif 32649d8c9ecSmrg #else 32749d8c9ecSmrg # ifndef WORDS_BIGENDIAN 32849d8c9ecSmrg # define WORDS_BIGENDIAN 1 32949d8c9ecSmrg # endif 33049d8c9ecSmrg #endif 33149d8c9ecSmrg 332dec7c724Smrg /* Enable large inode numbers on Mac OS X 10.5. */ 333dec7c724Smrg #ifndef _DARWIN_USE_64_BIT_INODE 334dec7c724Smrg # define _DARWIN_USE_64_BIT_INODE 1 335dec7c724Smrg #endif 336dec7c724Smrg 33749d8c9ecSmrg /* Number of bits in a file offset, on hosts where this is settable. */ 33849d8c9ecSmrg /* #undef _FILE_OFFSET_BITS */ 33949d8c9ecSmrg 34049d8c9ecSmrg /* Define for large files, on AIX-style hosts. */ 34149d8c9ecSmrg /* #undef _LARGE_FILES */ 34249d8c9ecSmrg 34349d8c9ecSmrg /* Define to 1 if on MINIX. */ 34449d8c9ecSmrg /* #undef _MINIX */ 34549d8c9ecSmrg 34649d8c9ecSmrg /* Define to 2 if the system does not provide POSIX.1 features except with 34749d8c9ecSmrg this defined. */ 34849d8c9ecSmrg /* #undef _POSIX_1_SOURCE */ 34949d8c9ecSmrg 35049d8c9ecSmrg /* Define to 1 if you need to in order for `stat' and other things to work. */ 35149d8c9ecSmrg /* #undef _POSIX_SOURCE */ 35249d8c9ecSmrg 35381fd101dSmrg /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 35481fd101dSmrg <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 35581fd101dSmrg #define below would cause a syntax error. */ 35681fd101dSmrg /* #undef _UINT64_T */ 35781fd101dSmrg 358396ba001Smrg /* Define to empty if `const' does not conform to ANSI C. */ 359396ba001Smrg /* #undef const */ 360396ba001Smrg 361396ba001Smrg /* Define to `__inline__' or `__inline' if that's what the C compiler 362396ba001Smrg calls it, or to nothing if 'inline' is not supported under any name. */ 363396ba001Smrg #ifndef __cplusplus 364396ba001Smrg /* #undef inline */ 365396ba001Smrg #endif 366396ba001Smrg 367396ba001Smrg /* Define to `long int' if <sys/types.h> does not define. */ 368396ba001Smrg /* #undef off_t */ 369396ba001Smrg 37049d8c9ecSmrg /* Define to `int' if <sys/types.h> does not define. */ 37149d8c9ecSmrg /* #undef ptrdiff_t */ 37249d8c9ecSmrg 373396ba001Smrg /* Define to `unsigned int' if <sys/types.h> does not define. */ 374396ba001Smrg /* #undef size_t */ 375396ba001Smrg 376396ba001Smrg /* Define to `int' if <sys/types.h> does not define. */ 377396ba001Smrg /* #undef ssize_t */ 37849d8c9ecSmrg 37981fd101dSmrg /* Define to the type of an unsigned integer type of width exactly 64 bits if 38081fd101dSmrg such a type exists and the standard includes do not define it. */ 38181fd101dSmrg /* #undef uint64_t */ 38281fd101dSmrg 38349d8c9ecSmrg /* Define to the type of an unsigned integer type wide enough to hold a 38449d8c9ecSmrg pointer, if such a type exists, and if the system does not define it. */ 38549d8c9ecSmrg /* #undef uintptr_t */ 386