118a5822eSThomas Veerman /* This file is automatically generated. DO NOT EDIT! */ 218a5822eSThomas Veerman /* Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp */ 318a5822eSThomas Veerman /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ 418a5822eSThomas Veerman 518a5822eSThomas Veerman /* config.h. Generated from config.in by configure. */ 618a5822eSThomas Veerman /* config.in. Generated from configure.in by autoheader. */ 718a5822eSThomas Veerman 8*c9ea9e7aSLionel Sambuc /* Check that config.h is #included before system headers 9*c9ea9e7aSLionel Sambuc (this works only for glibc, but that should be enough). */ 10*c9ea9e7aSLionel Sambuc #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11*c9ea9e7aSLionel Sambuc # error config.h must be #included before system headers 12*c9ea9e7aSLionel Sambuc #endif 13*c9ea9e7aSLionel Sambuc #define __CONFIG_H__ 1 14*c9ea9e7aSLionel Sambuc 1518a5822eSThomas Veerman /* Define if building universal (internal helper macro) */ 1618a5822eSThomas Veerman /* #undef AC_APPLE_UNIVERSAL_BUILD */ 1718a5822eSThomas Veerman 1818a5822eSThomas Veerman /* Define if using AIX 5.2 value for C_WEAKEXT. */ 1918a5822eSThomas Veerman /* #undef AIX_WEAK_SUPPORT */ 2018a5822eSThomas Veerman 2118a5822eSThomas Veerman /* assert broken? */ 2218a5822eSThomas Veerman /* #undef BROKEN_ASSERT */ 2318a5822eSThomas Veerman 2418a5822eSThomas Veerman /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 2518a5822eSThomas Veerman systems. This function is required for `alloca.c' support on those systems. 2618a5822eSThomas Veerman */ 2718a5822eSThomas Veerman /* #undef CRAY_STACKSEG_END */ 2818a5822eSThomas Veerman 2918a5822eSThomas Veerman /* Compiling cross-assembler? */ 3018a5822eSThomas Veerman /* #undef CROSS_COMPILE */ 3118a5822eSThomas Veerman 3218a5822eSThomas Veerman /* Define to 1 if using `alloca.c'. */ 3318a5822eSThomas Veerman /* #undef C_ALLOCA */ 3418a5822eSThomas Veerman 3518a5822eSThomas Veerman /* Default architecture. */ 3618a5822eSThomas Veerman #define DEFAULT_ARCH "sparclite" 3718a5822eSThomas Veerman 3818a5822eSThomas Veerman /* Default CRIS architecture. */ 3918a5822eSThomas Veerman /* #undef DEFAULT_CRIS_ARCH */ 4018a5822eSThomas Veerman 4118a5822eSThomas Veerman /* Default emulation. */ 4218a5822eSThomas Veerman #define DEFAULT_EMULATION "" 4318a5822eSThomas Veerman 4418a5822eSThomas Veerman /* Supported emulations. */ 4518a5822eSThomas Veerman #define EMULATIONS 4618a5822eSThomas Veerman 4718a5822eSThomas Veerman /* Define if you want run-time sanity checks. */ 4818a5822eSThomas Veerman /* #undef ENABLE_CHECKING */ 4918a5822eSThomas Veerman 5018a5822eSThomas Veerman /* Define to 1 if translation of program messages to the user's native 5118a5822eSThomas Veerman language is requested. */ 5218a5822eSThomas Veerman #define ENABLE_NLS 1 5318a5822eSThomas Veerman 5418a5822eSThomas Veerman /* Define to 1 if you have `alloca', as a function or macro. */ 5518a5822eSThomas Veerman #define HAVE_ALLOCA 1 5618a5822eSThomas Veerman 5718a5822eSThomas Veerman /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 5818a5822eSThomas Veerman */ 5918a5822eSThomas Veerman /* #undef HAVE_ALLOCA_H */ 6018a5822eSThomas Veerman 61*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `free', and to 0 if you don't. 62*c9ea9e7aSLionel Sambuc */ 63*c9ea9e7aSLionel Sambuc #define HAVE_DECL_FREE 1 64*c9ea9e7aSLionel Sambuc 65*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 66*c9ea9e7aSLionel Sambuc */ 67*c9ea9e7aSLionel Sambuc #define HAVE_DECL_GETENV 1 68*c9ea9e7aSLionel Sambuc 6918a5822eSThomas Veerman /* Is the prototype for getopt in <unistd.h> in the expected format? */ 7018a5822eSThomas Veerman #define HAVE_DECL_GETOPT 1 7118a5822eSThomas Veerman 72*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 73*c9ea9e7aSLionel Sambuc */ 74*c9ea9e7aSLionel Sambuc #define HAVE_DECL_MALLOC 1 75*c9ea9e7aSLionel Sambuc 7618a5822eSThomas Veerman /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you 7718a5822eSThomas Veerman don't. */ 7818a5822eSThomas Veerman #define HAVE_DECL_MEMPCPY 0 7918a5822eSThomas Veerman 80*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `realloc', and to 0 if you 81*c9ea9e7aSLionel Sambuc don't. */ 82*c9ea9e7aSLionel Sambuc #define HAVE_DECL_REALLOC 1 83*c9ea9e7aSLionel Sambuc 84*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 85*c9ea9e7aSLionel Sambuc */ 86*c9ea9e7aSLionel Sambuc #define HAVE_DECL_STPCPY 1 87*c9ea9e7aSLionel Sambuc 88*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 89*c9ea9e7aSLionel Sambuc */ 90*c9ea9e7aSLionel Sambuc #define HAVE_DECL_STRSTR 1 91*c9ea9e7aSLionel Sambuc 9218a5822eSThomas Veerman /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 9318a5822eSThomas Veerman don't. */ 9418a5822eSThomas Veerman #define HAVE_DECL_VSNPRINTF 1 9518a5822eSThomas Veerman 9618a5822eSThomas Veerman /* Define to 1 if you have the <dlfcn.h> header file. */ 9718a5822eSThomas Veerman #define HAVE_DLFCN_H 1 9818a5822eSThomas Veerman 9918a5822eSThomas Veerman /* Define to 1 if you have the <errno.h> header file. */ 10018a5822eSThomas Veerman #define HAVE_ERRNO_H 1 10118a5822eSThomas Veerman 10218a5822eSThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */ 10318a5822eSThomas Veerman #define HAVE_INTTYPES_H 1 10418a5822eSThomas Veerman 105*c9ea9e7aSLionel Sambuc /* Define if your <locale.h> file defines LC_MESSAGES. */ 106*c9ea9e7aSLionel Sambuc #define HAVE_LC_MESSAGES 1 107*c9ea9e7aSLionel Sambuc 10818a5822eSThomas Veerman /* Define to 1 if you have the <limits.h> header file. */ 10918a5822eSThomas Veerman #define HAVE_LIMITS_H 1 11018a5822eSThomas Veerman 111*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <locale.h> header file. */ 112*c9ea9e7aSLionel Sambuc #define HAVE_LOCALE_H 1 113*c9ea9e7aSLionel Sambuc 11418a5822eSThomas Veerman /* Define to 1 if you have the <memory.h> header file. */ 11518a5822eSThomas Veerman #define HAVE_MEMORY_H 1 11618a5822eSThomas Veerman 11718a5822eSThomas Veerman /* Define to 1 if you have the `remove' function. */ 11818a5822eSThomas Veerman /* #undef HAVE_REMOVE */ 11918a5822eSThomas Veerman 12018a5822eSThomas Veerman /* Define to 1 if you have the `sbrk' function. */ 12118a5822eSThomas Veerman #define HAVE_SBRK 1 12218a5822eSThomas Veerman 123*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `setlocale' function. */ 124*c9ea9e7aSLionel Sambuc #define HAVE_SETLOCALE 1 125*c9ea9e7aSLionel Sambuc 12618a5822eSThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */ 12718a5822eSThomas Veerman #define HAVE_STDINT_H 1 12818a5822eSThomas Veerman 12918a5822eSThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */ 13018a5822eSThomas Veerman #define HAVE_STDLIB_H 1 13118a5822eSThomas Veerman 13218a5822eSThomas Veerman /* Define to 1 if you have the <strings.h> header file. */ 13318a5822eSThomas Veerman #define HAVE_STRINGS_H 1 13418a5822eSThomas Veerman 13518a5822eSThomas Veerman /* Define to 1 if you have the <string.h> header file. */ 13618a5822eSThomas Veerman #define HAVE_STRING_H 1 13718a5822eSThomas Veerman 13818a5822eSThomas Veerman /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */ 139*c9ea9e7aSLionel Sambuc #define HAVE_ST_MTIM_TV_NSEC 1 14018a5822eSThomas Veerman 14118a5822eSThomas Veerman /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */ 142*c9ea9e7aSLionel Sambuc #define HAVE_ST_MTIM_TV_SEC 1 14318a5822eSThomas Veerman 14418a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */ 14518a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1 14618a5822eSThomas Veerman 14718a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */ 14818a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1 14918a5822eSThomas Veerman 15018a5822eSThomas Veerman /* Define to 1 if you have the <time.h> header file. */ 15118a5822eSThomas Veerman #define HAVE_TIME_H 1 15218a5822eSThomas Veerman 15318a5822eSThomas Veerman /* Define if <time.h> has struct tm.tm_gmtoff. */ 15418a5822eSThomas Veerman #define HAVE_TM_GMTOFF 1 15518a5822eSThomas Veerman 15618a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */ 15718a5822eSThomas Veerman #define HAVE_UNISTD_H 1 15818a5822eSThomas Veerman 15918a5822eSThomas Veerman /* Define to 1 if you have the `unlink' function. */ 16018a5822eSThomas Veerman #define HAVE_UNLINK 1 16118a5822eSThomas Veerman 16218a5822eSThomas Veerman /* Define to 1 if you have the <zlib.h> header file. */ 16318a5822eSThomas Veerman #define HAVE_ZLIB_H 1 16418a5822eSThomas Veerman 16518a5822eSThomas Veerman /* Using i386 COFF? */ 16618a5822eSThomas Veerman /* #undef I386COFF */ 16718a5822eSThomas Veerman 16818a5822eSThomas Veerman /* Define to the sub-directory in which libtool stores uninstalled libraries. 16918a5822eSThomas Veerman */ 17018a5822eSThomas Veerman #define LT_OBJDIR ".libs/" 17118a5822eSThomas Veerman 17218a5822eSThomas Veerman /* Using m68k COFF? */ 17318a5822eSThomas Veerman /* #undef M68KCOFF */ 17418a5822eSThomas Veerman 17518a5822eSThomas Veerman /* Using m88k COFF? */ 17618a5822eSThomas Veerman /* #undef M88KCOFF */ 17718a5822eSThomas Veerman 17818a5822eSThomas Veerman /* Default CPU for MIPS targets. */ 17918a5822eSThomas Veerman /* #undef MIPS_CPU_STRING_DEFAULT */ 18018a5822eSThomas Veerman 18118a5822eSThomas Veerman /* Generate 64-bit code by default on MIPS targets. */ 18218a5822eSThomas Veerman /* #undef MIPS_DEFAULT_64BIT */ 18318a5822eSThomas Veerman 18418a5822eSThomas Veerman /* Choose a default ABI for MIPS targets. */ 18518a5822eSThomas Veerman /* #undef MIPS_DEFAULT_ABI */ 18618a5822eSThomas Veerman 18718a5822eSThomas Veerman /* Define if environ is not declared in system header files. */ 18818a5822eSThomas Veerman #define NEED_DECLARATION_ENVIRON 1 18918a5822eSThomas Veerman 19018a5822eSThomas Veerman /* Define if errno is not declared in system header files. */ 19118a5822eSThomas Veerman /* #undef NEED_DECLARATION_ERRNO */ 19218a5822eSThomas Veerman 19318a5822eSThomas Veerman /* Define if ffs is not declared in system header files. */ 19418a5822eSThomas Veerman /* #undef NEED_DECLARATION_FFS */ 19518a5822eSThomas Veerman 19618a5822eSThomas Veerman /* Define if free is not declared in system header files. */ 19718a5822eSThomas Veerman /* #undef NEED_DECLARATION_FREE */ 19818a5822eSThomas Veerman 19918a5822eSThomas Veerman /* Define if malloc is not declared in system header files. */ 20018a5822eSThomas Veerman /* #undef NEED_DECLARATION_MALLOC */ 20118a5822eSThomas Veerman 20218a5822eSThomas Veerman /* Define if sbrk is not declared in system header files. */ 20318a5822eSThomas Veerman /* #undef NEED_DECLARATION_SBRK */ 20418a5822eSThomas Veerman 20518a5822eSThomas Veerman /* Define if strstr is not declared in system header files. */ 20618a5822eSThomas Veerman /* #undef NEED_DECLARATION_STRSTR */ 20718a5822eSThomas Veerman 20818a5822eSThomas Veerman /* a.out support? */ 20918a5822eSThomas Veerman /* #undef OBJ_MAYBE_AOUT */ 21018a5822eSThomas Veerman 21118a5822eSThomas Veerman /* b.out support? */ 21218a5822eSThomas Veerman /* #undef OBJ_MAYBE_BOUT */ 21318a5822eSThomas Veerman 21418a5822eSThomas Veerman /* COFF support? */ 21518a5822eSThomas Veerman /* #undef OBJ_MAYBE_COFF */ 21618a5822eSThomas Veerman 21718a5822eSThomas Veerman /* ECOFF support? */ 21818a5822eSThomas Veerman /* #undef OBJ_MAYBE_ECOFF */ 21918a5822eSThomas Veerman 22018a5822eSThomas Veerman /* ELF support? */ 22118a5822eSThomas Veerman /* #undef OBJ_MAYBE_ELF */ 22218a5822eSThomas Veerman 22318a5822eSThomas Veerman /* generic support? */ 22418a5822eSThomas Veerman /* #undef OBJ_MAYBE_GENERIC */ 22518a5822eSThomas Veerman 22618a5822eSThomas Veerman /* SOM support? */ 22718a5822eSThomas Veerman /* #undef OBJ_MAYBE_SOM */ 22818a5822eSThomas Veerman 22918a5822eSThomas Veerman /* Name of package */ 23018a5822eSThomas Veerman #define PACKAGE "gas" 23118a5822eSThomas Veerman 23218a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */ 23318a5822eSThomas Veerman #define PACKAGE_BUGREPORT "" 23418a5822eSThomas Veerman 23518a5822eSThomas Veerman /* Define to the full name of this package. */ 23618a5822eSThomas Veerman #define PACKAGE_NAME "" 23718a5822eSThomas Veerman 23818a5822eSThomas Veerman /* Define to the full name and version of this package. */ 23918a5822eSThomas Veerman #define PACKAGE_STRING "" 24018a5822eSThomas Veerman 24118a5822eSThomas Veerman /* Define to the one symbol short name of this package. */ 24218a5822eSThomas Veerman #define PACKAGE_TARNAME "" 24318a5822eSThomas Veerman 24418a5822eSThomas Veerman /* Define to the home page for this package. */ 24518a5822eSThomas Veerman #define PACKAGE_URL "" 24618a5822eSThomas Veerman 24718a5822eSThomas Veerman /* Define to the version of this package. */ 24818a5822eSThomas Veerman #define PACKAGE_VERSION "" 24918a5822eSThomas Veerman 25018a5822eSThomas Veerman /* Define if defaulting to ELF on SCO 5. */ 25118a5822eSThomas Veerman /* #undef SCO_ELF */ 25218a5822eSThomas Veerman 25318a5822eSThomas Veerman /* If using the C implementation of alloca, define if you know the 25418a5822eSThomas Veerman direction of stack growth for your system; otherwise it will be 25518a5822eSThomas Veerman automatically deduced at runtime. 25618a5822eSThomas Veerman STACK_DIRECTION > 0 => grows toward higher addresses 25718a5822eSThomas Veerman STACK_DIRECTION < 0 => grows toward lower addresses 25818a5822eSThomas Veerman STACK_DIRECTION = 0 => direction of growth unknown */ 25918a5822eSThomas Veerman /* #undef STACK_DIRECTION */ 26018a5822eSThomas Veerman 26118a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */ 26218a5822eSThomas Veerman #define STDC_HEADERS 1 26318a5822eSThomas Veerman 26418a5822eSThomas Veerman /* Using strict COFF? */ 26518a5822eSThomas Veerman /* #undef STRICTCOFF */ 26618a5822eSThomas Veerman 267*c9ea9e7aSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */ 268*c9ea9e7aSLionel Sambuc #define STRING_WITH_STRINGS 1 269*c9ea9e7aSLionel Sambuc 27018a5822eSThomas Veerman /* Target alias. */ 27118a5822eSThomas Veerman #define TARGET_ALIAS "sparc--netbsdelf" 27218a5822eSThomas Veerman 27318a5822eSThomas Veerman /* Define as 1 if big endian. */ 27418a5822eSThomas Veerman /* #undef TARGET_BYTES_BIG_ENDIAN */ 27518a5822eSThomas Veerman 27618a5822eSThomas Veerman /* Canonical target. */ 27718a5822eSThomas Veerman #define TARGET_CANONICAL "sparc--netbsdelf" 27818a5822eSThomas Veerman 27918a5822eSThomas Veerman /* Target CPU. */ 28018a5822eSThomas Veerman #define TARGET_CPU "sparc" 28118a5822eSThomas Veerman 28218a5822eSThomas Veerman /* Target OS. */ 28318a5822eSThomas Veerman #define TARGET_OS "netbsdelf" 28418a5822eSThomas Veerman 28518a5822eSThomas Veerman /* Define if default target is PowerPC Solaris. */ 28618a5822eSThomas Veerman /* #undef TARGET_SOLARIS_COMMENT */ 28718a5822eSThomas Veerman 28818a5822eSThomas Veerman /* Define if target is Symbian OS. */ 28918a5822eSThomas Veerman /* #undef TARGET_SYMBIAN */ 29018a5822eSThomas Veerman 29118a5822eSThomas Veerman /* Target vendor. */ 29218a5822eSThomas Veerman #define TARGET_VENDOR "" 29318a5822eSThomas Veerman 29418a5822eSThomas Veerman /* Use b modifier when opening binary files? */ 29518a5822eSThomas Veerman /* #undef USE_BINARY_FOPEN */ 29618a5822eSThomas Veerman 29718a5822eSThomas Veerman /* Use emulation support? */ 29818a5822eSThomas Veerman /* #undef USE_EMULATIONS */ 29918a5822eSThomas Veerman 30018a5822eSThomas Veerman /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ 30118a5822eSThomas Veerman /* #undef USE_E_MIPS_ABI_O32 */ 30218a5822eSThomas Veerman 30318a5822eSThomas Veerman /* Enable extensions on AIX 3, Interix. */ 30418a5822eSThomas Veerman #ifndef _ALL_SOURCE 30518a5822eSThomas Veerman # define _ALL_SOURCE 1 30618a5822eSThomas Veerman #endif 30718a5822eSThomas Veerman /* Enable GNU extensions on systems that have them. */ 30818a5822eSThomas Veerman #ifndef _GNU_SOURCE 30918a5822eSThomas Veerman # define _GNU_SOURCE 1 31018a5822eSThomas Veerman #endif 31118a5822eSThomas Veerman /* Enable threading extensions on Solaris. */ 31218a5822eSThomas Veerman #ifndef _POSIX_PTHREAD_SEMANTICS 31318a5822eSThomas Veerman # define _POSIX_PTHREAD_SEMANTICS 1 31418a5822eSThomas Veerman #endif 31518a5822eSThomas Veerman /* Enable extensions on HP NonStop. */ 31618a5822eSThomas Veerman #ifndef _TANDEM_SOURCE 31718a5822eSThomas Veerman # define _TANDEM_SOURCE 1 31818a5822eSThomas Veerman #endif 31918a5822eSThomas Veerman /* Enable general extensions on Solaris. */ 32018a5822eSThomas Veerman #ifndef __EXTENSIONS__ 32118a5822eSThomas Veerman # define __EXTENSIONS__ 1 32218a5822eSThomas Veerman #endif 32318a5822eSThomas Veerman 32418a5822eSThomas Veerman 32518a5822eSThomas Veerman /* Using cgen code? */ 32618a5822eSThomas Veerman /* #undef USING_CGEN */ 32718a5822eSThomas Veerman 32818a5822eSThomas Veerman /* Version number of package */ 329*c9ea9e7aSLionel Sambuc #define VERSION "2.23.2" 33018a5822eSThomas Veerman 33118a5822eSThomas Veerman /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 33218a5822eSThomas Veerman significant byte first (like Motorola and SPARC, unlike Intel). */ 33318a5822eSThomas Veerman #if defined AC_APPLE_UNIVERSAL_BUILD 33418a5822eSThomas Veerman # if defined __BIG_ENDIAN__ 33518a5822eSThomas Veerman # define WORDS_BIGENDIAN 1 33618a5822eSThomas Veerman # endif 33718a5822eSThomas Veerman #else 33818a5822eSThomas Veerman # ifndef WORDS_BIGENDIAN 33918a5822eSThomas Veerman # define WORDS_BIGENDIAN 1 34018a5822eSThomas Veerman # endif 34118a5822eSThomas Veerman #endif 34218a5822eSThomas Veerman 34318a5822eSThomas Veerman /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 34418a5822eSThomas Veerman `char[]'. */ 34518a5822eSThomas Veerman #define YYTEXT_POINTER 1 34618a5822eSThomas Veerman 34718a5822eSThomas Veerman /* Number of bits in a file offset, on hosts where this is settable. */ 34818a5822eSThomas Veerman /* #undef _FILE_OFFSET_BITS */ 34918a5822eSThomas Veerman 35018a5822eSThomas Veerman /* Define for large files, on AIX-style hosts. */ 35118a5822eSThomas Veerman /* #undef _LARGE_FILES */ 35218a5822eSThomas Veerman 35318a5822eSThomas Veerman /* Define to 1 if on MINIX. */ 35418a5822eSThomas Veerman /* #undef _MINIX */ 35518a5822eSThomas Veerman 35618a5822eSThomas Veerman /* Define to 2 if the system does not provide POSIX.1 features except with 35718a5822eSThomas Veerman this defined. */ 35818a5822eSThomas Veerman /* #undef _POSIX_1_SOURCE */ 35918a5822eSThomas Veerman 36018a5822eSThomas Veerman /* Define to 1 if you need to in order for `stat' and other things to work. */ 36118a5822eSThomas Veerman /* #undef _POSIX_SOURCE */ 36218a5822eSThomas Veerman 36318a5822eSThomas Veerman /* Define to `__inline__' or `__inline' if that's what the C compiler 36418a5822eSThomas Veerman calls it, or to nothing if 'inline' is not supported under any name. */ 36518a5822eSThomas Veerman #ifndef __cplusplus 36618a5822eSThomas Veerman /* #undef inline */ 36718a5822eSThomas Veerman #endif 368