112c4a044Smrg /* This file is automatically generated. DO NOT EDIT! */ 2*e3f64922Smrg /* Generated from: NetBSD: mknative-gcc,v 1.116 2022/07/22 06:50:26 mrg Exp */ 340c539aeSmrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 412c4a044Smrg 512c4a044Smrg /* config.h. Generated from config.in by configure. */ 612c4a044Smrg /* config.in. Generated from configure.ac by autoheader. */ 712c4a044Smrg 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 1412c4a044Smrg /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 1512c4a044Smrg systems. This function is required for `alloca.c' support on those systems. 1612c4a044Smrg */ 1712c4a044Smrg /* #undef CRAY_STACKSEG_END */ 1812c4a044Smrg 1912c4a044Smrg /* Define to 1 if using `alloca.c'. */ 2012c4a044Smrg /* #undef C_ALLOCA */ 2112c4a044Smrg 2240c539aeSmrg /* Define if you want assertions enabled. This is a cheap check. */ 2340c539aeSmrg #define ENABLE_ASSERT_CHECKING 1 2440c539aeSmrg 2549d8c9ecSmrg /* Define to enable system headers canonicalization. */ 2649d8c9ecSmrg #define ENABLE_CANONICAL_SYSTEM_HEADERS 1 2749d8c9ecSmrg 2812c4a044Smrg /* Define to 1 if translation of program messages to the user's native 2912c4a044Smrg language is requested. */ 3012c4a044Smrg #define ENABLE_NLS 1 3112c4a044Smrg 3240c539aeSmrg /* Define to get calls to the valgrind runtime enabled. */ 3340c539aeSmrg /* #undef ENABLE_VALGRIND_ANNOTATIONS */ 3440c539aeSmrg 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 3912c4a044Smrg /* Define to 1 if you have `alloca', as a function or macro. */ 4012c4a044Smrg #define HAVE_ALLOCA 1 4112c4a044Smrg 4212c4a044Smrg /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 4312c4a044Smrg */ 4412c4a044Smrg /* #undef HAVE_ALLOCA_H */ 4512c4a044Smrg 4612c4a044Smrg /* Define to 1 if you have the `clearerr_unlocked' function. */ 4712c4a044Smrg /* #undef HAVE_CLEARERR_UNLOCKED */ 4812c4a044Smrg 4912c4a044Smrg /* Define to 1 if you have the declaration of `abort', and to 0 if you don't. 5012c4a044Smrg */ 5112c4a044Smrg #define HAVE_DECL_ABORT 1 5212c4a044Smrg 5312c4a044Smrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 5412c4a044Smrg don't. */ 5512c4a044Smrg #define HAVE_DECL_ASPRINTF 1 5612c4a044Smrg 5749d8c9ecSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if 5849d8c9ecSmrg you don't. */ 5912c4a044Smrg #define HAVE_DECL_BASENAME 0 6012c4a044Smrg 6112c4a044Smrg /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if 6212c4a044Smrg you don't. */ 6312c4a044Smrg #define HAVE_DECL_CLEARERR_UNLOCKED 0 6412c4a044Smrg 6512c4a044Smrg /* Define to 1 if you have the declaration of `errno', and to 0 if you don't. 6612c4a044Smrg */ 6712c4a044Smrg #define HAVE_DECL_ERRNO 0 6812c4a044Smrg 6912c4a044Smrg /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you 7012c4a044Smrg don't. */ 7112c4a044Smrg #define HAVE_DECL_FEOF_UNLOCKED 0 7212c4a044Smrg 7312c4a044Smrg /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if 7412c4a044Smrg you don't. */ 7512c4a044Smrg #define HAVE_DECL_FERROR_UNLOCKED 0 7612c4a044Smrg 7712c4a044Smrg /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if 7812c4a044Smrg you don't. */ 7912c4a044Smrg #define HAVE_DECL_FFLUSH_UNLOCKED 0 8012c4a044Smrg 8112c4a044Smrg /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if 8212c4a044Smrg you don't. */ 8312c4a044Smrg #define HAVE_DECL_FGETC_UNLOCKED 0 8412c4a044Smrg 8512c4a044Smrg /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if 8612c4a044Smrg you don't. */ 8712c4a044Smrg #define HAVE_DECL_FGETS_UNLOCKED 0 8812c4a044Smrg 8912c4a044Smrg /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if 9012c4a044Smrg you don't. */ 9112c4a044Smrg #define HAVE_DECL_FILENO_UNLOCKED 0 9212c4a044Smrg 9312c4a044Smrg /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if 9412c4a044Smrg you don't. */ 9512c4a044Smrg #define HAVE_DECL_FPRINTF_UNLOCKED 0 9612c4a044Smrg 9712c4a044Smrg /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if 9812c4a044Smrg you don't. */ 9912c4a044Smrg #define HAVE_DECL_FPUTC_UNLOCKED 0 10012c4a044Smrg 10112c4a044Smrg /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if 10212c4a044Smrg you don't. */ 10312c4a044Smrg #define HAVE_DECL_FPUTS_UNLOCKED 0 10412c4a044Smrg 10512c4a044Smrg /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if 10612c4a044Smrg you don't. */ 10712c4a044Smrg #define HAVE_DECL_FREAD_UNLOCKED 0 10812c4a044Smrg 10912c4a044Smrg /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if 11012c4a044Smrg you don't. */ 11112c4a044Smrg #define HAVE_DECL_FWRITE_UNLOCKED 0 11212c4a044Smrg 11312c4a044Smrg /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if 11412c4a044Smrg you don't. */ 11512c4a044Smrg #define HAVE_DECL_GETCHAR_UNLOCKED 1 11612c4a044Smrg 11712c4a044Smrg /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 11812c4a044Smrg don't. */ 11912c4a044Smrg #define HAVE_DECL_GETC_UNLOCKED 1 12012c4a044Smrg 12112c4a044Smrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. 12212c4a044Smrg */ 12312c4a044Smrg #define HAVE_DECL_GETOPT 1 12412c4a044Smrg 12512c4a044Smrg /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if 12612c4a044Smrg you don't. */ 12712c4a044Smrg #define HAVE_DECL_PUTCHAR_UNLOCKED 1 12812c4a044Smrg 12912c4a044Smrg /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you 13012c4a044Smrg don't. */ 13112c4a044Smrg #define HAVE_DECL_PUTC_UNLOCKED 1 13212c4a044Smrg 13312c4a044Smrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 13412c4a044Smrg don't. */ 13512c4a044Smrg #define HAVE_DECL_VASPRINTF 1 13612c4a044Smrg 13712c4a044Smrg /* Define to 1 if you have the <fcntl.h> header file. */ 13812c4a044Smrg #define HAVE_FCNTL_H 1 13912c4a044Smrg 14012c4a044Smrg /* Define to 1 if you have the `feof_unlocked' function. */ 14112c4a044Smrg /* #undef HAVE_FEOF_UNLOCKED */ 14212c4a044Smrg 14312c4a044Smrg /* Define to 1 if you have the `ferror_unlocked' function. */ 14412c4a044Smrg /* #undef HAVE_FERROR_UNLOCKED */ 14512c4a044Smrg 14612c4a044Smrg /* Define to 1 if you have the `fflush_unlocked' function. */ 14712c4a044Smrg /* #undef HAVE_FFLUSH_UNLOCKED */ 14812c4a044Smrg 14912c4a044Smrg /* Define to 1 if you have the `fgetc_unlocked' function. */ 15012c4a044Smrg /* #undef HAVE_FGETC_UNLOCKED */ 15112c4a044Smrg 15212c4a044Smrg /* Define to 1 if you have the `fgets_unlocked' function. */ 15312c4a044Smrg /* #undef HAVE_FGETS_UNLOCKED */ 15412c4a044Smrg 15512c4a044Smrg /* Define to 1 if you have the `fileno_unlocked' function. */ 15612c4a044Smrg /* #undef HAVE_FILENO_UNLOCKED */ 15712c4a044Smrg 15812c4a044Smrg /* Define to 1 if you have the `fprintf_unlocked' function. */ 15912c4a044Smrg /* #undef HAVE_FPRINTF_UNLOCKED */ 16012c4a044Smrg 16112c4a044Smrg /* Define to 1 if you have the `fputc_unlocked' function. */ 16212c4a044Smrg /* #undef HAVE_FPUTC_UNLOCKED */ 16312c4a044Smrg 16412c4a044Smrg /* Define to 1 if you have the `fputs_unlocked' function. */ 16512c4a044Smrg /* #undef HAVE_FPUTS_UNLOCKED */ 16612c4a044Smrg 16712c4a044Smrg /* Define to 1 if you have the `fread_unlocked' function. */ 16812c4a044Smrg /* #undef HAVE_FREAD_UNLOCKED */ 16912c4a044Smrg 17012c4a044Smrg /* Define to 1 if you have the `fwrite_unlocked' function. */ 17112c4a044Smrg /* #undef HAVE_FWRITE_UNLOCKED */ 17212c4a044Smrg 17312c4a044Smrg /* Define to 1 if you have the `getchar_unlocked' function. */ 17412c4a044Smrg #define HAVE_GETCHAR_UNLOCKED 1 17512c4a044Smrg 17612c4a044Smrg /* Define to 1 if you have the `getc_unlocked' function. */ 17712c4a044Smrg #define HAVE_GETC_UNLOCKED 1 17812c4a044Smrg 17912c4a044Smrg /* Define if you have the iconv() function. */ 1806d2d852eSmrg #define HAVE_ICONV 1 18112c4a044Smrg 18212c4a044Smrg /* Define to 1 if you have the <inttypes.h> header file. */ 18312c4a044Smrg #define HAVE_INTTYPES_H 1 18412c4a044Smrg 18512c4a044Smrg /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 18612c4a044Smrg #define HAVE_LANGINFO_CODESET 1 18712c4a044Smrg 18812c4a044Smrg /* Define to 1 if you have the <limits.h> header file. */ 18912c4a044Smrg #define HAVE_LIMITS_H 1 19012c4a044Smrg 19112c4a044Smrg /* Define to 1 if you have the <locale.h> header file. */ 19212c4a044Smrg #define HAVE_LOCALE_H 1 19312c4a044Smrg 19412c4a044Smrg /* Define to 1 if you have the <memory.h> header file. */ 19512c4a044Smrg #define HAVE_MEMORY_H 1 19612c4a044Smrg 19712c4a044Smrg /* Define to 1 if libc includes obstacks. */ 19812c4a044Smrg /* #undef HAVE_OBSTACK */ 19912c4a044Smrg 20012c4a044Smrg /* Define to 1 if you have the `putchar_unlocked' function. */ 20112c4a044Smrg #define HAVE_PUTCHAR_UNLOCKED 1 20212c4a044Smrg 20312c4a044Smrg /* Define to 1 if you have the `putc_unlocked' function. */ 20412c4a044Smrg #define HAVE_PUTC_UNLOCKED 1 20512c4a044Smrg 20649d8c9ecSmrg /* Define to 1 if you can assemble SSE4 insns. */ 20749d8c9ecSmrg #define HAVE_SSE4 1 20849d8c9ecSmrg 20912c4a044Smrg /* Define to 1 if you have the <stddef.h> header file. */ 21012c4a044Smrg #define HAVE_STDDEF_H 1 21112c4a044Smrg 21212c4a044Smrg /* Define to 1 if you have the <stdint.h> header file. */ 21312c4a044Smrg #define HAVE_STDINT_H 1 21412c4a044Smrg 21512c4a044Smrg /* Define to 1 if you have the <stdlib.h> header file. */ 21612c4a044Smrg #define HAVE_STDLIB_H 1 21712c4a044Smrg 21812c4a044Smrg /* Define to 1 if you have the <strings.h> header file. */ 21912c4a044Smrg #define HAVE_STRINGS_H 1 22012c4a044Smrg 22112c4a044Smrg /* Define to 1 if you have the <string.h> header file. */ 22212c4a044Smrg #define HAVE_STRING_H 1 22312c4a044Smrg 22412c4a044Smrg /* Define to 1 if you have the <sys/file.h> header file. */ 22512c4a044Smrg #define HAVE_SYS_FILE_H 1 22612c4a044Smrg 22712c4a044Smrg /* Define to 1 if you have the <sys/stat.h> header file. */ 22812c4a044Smrg #define HAVE_SYS_STAT_H 1 22912c4a044Smrg 23012c4a044Smrg /* Define to 1 if you have the <sys/types.h> header file. */ 23112c4a044Smrg #define HAVE_SYS_TYPES_H 1 23212c4a044Smrg 23312c4a044Smrg /* Define if <sys/types.h> defines \`uchar'. */ 23412c4a044Smrg /* #undef HAVE_UCHAR */ 23512c4a044Smrg 23649d8c9ecSmrg /* Define to 1 if the system has the type `uintptr_t'. */ 23749d8c9ecSmrg #define HAVE_UINTPTR_T 1 23849d8c9ecSmrg 23912c4a044Smrg /* Define to 1 if you have the <unistd.h> header file. */ 24012c4a044Smrg #define HAVE_UNISTD_H 1 24112c4a044Smrg 24212c4a044Smrg /* Define as const if the declaration of iconv() needs const. */ 24377a1ad5fSkamil #define ICONV_CONST 24412c4a044Smrg 24512c4a044Smrg /* Define to the name of this package. */ 24612c4a044Smrg #define PACKAGE "cpplib" 24712c4a044Smrg 24812c4a044Smrg /* Define to the address where bug reports for this package should be sent. */ 24912c4a044Smrg #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org" 25012c4a044Smrg 25112c4a044Smrg /* Define to the full name of this package. */ 25212c4a044Smrg #define PACKAGE_NAME "cpplib" 25312c4a044Smrg 25412c4a044Smrg /* Define to the full name and version of this package. */ 25512c4a044Smrg #define PACKAGE_STRING "cpplib " 25612c4a044Smrg 25712c4a044Smrg /* Define to the one symbol short name of this package. */ 25812c4a044Smrg #define PACKAGE_TARNAME "cpplib" 25912c4a044Smrg 26012c4a044Smrg /* Define to the home page for this package. */ 26112c4a044Smrg #define PACKAGE_URL "" 26212c4a044Smrg 26312c4a044Smrg /* Define to the version of this package. */ 26412c4a044Smrg #define PACKAGE_VERSION " " 26512c4a044Smrg 266*e3f64922Smrg /* The size of `dev_t', as computed by sizeof. */ 267*e3f64922Smrg #define SIZEOF_DEV_T 8 268*e3f64922Smrg 269*e3f64922Smrg /* The size of `ino_t', as computed by sizeof. */ 270*e3f64922Smrg #define SIZEOF_INO_T 8 271*e3f64922Smrg 27212c4a044Smrg /* The size of `int', as computed by sizeof. */ 27312c4a044Smrg #define SIZEOF_INT 4 27412c4a044Smrg 27512c4a044Smrg /* The size of `long', as computed by sizeof. */ 27612c4a044Smrg #define SIZEOF_LONG 8 27712c4a044Smrg 27812c4a044Smrg /* If using the C implementation of alloca, define if you know the 27912c4a044Smrg direction of stack growth for your system; otherwise it will be 28012c4a044Smrg automatically deduced at runtime. 28112c4a044Smrg STACK_DIRECTION > 0 => grows toward higher addresses 28212c4a044Smrg STACK_DIRECTION < 0 => grows toward lower addresses 28312c4a044Smrg STACK_DIRECTION = 0 => direction of growth unknown */ 28412c4a044Smrg /* #undef STACK_DIRECTION */ 28512c4a044Smrg 28612c4a044Smrg /* Define to 1 if you have the ANSI C header files. */ 28712c4a044Smrg #define STDC_HEADERS 1 28812c4a044Smrg 28912c4a044Smrg /* Define if you can safely include both <string.h> and <strings.h>. */ 29012c4a044Smrg #define STRING_WITH_STRINGS 1 29112c4a044Smrg 29212c4a044Smrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 29312c4a044Smrg #define TIME_WITH_SYS_TIME 1 29412c4a044Smrg 29512c4a044Smrg /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 29612c4a044Smrg /* #undef TM_IN_SYS_TIME */ 29712c4a044Smrg 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 /* # undef WORDS_BIGENDIAN */ 32949d8c9ecSmrg # endif 33049d8c9ecSmrg #endif 33149d8c9ecSmrg 332b5ca7043Smrg /* Enable large inode numbers on Mac OS X 10.5. */ 333b5ca7043Smrg #ifndef _DARWIN_USE_64_BIT_INODE 334b5ca7043Smrg # define _DARWIN_USE_64_BIT_INODE 1 335b5ca7043Smrg #endif 336b5ca7043Smrg 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 353528265abSmrg /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 354528265abSmrg <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 355528265abSmrg #define below would cause a syntax error. */ 356528265abSmrg /* #undef _UINT64_T */ 357528265abSmrg 35812c4a044Smrg /* Define to empty if `const' does not conform to ANSI C. */ 35912c4a044Smrg /* #undef const */ 36012c4a044Smrg 36112c4a044Smrg /* Define to `__inline__' or `__inline' if that's what the C compiler 36212c4a044Smrg calls it, or to nothing if 'inline' is not supported under any name. */ 36312c4a044Smrg #ifndef __cplusplus 36412c4a044Smrg /* #undef inline */ 36512c4a044Smrg #endif 36612c4a044Smrg 36712c4a044Smrg /* Define to `long int' if <sys/types.h> does not define. */ 36812c4a044Smrg /* #undef off_t */ 36912c4a044Smrg 37049d8c9ecSmrg /* Define to `int' if <sys/types.h> does not define. */ 37149d8c9ecSmrg /* #undef ptrdiff_t */ 37249d8c9ecSmrg 37312c4a044Smrg /* Define to `unsigned int' if <sys/types.h> does not define. */ 37412c4a044Smrg /* #undef size_t */ 37512c4a044Smrg 37612c4a044Smrg /* Define to `int' if <sys/types.h> does not define. */ 37712c4a044Smrg /* #undef ssize_t */ 37849d8c9ecSmrg 379528265abSmrg /* Define to the type of an unsigned integer type of width exactly 64 bits if 380528265abSmrg such a type exists and the standard includes do not define it. */ 381528265abSmrg /* #undef uint64_t */ 382528265abSmrg 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