xref: /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/arch/sh3el/config.h (revision cf89d143ddc4c4858b3b762976d9b0ce1d6c4300)
13f45d262Smrg /* 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  */
399866253Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
43f45d262Smrg 
53f45d262Smrg /* config.h.  Generated from config.in by configure.  */
63f45d262Smrg /* config.in.  Generated from configure.ac by autoheader.  */
73f45d262Smrg 
849d8c9ecSmrg /* Define if building universal (internal helper macro) */
949d8c9ecSmrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
1049d8c9ecSmrg 
11d79d5e15Smrg /* Define to 1 if you want more run-time sanity checks. */
12d79d5e15Smrg #define CHECKING_P 0
13d79d5e15Smrg 
143f45d262Smrg /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
153f45d262Smrg    systems. This function is required for `alloca.c' support on those systems.
163f45d262Smrg    */
173f45d262Smrg /* #undef CRAY_STACKSEG_END */
183f45d262Smrg 
193f45d262Smrg /* Define to 1 if using `alloca.c'. */
203f45d262Smrg /* #undef C_ALLOCA */
213f45d262Smrg 
2299866253Smrg /* Define if you want assertions enabled. This is a cheap check. */
2399866253Smrg #define ENABLE_ASSERT_CHECKING 1
2499866253Smrg 
2549d8c9ecSmrg /* Define to enable system headers canonicalization. */
2649d8c9ecSmrg #define ENABLE_CANONICAL_SYSTEM_HEADERS 1
2749d8c9ecSmrg 
283f45d262Smrg /* Define to 1 if translation of program messages to the user's native
293f45d262Smrg    language is requested. */
303f45d262Smrg #define ENABLE_NLS 1
313f45d262Smrg 
3299866253Smrg /* Define to get calls to the valgrind runtime enabled. */
3399866253Smrg /* #undef ENABLE_VALGRIND_ANNOTATIONS */
3499866253Smrg 
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 
393f45d262Smrg /* Define to 1 if you have `alloca', as a function or macro. */
403f45d262Smrg #define HAVE_ALLOCA 1
413f45d262Smrg 
423f45d262Smrg /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
433f45d262Smrg    */
443f45d262Smrg /* #undef HAVE_ALLOCA_H */
453f45d262Smrg 
463f45d262Smrg /* Define to 1 if you have the `clearerr_unlocked' function. */
473f45d262Smrg /* #undef HAVE_CLEARERR_UNLOCKED */
483f45d262Smrg 
493f45d262Smrg /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
503f45d262Smrg    */
513f45d262Smrg #define HAVE_DECL_ABORT 1
523f45d262Smrg 
533f45d262Smrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
543f45d262Smrg    don't. */
553f45d262Smrg #define HAVE_DECL_ASPRINTF 1
563f45d262Smrg 
5749d8c9ecSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
5849d8c9ecSmrg    you don't. */
593f45d262Smrg #define HAVE_DECL_BASENAME 0
603f45d262Smrg 
613f45d262Smrg /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
623f45d262Smrg    you don't. */
633f45d262Smrg #define HAVE_DECL_CLEARERR_UNLOCKED 0
643f45d262Smrg 
653f45d262Smrg /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
663f45d262Smrg    */
673f45d262Smrg #define HAVE_DECL_ERRNO 0
683f45d262Smrg 
693f45d262Smrg /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
703f45d262Smrg    don't. */
713f45d262Smrg #define HAVE_DECL_FEOF_UNLOCKED 0
723f45d262Smrg 
733f45d262Smrg /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
743f45d262Smrg    you don't. */
753f45d262Smrg #define HAVE_DECL_FERROR_UNLOCKED 0
763f45d262Smrg 
773f45d262Smrg /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
783f45d262Smrg    you don't. */
793f45d262Smrg #define HAVE_DECL_FFLUSH_UNLOCKED 0
803f45d262Smrg 
813f45d262Smrg /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
823f45d262Smrg    you don't. */
833f45d262Smrg #define HAVE_DECL_FGETC_UNLOCKED 0
843f45d262Smrg 
853f45d262Smrg /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
863f45d262Smrg    you don't. */
873f45d262Smrg #define HAVE_DECL_FGETS_UNLOCKED 0
883f45d262Smrg 
893f45d262Smrg /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
903f45d262Smrg    you don't. */
913f45d262Smrg #define HAVE_DECL_FILENO_UNLOCKED 0
923f45d262Smrg 
933f45d262Smrg /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
943f45d262Smrg    you don't. */
953f45d262Smrg #define HAVE_DECL_FPRINTF_UNLOCKED 0
963f45d262Smrg 
973f45d262Smrg /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
983f45d262Smrg    you don't. */
993f45d262Smrg #define HAVE_DECL_FPUTC_UNLOCKED 0
1003f45d262Smrg 
1013f45d262Smrg /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
1023f45d262Smrg    you don't. */
1033f45d262Smrg #define HAVE_DECL_FPUTS_UNLOCKED 0
1043f45d262Smrg 
1053f45d262Smrg /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
1063f45d262Smrg    you don't. */
1073f45d262Smrg #define HAVE_DECL_FREAD_UNLOCKED 0
1083f45d262Smrg 
1093f45d262Smrg /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
1103f45d262Smrg    you don't. */
1113f45d262Smrg #define HAVE_DECL_FWRITE_UNLOCKED 0
1123f45d262Smrg 
1133f45d262Smrg /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
1143f45d262Smrg    you don't. */
1153f45d262Smrg #define HAVE_DECL_GETCHAR_UNLOCKED 1
1163f45d262Smrg 
1173f45d262Smrg /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
1183f45d262Smrg    don't. */
1193f45d262Smrg #define HAVE_DECL_GETC_UNLOCKED 1
1203f45d262Smrg 
1213f45d262Smrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
1223f45d262Smrg    */
1233f45d262Smrg #define HAVE_DECL_GETOPT 1
1243f45d262Smrg 
1253f45d262Smrg /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
1263f45d262Smrg    you don't. */
1273f45d262Smrg #define HAVE_DECL_PUTCHAR_UNLOCKED 1
1283f45d262Smrg 
1293f45d262Smrg /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
1303f45d262Smrg    don't. */
1313f45d262Smrg #define HAVE_DECL_PUTC_UNLOCKED 1
1323f45d262Smrg 
1333f45d262Smrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
1343f45d262Smrg    don't. */
1353f45d262Smrg #define HAVE_DECL_VASPRINTF 1
1363f45d262Smrg 
1373f45d262Smrg /* Define to 1 if you have the <fcntl.h> header file. */
1383f45d262Smrg #define HAVE_FCNTL_H 1
1393f45d262Smrg 
1403f45d262Smrg /* Define to 1 if you have the `feof_unlocked' function. */
1413f45d262Smrg /* #undef HAVE_FEOF_UNLOCKED */
1423f45d262Smrg 
1433f45d262Smrg /* Define to 1 if you have the `ferror_unlocked' function. */
1443f45d262Smrg /* #undef HAVE_FERROR_UNLOCKED */
1453f45d262Smrg 
1463f45d262Smrg /* Define to 1 if you have the `fflush_unlocked' function. */
1473f45d262Smrg /* #undef HAVE_FFLUSH_UNLOCKED */
1483f45d262Smrg 
1493f45d262Smrg /* Define to 1 if you have the `fgetc_unlocked' function. */
1503f45d262Smrg /* #undef HAVE_FGETC_UNLOCKED */
1513f45d262Smrg 
1523f45d262Smrg /* Define to 1 if you have the `fgets_unlocked' function. */
1533f45d262Smrg /* #undef HAVE_FGETS_UNLOCKED */
1543f45d262Smrg 
1553f45d262Smrg /* Define to 1 if you have the `fileno_unlocked' function. */
1563f45d262Smrg /* #undef HAVE_FILENO_UNLOCKED */
1573f45d262Smrg 
1583f45d262Smrg /* Define to 1 if you have the `fprintf_unlocked' function. */
1593f45d262Smrg /* #undef HAVE_FPRINTF_UNLOCKED */
1603f45d262Smrg 
1613f45d262Smrg /* Define to 1 if you have the `fputc_unlocked' function. */
1623f45d262Smrg /* #undef HAVE_FPUTC_UNLOCKED */
1633f45d262Smrg 
1643f45d262Smrg /* Define to 1 if you have the `fputs_unlocked' function. */
1653f45d262Smrg /* #undef HAVE_FPUTS_UNLOCKED */
1663f45d262Smrg 
1673f45d262Smrg /* Define to 1 if you have the `fread_unlocked' function. */
1683f45d262Smrg /* #undef HAVE_FREAD_UNLOCKED */
1693f45d262Smrg 
1703f45d262Smrg /* Define to 1 if you have the `fwrite_unlocked' function. */
1713f45d262Smrg /* #undef HAVE_FWRITE_UNLOCKED */
1723f45d262Smrg 
1733f45d262Smrg /* Define to 1 if you have the `getchar_unlocked' function. */
1743f45d262Smrg #define HAVE_GETCHAR_UNLOCKED 1
1753f45d262Smrg 
1763f45d262Smrg /* Define to 1 if you have the `getc_unlocked' function. */
1773f45d262Smrg #define HAVE_GETC_UNLOCKED 1
1783f45d262Smrg 
1793f45d262Smrg /* Define if you have the iconv() function. */
1803f45d262Smrg #define HAVE_ICONV 1
1813f45d262Smrg 
1823f45d262Smrg /* Define to 1 if you have the <inttypes.h> header file. */
1833f45d262Smrg #define HAVE_INTTYPES_H 1
1843f45d262Smrg 
1853f45d262Smrg /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1863f45d262Smrg #define HAVE_LANGINFO_CODESET 1
1873f45d262Smrg 
1883f45d262Smrg /* Define to 1 if you have the <limits.h> header file. */
1893f45d262Smrg #define HAVE_LIMITS_H 1
1903f45d262Smrg 
1913f45d262Smrg /* Define to 1 if you have the <locale.h> header file. */
1923f45d262Smrg #define HAVE_LOCALE_H 1
1933f45d262Smrg 
1943f45d262Smrg /* Define to 1 if you have the <memory.h> header file. */
1953f45d262Smrg #define HAVE_MEMORY_H 1
1963f45d262Smrg 
1973f45d262Smrg /* Define to 1 if libc includes obstacks. */
1983f45d262Smrg /* #undef HAVE_OBSTACK */
1993f45d262Smrg 
2003f45d262Smrg /* Define to 1 if you have the `putchar_unlocked' function. */
2013f45d262Smrg #define HAVE_PUTCHAR_UNLOCKED 1
2023f45d262Smrg 
2033f45d262Smrg /* Define to 1 if you have the `putc_unlocked' function. */
2043f45d262Smrg #define HAVE_PUTC_UNLOCKED 1
2053f45d262Smrg 
20649d8c9ecSmrg /* Define to 1 if you can assemble SSE4 insns. */
20749d8c9ecSmrg /* #undef HAVE_SSE4 */
20849d8c9ecSmrg 
2093f45d262Smrg /* Define to 1 if you have the <stddef.h> header file. */
2103f45d262Smrg #define HAVE_STDDEF_H 1
2113f45d262Smrg 
2123f45d262Smrg /* Define to 1 if you have the <stdint.h> header file. */
2133f45d262Smrg #define HAVE_STDINT_H 1
2143f45d262Smrg 
2153f45d262Smrg /* Define to 1 if you have the <stdlib.h> header file. */
2163f45d262Smrg #define HAVE_STDLIB_H 1
2173f45d262Smrg 
2183f45d262Smrg /* Define to 1 if you have the <strings.h> header file. */
2193f45d262Smrg #define HAVE_STRINGS_H 1
2203f45d262Smrg 
2213f45d262Smrg /* Define to 1 if you have the <string.h> header file. */
2223f45d262Smrg #define HAVE_STRING_H 1
2233f45d262Smrg 
2243f45d262Smrg /* Define to 1 if you have the <sys/file.h> header file. */
2253f45d262Smrg #define HAVE_SYS_FILE_H 1
2263f45d262Smrg 
2273f45d262Smrg /* Define to 1 if you have the <sys/stat.h> header file. */
2283f45d262Smrg #define HAVE_SYS_STAT_H 1
2293f45d262Smrg 
2303f45d262Smrg /* Define to 1 if you have the <sys/types.h> header file. */
2313f45d262Smrg #define HAVE_SYS_TYPES_H 1
2323f45d262Smrg 
2333f45d262Smrg /* Define if <sys/types.h> defines \`uchar'. */
2343f45d262Smrg /* #undef HAVE_UCHAR */
2353f45d262Smrg 
23649d8c9ecSmrg /* Define to 1 if the system has the type `uintptr_t'. */
23749d8c9ecSmrg #define HAVE_UINTPTR_T 1
23849d8c9ecSmrg 
2393f45d262Smrg /* Define to 1 if you have the <unistd.h> header file. */
2403f45d262Smrg #define HAVE_UNISTD_H 1
2413f45d262Smrg 
2423f45d262Smrg /* Define as const if the declaration of iconv() needs const. */
24377a1ad5fSkamil #define ICONV_CONST
2443f45d262Smrg 
2453f45d262Smrg /* Define to the name of this package. */
2463f45d262Smrg #define PACKAGE "cpplib"
2473f45d262Smrg 
2483f45d262Smrg /* Define to the address where bug reports for this package should be sent. */
2493f45d262Smrg #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
2503f45d262Smrg 
2513f45d262Smrg /* Define to the full name of this package. */
2523f45d262Smrg #define PACKAGE_NAME "cpplib"
2533f45d262Smrg 
2543f45d262Smrg /* Define to the full name and version of this package. */
2553f45d262Smrg #define PACKAGE_STRING "cpplib  "
2563f45d262Smrg 
2573f45d262Smrg /* Define to the one symbol short name of this package. */
2583f45d262Smrg #define PACKAGE_TARNAME "cpplib"
2593f45d262Smrg 
2603f45d262Smrg /* Define to the home page for this package. */
2613f45d262Smrg #define PACKAGE_URL ""
2623f45d262Smrg 
2633f45d262Smrg /* Define to the version of this package. */
2643f45d262Smrg #define PACKAGE_VERSION " "
2653f45d262Smrg 
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 
2723f45d262Smrg /* The size of `int', as computed by sizeof. */
2733f45d262Smrg #define SIZEOF_INT 4
2743f45d262Smrg 
2753f45d262Smrg /* The size of `long', as computed by sizeof. */
2763f45d262Smrg #define SIZEOF_LONG 4
2773f45d262Smrg 
2783f45d262Smrg /* If using the C implementation of alloca, define if you know the
2793f45d262Smrg    direction of stack growth for your system; otherwise it will be
2803f45d262Smrg    automatically deduced at runtime.
2813f45d262Smrg 	STACK_DIRECTION > 0 => grows toward higher addresses
2823f45d262Smrg 	STACK_DIRECTION < 0 => grows toward lower addresses
2833f45d262Smrg 	STACK_DIRECTION = 0 => direction of growth unknown */
2843f45d262Smrg /* #undef STACK_DIRECTION */
2853f45d262Smrg 
2863f45d262Smrg /* Define to 1 if you have the ANSI C header files. */
2873f45d262Smrg #define STDC_HEADERS 1
2883f45d262Smrg 
2893f45d262Smrg /* Define if you can safely include both <string.h> and <strings.h>. */
2903f45d262Smrg #define STRING_WITH_STRINGS 1
2913f45d262Smrg 
2923f45d262Smrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2933f45d262Smrg #define TIME_WITH_SYS_TIME 1
2943f45d262Smrg 
2953f45d262Smrg /* Define to 1 if your <sys/time.h> declares `struct tm'. */
2963f45d262Smrg /* #undef TM_IN_SYS_TIME */
2973f45d262Smrg 
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 
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 
353fbe35052Smrg /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
354fbe35052Smrg    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
355fbe35052Smrg    #define below would cause a syntax error. */
356fbe35052Smrg /* #undef _UINT64_T */
357fbe35052Smrg 
3583f45d262Smrg /* Define to empty if `const' does not conform to ANSI C. */
3593f45d262Smrg /* #undef const */
3603f45d262Smrg 
3613f45d262Smrg /* Define to `__inline__' or `__inline' if that's what the C compiler
3623f45d262Smrg    calls it, or to nothing if 'inline' is not supported under any name.  */
3633f45d262Smrg #ifndef __cplusplus
3643f45d262Smrg /* #undef inline */
3653f45d262Smrg #endif
3663f45d262Smrg 
3673f45d262Smrg /* Define to `long int' if <sys/types.h> does not define. */
3683f45d262Smrg /* #undef off_t */
3693f45d262Smrg 
37049d8c9ecSmrg /* Define to `int' if <sys/types.h> does not define. */
37149d8c9ecSmrg /* #undef ptrdiff_t */
37249d8c9ecSmrg 
3733f45d262Smrg /* Define to `unsigned int' if <sys/types.h> does not define. */
3743f45d262Smrg /* #undef size_t */
3753f45d262Smrg 
3763f45d262Smrg /* Define to `int' if <sys/types.h> does not define. */
3773f45d262Smrg /* #undef ssize_t */
37849d8c9ecSmrg 
379fbe35052Smrg /* Define to the type of an unsigned integer type of width exactly 64 bits if
380fbe35052Smrg    such a type exists and the standard includes do not define it. */
381fbe35052Smrg /* #undef uint64_t */
382fbe35052Smrg 
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