xref: /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/arch/aarch64/config.h (revision cf89d143ddc4c4858b3b762976d9b0ce1d6c4300)
18352b2ecSchristos /* 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  */
38352b2ecSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
48352b2ecSchristos 
58352b2ecSchristos /* config.h.  Generated from config.in by configure.  */
68352b2ecSchristos /* config.in.  Generated from configure.ac by autoheader.  */
78352b2ecSchristos 
88352b2ecSchristos /* Define if building universal (internal helper macro) */
98352b2ecSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
108352b2ecSchristos 
118352b2ecSchristos /* Define to 1 if you want more run-time sanity checks. */
128352b2ecSchristos #define CHECKING_P 0
138352b2ecSchristos 
148352b2ecSchristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
158352b2ecSchristos    systems. This function is required for `alloca.c' support on those systems.
168352b2ecSchristos    */
178352b2ecSchristos /* #undef CRAY_STACKSEG_END */
188352b2ecSchristos 
198352b2ecSchristos /* Define to 1 if using `alloca.c'. */
208352b2ecSchristos /* #undef C_ALLOCA */
218352b2ecSchristos 
220a9044b0Smrg /* Define if you want assertions enabled. This is a cheap check. */
230a9044b0Smrg #define ENABLE_ASSERT_CHECKING 1
240a9044b0Smrg 
258352b2ecSchristos /* Define to enable system headers canonicalization. */
268352b2ecSchristos #define ENABLE_CANONICAL_SYSTEM_HEADERS 1
278352b2ecSchristos 
288352b2ecSchristos /* Define to 1 if translation of program messages to the user's native
298352b2ecSchristos    language is requested. */
308352b2ecSchristos #define ENABLE_NLS 1
318352b2ecSchristos 
320a9044b0Smrg /* Define to get calls to the valgrind runtime enabled. */
330a9044b0Smrg /* #undef ENABLE_VALGRIND_ANNOTATIONS */
340a9044b0Smrg 
358352b2ecSchristos /* Define if you want to workaround valgrind (a memory checker) warnings about
368352b2ecSchristos    possible memory leaks because of libcpp use of interior pointers. */
378352b2ecSchristos /* #undef ENABLE_VALGRIND_CHECKING */
388352b2ecSchristos 
398352b2ecSchristos /* Define to 1 if you have `alloca', as a function or macro. */
408352b2ecSchristos #define HAVE_ALLOCA 1
418352b2ecSchristos 
428352b2ecSchristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
438352b2ecSchristos    */
448352b2ecSchristos /* #undef HAVE_ALLOCA_H */
458352b2ecSchristos 
468352b2ecSchristos /* Define to 1 if you have the `clearerr_unlocked' function. */
478352b2ecSchristos /* #undef HAVE_CLEARERR_UNLOCKED */
488352b2ecSchristos 
498352b2ecSchristos /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
508352b2ecSchristos    */
518352b2ecSchristos #define HAVE_DECL_ABORT 1
528352b2ecSchristos 
538352b2ecSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
548352b2ecSchristos    don't. */
558352b2ecSchristos #define HAVE_DECL_ASPRINTF 1
568352b2ecSchristos 
578352b2ecSchristos /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
588352b2ecSchristos    you don't. */
598352b2ecSchristos #define HAVE_DECL_BASENAME 0
608352b2ecSchristos 
618352b2ecSchristos /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
628352b2ecSchristos    you don't. */
638352b2ecSchristos #define HAVE_DECL_CLEARERR_UNLOCKED 0
648352b2ecSchristos 
658352b2ecSchristos /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
668352b2ecSchristos    */
678352b2ecSchristos #define HAVE_DECL_ERRNO 0
688352b2ecSchristos 
698352b2ecSchristos /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
708352b2ecSchristos    don't. */
718352b2ecSchristos #define HAVE_DECL_FEOF_UNLOCKED 0
728352b2ecSchristos 
738352b2ecSchristos /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
748352b2ecSchristos    you don't. */
758352b2ecSchristos #define HAVE_DECL_FERROR_UNLOCKED 0
768352b2ecSchristos 
778352b2ecSchristos /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
788352b2ecSchristos    you don't. */
798352b2ecSchristos #define HAVE_DECL_FFLUSH_UNLOCKED 0
808352b2ecSchristos 
818352b2ecSchristos /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
828352b2ecSchristos    you don't. */
838352b2ecSchristos #define HAVE_DECL_FGETC_UNLOCKED 0
848352b2ecSchristos 
858352b2ecSchristos /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
868352b2ecSchristos    you don't. */
878352b2ecSchristos #define HAVE_DECL_FGETS_UNLOCKED 0
888352b2ecSchristos 
898352b2ecSchristos /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
908352b2ecSchristos    you don't. */
918352b2ecSchristos #define HAVE_DECL_FILENO_UNLOCKED 0
928352b2ecSchristos 
938352b2ecSchristos /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
948352b2ecSchristos    you don't. */
958352b2ecSchristos #define HAVE_DECL_FPRINTF_UNLOCKED 0
968352b2ecSchristos 
978352b2ecSchristos /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
988352b2ecSchristos    you don't. */
998352b2ecSchristos #define HAVE_DECL_FPUTC_UNLOCKED 0
1008352b2ecSchristos 
1018352b2ecSchristos /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
1028352b2ecSchristos    you don't. */
1038352b2ecSchristos #define HAVE_DECL_FPUTS_UNLOCKED 0
1048352b2ecSchristos 
1058352b2ecSchristos /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
1068352b2ecSchristos    you don't. */
1078352b2ecSchristos #define HAVE_DECL_FREAD_UNLOCKED 0
1088352b2ecSchristos 
1098352b2ecSchristos /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
1108352b2ecSchristos    you don't. */
1118352b2ecSchristos #define HAVE_DECL_FWRITE_UNLOCKED 0
1128352b2ecSchristos 
1138352b2ecSchristos /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
1148352b2ecSchristos    you don't. */
1158352b2ecSchristos #define HAVE_DECL_GETCHAR_UNLOCKED 1
1168352b2ecSchristos 
1178352b2ecSchristos /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
1188352b2ecSchristos    don't. */
1198352b2ecSchristos #define HAVE_DECL_GETC_UNLOCKED 1
1208352b2ecSchristos 
1218352b2ecSchristos /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
1228352b2ecSchristos    */
1238352b2ecSchristos #define HAVE_DECL_GETOPT 1
1248352b2ecSchristos 
1258352b2ecSchristos /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
1268352b2ecSchristos    you don't. */
1278352b2ecSchristos #define HAVE_DECL_PUTCHAR_UNLOCKED 1
1288352b2ecSchristos 
1298352b2ecSchristos /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
1308352b2ecSchristos    don't. */
1318352b2ecSchristos #define HAVE_DECL_PUTC_UNLOCKED 1
1328352b2ecSchristos 
1338352b2ecSchristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
1348352b2ecSchristos    don't. */
1358352b2ecSchristos #define HAVE_DECL_VASPRINTF 1
1368352b2ecSchristos 
1378352b2ecSchristos /* Define to 1 if you have the <fcntl.h> header file. */
1388352b2ecSchristos #define HAVE_FCNTL_H 1
1398352b2ecSchristos 
1408352b2ecSchristos /* Define to 1 if you have the `feof_unlocked' function. */
1418352b2ecSchristos /* #undef HAVE_FEOF_UNLOCKED */
1428352b2ecSchristos 
1438352b2ecSchristos /* Define to 1 if you have the `ferror_unlocked' function. */
1448352b2ecSchristos /* #undef HAVE_FERROR_UNLOCKED */
1458352b2ecSchristos 
1468352b2ecSchristos /* Define to 1 if you have the `fflush_unlocked' function. */
1478352b2ecSchristos /* #undef HAVE_FFLUSH_UNLOCKED */
1488352b2ecSchristos 
1498352b2ecSchristos /* Define to 1 if you have the `fgetc_unlocked' function. */
1508352b2ecSchristos /* #undef HAVE_FGETC_UNLOCKED */
1518352b2ecSchristos 
1528352b2ecSchristos /* Define to 1 if you have the `fgets_unlocked' function. */
1538352b2ecSchristos /* #undef HAVE_FGETS_UNLOCKED */
1548352b2ecSchristos 
1558352b2ecSchristos /* Define to 1 if you have the `fileno_unlocked' function. */
1568352b2ecSchristos /* #undef HAVE_FILENO_UNLOCKED */
1578352b2ecSchristos 
1588352b2ecSchristos /* Define to 1 if you have the `fprintf_unlocked' function. */
1598352b2ecSchristos /* #undef HAVE_FPRINTF_UNLOCKED */
1608352b2ecSchristos 
1618352b2ecSchristos /* Define to 1 if you have the `fputc_unlocked' function. */
1628352b2ecSchristos /* #undef HAVE_FPUTC_UNLOCKED */
1638352b2ecSchristos 
1648352b2ecSchristos /* Define to 1 if you have the `fputs_unlocked' function. */
1658352b2ecSchristos /* #undef HAVE_FPUTS_UNLOCKED */
1668352b2ecSchristos 
1678352b2ecSchristos /* Define to 1 if you have the `fread_unlocked' function. */
1688352b2ecSchristos /* #undef HAVE_FREAD_UNLOCKED */
1698352b2ecSchristos 
1708352b2ecSchristos /* Define to 1 if you have the `fwrite_unlocked' function. */
1718352b2ecSchristos /* #undef HAVE_FWRITE_UNLOCKED */
1728352b2ecSchristos 
1738352b2ecSchristos /* Define to 1 if you have the `getchar_unlocked' function. */
1748352b2ecSchristos #define HAVE_GETCHAR_UNLOCKED 1
1758352b2ecSchristos 
1768352b2ecSchristos /* Define to 1 if you have the `getc_unlocked' function. */
1778352b2ecSchristos #define HAVE_GETC_UNLOCKED 1
1788352b2ecSchristos 
1798352b2ecSchristos /* Define if you have the iconv() function. */
1808352b2ecSchristos #define HAVE_ICONV 1
1818352b2ecSchristos 
1828352b2ecSchristos /* Define to 1 if you have the <inttypes.h> header file. */
1838352b2ecSchristos #define HAVE_INTTYPES_H 1
1848352b2ecSchristos 
1858352b2ecSchristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1868352b2ecSchristos #define HAVE_LANGINFO_CODESET 1
1878352b2ecSchristos 
1888352b2ecSchristos /* Define to 1 if you have the <limits.h> header file. */
1898352b2ecSchristos #define HAVE_LIMITS_H 1
1908352b2ecSchristos 
1918352b2ecSchristos /* Define to 1 if you have the <locale.h> header file. */
1928352b2ecSchristos #define HAVE_LOCALE_H 1
1938352b2ecSchristos 
1948352b2ecSchristos /* Define to 1 if you have the <memory.h> header file. */
1958352b2ecSchristos #define HAVE_MEMORY_H 1
1968352b2ecSchristos 
1978352b2ecSchristos /* Define to 1 if libc includes obstacks. */
1988352b2ecSchristos /* #undef HAVE_OBSTACK */
1998352b2ecSchristos 
2008352b2ecSchristos /* Define to 1 if you have the `putchar_unlocked' function. */
2018352b2ecSchristos #define HAVE_PUTCHAR_UNLOCKED 1
2028352b2ecSchristos 
2038352b2ecSchristos /* Define to 1 if you have the `putc_unlocked' function. */
2048352b2ecSchristos #define HAVE_PUTC_UNLOCKED 1
2058352b2ecSchristos 
2068352b2ecSchristos /* Define to 1 if you can assemble SSE4 insns. */
2078352b2ecSchristos /* #undef HAVE_SSE4 */
2088352b2ecSchristos 
2098352b2ecSchristos /* Define to 1 if you have the <stddef.h> header file. */
2108352b2ecSchristos #define HAVE_STDDEF_H 1
2118352b2ecSchristos 
2128352b2ecSchristos /* Define to 1 if you have the <stdint.h> header file. */
2138352b2ecSchristos #define HAVE_STDINT_H 1
2148352b2ecSchristos 
2158352b2ecSchristos /* Define to 1 if you have the <stdlib.h> header file. */
2168352b2ecSchristos #define HAVE_STDLIB_H 1
2178352b2ecSchristos 
2188352b2ecSchristos /* Define to 1 if you have the <strings.h> header file. */
2198352b2ecSchristos #define HAVE_STRINGS_H 1
2208352b2ecSchristos 
2218352b2ecSchristos /* Define to 1 if you have the <string.h> header file. */
2228352b2ecSchristos #define HAVE_STRING_H 1
2238352b2ecSchristos 
2248352b2ecSchristos /* Define to 1 if you have the <sys/file.h> header file. */
2258352b2ecSchristos #define HAVE_SYS_FILE_H 1
2268352b2ecSchristos 
2278352b2ecSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
2288352b2ecSchristos #define HAVE_SYS_STAT_H 1
2298352b2ecSchristos 
2308352b2ecSchristos /* Define to 1 if you have the <sys/types.h> header file. */
2318352b2ecSchristos #define HAVE_SYS_TYPES_H 1
2328352b2ecSchristos 
2338352b2ecSchristos /* Define if <sys/types.h> defines \`uchar'. */
2348352b2ecSchristos /* #undef HAVE_UCHAR */
2358352b2ecSchristos 
2368352b2ecSchristos /* Define to 1 if the system has the type `uintptr_t'. */
2378352b2ecSchristos #define HAVE_UINTPTR_T 1
2388352b2ecSchristos 
2398352b2ecSchristos /* Define to 1 if you have the <unistd.h> header file. */
2408352b2ecSchristos #define HAVE_UNISTD_H 1
2418352b2ecSchristos 
2428352b2ecSchristos /* Define as const if the declaration of iconv() needs const. */
24377a1ad5fSkamil #define ICONV_CONST
2448352b2ecSchristos 
2458352b2ecSchristos /* Define to the name of this package. */
2468352b2ecSchristos #define PACKAGE "cpplib"
2478352b2ecSchristos 
2488352b2ecSchristos /* Define to the address where bug reports for this package should be sent. */
2498352b2ecSchristos #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
2508352b2ecSchristos 
2518352b2ecSchristos /* Define to the full name of this package. */
2528352b2ecSchristos #define PACKAGE_NAME "cpplib"
2538352b2ecSchristos 
2548352b2ecSchristos /* Define to the full name and version of this package. */
2558352b2ecSchristos #define PACKAGE_STRING "cpplib  "
2568352b2ecSchristos 
2578352b2ecSchristos /* Define to the one symbol short name of this package. */
2588352b2ecSchristos #define PACKAGE_TARNAME "cpplib"
2598352b2ecSchristos 
2608352b2ecSchristos /* Define to the home page for this package. */
2618352b2ecSchristos #define PACKAGE_URL ""
2628352b2ecSchristos 
2638352b2ecSchristos /* Define to the version of this package. */
2648352b2ecSchristos #define PACKAGE_VERSION " "
2658352b2ecSchristos 
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 
2728352b2ecSchristos /* The size of `int', as computed by sizeof. */
2738352b2ecSchristos #define SIZEOF_INT 4
2748352b2ecSchristos 
2758352b2ecSchristos /* The size of `long', as computed by sizeof. */
2768352b2ecSchristos #define SIZEOF_LONG 8
2778352b2ecSchristos 
2788352b2ecSchristos /* If using the C implementation of alloca, define if you know the
2798352b2ecSchristos    direction of stack growth for your system; otherwise it will be
2808352b2ecSchristos    automatically deduced at runtime.
2818352b2ecSchristos 	STACK_DIRECTION > 0 => grows toward higher addresses
2828352b2ecSchristos 	STACK_DIRECTION < 0 => grows toward lower addresses
2838352b2ecSchristos 	STACK_DIRECTION = 0 => direction of growth unknown */
2848352b2ecSchristos /* #undef STACK_DIRECTION */
2858352b2ecSchristos 
2868352b2ecSchristos /* Define to 1 if you have the ANSI C header files. */
2878352b2ecSchristos #define STDC_HEADERS 1
2888352b2ecSchristos 
2898352b2ecSchristos /* Define if you can safely include both <string.h> and <strings.h>. */
2908352b2ecSchristos #define STRING_WITH_STRINGS 1
2918352b2ecSchristos 
2928352b2ecSchristos /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2938352b2ecSchristos #define TIME_WITH_SYS_TIME 1
2948352b2ecSchristos 
2958352b2ecSchristos /* Define to 1 if your <sys/time.h> declares `struct tm'. */
2968352b2ecSchristos /* #undef TM_IN_SYS_TIME */
2978352b2ecSchristos 
2988352b2ecSchristos /* Enable extensions on AIX 3, Interix.  */
2998352b2ecSchristos #ifndef _ALL_SOURCE
3008352b2ecSchristos # define _ALL_SOURCE 1
3018352b2ecSchristos #endif
3028352b2ecSchristos /* Enable GNU extensions on systems that have them.  */
3038352b2ecSchristos #ifndef _GNU_SOURCE
3048352b2ecSchristos # define _GNU_SOURCE 1
3058352b2ecSchristos #endif
3068352b2ecSchristos /* Enable threading extensions on Solaris.  */
3078352b2ecSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
3088352b2ecSchristos # define _POSIX_PTHREAD_SEMANTICS 1
3098352b2ecSchristos #endif
3108352b2ecSchristos /* Enable extensions on HP NonStop.  */
3118352b2ecSchristos #ifndef _TANDEM_SOURCE
3128352b2ecSchristos # define _TANDEM_SOURCE 1
3138352b2ecSchristos #endif
3148352b2ecSchristos /* Enable general extensions on Solaris.  */
3158352b2ecSchristos #ifndef __EXTENSIONS__
3168352b2ecSchristos # define __EXTENSIONS__ 1
3178352b2ecSchristos #endif
3188352b2ecSchristos 
3198352b2ecSchristos 
3208352b2ecSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
3218352b2ecSchristos    significant byte first (like Motorola and SPARC, unlike Intel). */
3228352b2ecSchristos #if defined AC_APPLE_UNIVERSAL_BUILD
3238352b2ecSchristos # if defined __BIG_ENDIAN__
3248352b2ecSchristos #  define WORDS_BIGENDIAN 1
3258352b2ecSchristos # endif
3268352b2ecSchristos #else
3278352b2ecSchristos # ifndef WORDS_BIGENDIAN
3288352b2ecSchristos /* #  undef WORDS_BIGENDIAN */
3298352b2ecSchristos # endif
3308352b2ecSchristos #endif
3318352b2ecSchristos 
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 
3378352b2ecSchristos /* Number of bits in a file offset, on hosts where this is settable. */
3388352b2ecSchristos /* #undef _FILE_OFFSET_BITS */
3398352b2ecSchristos 
3408352b2ecSchristos /* Define for large files, on AIX-style hosts. */
3418352b2ecSchristos /* #undef _LARGE_FILES */
3428352b2ecSchristos 
3438352b2ecSchristos /* Define to 1 if on MINIX. */
3448352b2ecSchristos /* #undef _MINIX */
3458352b2ecSchristos 
3468352b2ecSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
3478352b2ecSchristos    this defined. */
3488352b2ecSchristos /* #undef _POSIX_1_SOURCE */
3498352b2ecSchristos 
3508352b2ecSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
3518352b2ecSchristos /* #undef _POSIX_SOURCE */
3528352b2ecSchristos 
3538352b2ecSchristos /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
3548352b2ecSchristos    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
3558352b2ecSchristos    #define below would cause a syntax error. */
3568352b2ecSchristos /* #undef _UINT64_T */
3578352b2ecSchristos 
3588352b2ecSchristos /* Define to empty if `const' does not conform to ANSI C. */
3598352b2ecSchristos /* #undef const */
3608352b2ecSchristos 
3618352b2ecSchristos /* Define to `__inline__' or `__inline' if that's what the C compiler
3628352b2ecSchristos    calls it, or to nothing if 'inline' is not supported under any name.  */
3638352b2ecSchristos #ifndef __cplusplus
3648352b2ecSchristos /* #undef inline */
3658352b2ecSchristos #endif
3668352b2ecSchristos 
3678352b2ecSchristos /* Define to `long int' if <sys/types.h> does not define. */
3688352b2ecSchristos /* #undef off_t */
3698352b2ecSchristos 
3708352b2ecSchristos /* Define to `int' if <sys/types.h> does not define. */
3718352b2ecSchristos /* #undef ptrdiff_t */
3728352b2ecSchristos 
3738352b2ecSchristos /* Define to `unsigned int' if <sys/types.h> does not define. */
3748352b2ecSchristos /* #undef size_t */
3758352b2ecSchristos 
3768352b2ecSchristos /* Define to `int' if <sys/types.h> does not define. */
3778352b2ecSchristos /* #undef ssize_t */
3788352b2ecSchristos 
3798352b2ecSchristos /* Define to the type of an unsigned integer type of width exactly 64 bits if
3808352b2ecSchristos    such a type exists and the standard includes do not define it. */
3818352b2ecSchristos /* #undef uint64_t */
3828352b2ecSchristos 
3838352b2ecSchristos /* Define to the type of an unsigned integer type wide enough to hold a
3848352b2ecSchristos    pointer, if such a type exists, and if the system does not define it. */
3858352b2ecSchristos /* #undef uintptr_t */
386