xref: /minix3/external/gpl3/gcc/usr.bin/libdecnumber/arch/armeb/config.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
118a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-gcc,v 1.81 2015/01/31 08:50:01 mrg Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
418a5822eSThomas Veerman 
518a5822eSThomas Veerman /* config.h.  Generated from config.in by configure.  */
618a5822eSThomas Veerman /* config.in.  Generated from configure.ac by autoheader.  */
718a5822eSThomas Veerman 
818a5822eSThomas Veerman /* Define if building universal (internal helper macro) */
918a5822eSThomas Veerman /* #undef AC_APPLE_UNIVERSAL_BUILD */
1018a5822eSThomas Veerman 
1118a5822eSThomas Veerman /* Define to 1 if you have the <ctype.h> header file. */
1218a5822eSThomas Veerman #define HAVE_CTYPE_H 1
1318a5822eSThomas Veerman 
1418a5822eSThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */
1518a5822eSThomas Veerman #define HAVE_INTTYPES_H 1
1618a5822eSThomas Veerman 
1718a5822eSThomas Veerman /* Define to 1 if you have the <memory.h> header file. */
1818a5822eSThomas Veerman #define HAVE_MEMORY_H 1
1918a5822eSThomas Veerman 
2018a5822eSThomas Veerman /* Define to 1 if you have the <stddef.h> header file. */
2118a5822eSThomas Veerman #define HAVE_STDDEF_H 1
2218a5822eSThomas Veerman 
2318a5822eSThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */
2418a5822eSThomas Veerman #define HAVE_STDINT_H 1
2518a5822eSThomas Veerman 
2618a5822eSThomas Veerman /* Define to 1 if you have the <stdio.h> header file. */
2718a5822eSThomas Veerman #define HAVE_STDIO_H 1
2818a5822eSThomas Veerman 
2918a5822eSThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */
3018a5822eSThomas Veerman #define HAVE_STDLIB_H 1
3118a5822eSThomas Veerman 
3218a5822eSThomas Veerman /* Define to 1 if you have the <strings.h> header file. */
3318a5822eSThomas Veerman #define HAVE_STRINGS_H 1
3418a5822eSThomas Veerman 
3518a5822eSThomas Veerman /* Define to 1 if you have the <string.h> header file. */
3618a5822eSThomas Veerman #define HAVE_STRING_H 1
3718a5822eSThomas Veerman 
3818a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */
3918a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1
4018a5822eSThomas Veerman 
4118a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */
4218a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1
4318a5822eSThomas Veerman 
4418a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */
4518a5822eSThomas Veerman #define HAVE_UNISTD_H 1
4618a5822eSThomas Veerman 
4718a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */
4818a5822eSThomas Veerman #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
4918a5822eSThomas Veerman 
5018a5822eSThomas Veerman /* Define to the full name of this package. */
5118a5822eSThomas Veerman #define PACKAGE_NAME "libdecnumber"
5218a5822eSThomas Veerman 
5318a5822eSThomas Veerman /* Define to the full name and version of this package. */
5418a5822eSThomas Veerman #define PACKAGE_STRING "libdecnumber  "
5518a5822eSThomas Veerman 
5618a5822eSThomas Veerman /* Define to the one symbol short name of this package. */
5718a5822eSThomas Veerman #define PACKAGE_TARNAME "libdecnumber"
5818a5822eSThomas Veerman 
5918a5822eSThomas Veerman /* Define to the home page for this package. */
6018a5822eSThomas Veerman #define PACKAGE_URL ""
6118a5822eSThomas Veerman 
6218a5822eSThomas Veerman /* Define to the version of this package. */
6318a5822eSThomas Veerman #define PACKAGE_VERSION " "
6418a5822eSThomas Veerman 
6518a5822eSThomas Veerman /* The size of `char', as computed by sizeof. */
6618a5822eSThomas Veerman /* #undef SIZEOF_CHAR */
6718a5822eSThomas Veerman 
6818a5822eSThomas Veerman /* The size of `int', as computed by sizeof. */
6918a5822eSThomas Veerman #define SIZEOF_INT 4
7018a5822eSThomas Veerman 
7118a5822eSThomas Veerman /* The size of `long', as computed by sizeof. */
7218a5822eSThomas Veerman #define SIZEOF_LONG 4
7318a5822eSThomas Veerman 
7418a5822eSThomas Veerman /* The size of `short', as computed by sizeof. */
7518a5822eSThomas Veerman /* #undef SIZEOF_SHORT */
7618a5822eSThomas Veerman 
7718a5822eSThomas Veerman /* The size of `void *', as computed by sizeof. */
7818a5822eSThomas Veerman /* #undef SIZEOF_VOID_P */
7918a5822eSThomas Veerman 
8018a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */
8118a5822eSThomas Veerman #define STDC_HEADERS 1
8218a5822eSThomas Veerman 
8318a5822eSThomas Veerman /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
8418a5822eSThomas Veerman    significant byte first (like Motorola and SPARC, unlike Intel). */
8518a5822eSThomas Veerman #if defined AC_APPLE_UNIVERSAL_BUILD
8618a5822eSThomas Veerman # if defined __BIG_ENDIAN__
8718a5822eSThomas Veerman #  define WORDS_BIGENDIAN 1
8818a5822eSThomas Veerman # endif
8918a5822eSThomas Veerman #else
9018a5822eSThomas Veerman # ifndef WORDS_BIGENDIAN
91*0a6a1f1dSLionel Sambuc #  define WORDS_BIGENDIAN 1
9218a5822eSThomas Veerman # endif
9318a5822eSThomas Veerman #endif
9418a5822eSThomas Veerman 
9518a5822eSThomas Veerman /* Define to empty if `const' does not conform to ANSI C. */
9618a5822eSThomas Veerman /* #undef const */
9718a5822eSThomas Veerman 
9818a5822eSThomas Veerman /* Define to `long int' if <sys/types.h> does not define. */
9918a5822eSThomas Veerman /* #undef off_t */
100