1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define if building universal (internal helper macro) */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7 /* Using a.out ABI */ 8 /* #undef AOUTABI */ 9 10 /* Define path to alternate assembler */ 11 /* #undef ASSEMBLER */ 12 13 /* Using Classic 68k ABI */ 14 /* #undef CLASSIC68K */ 15 16 /* Using COFF ABI */ 17 /* #undef COFFABI */ 18 19 /* Define path to alternate compiler */ 20 /* #undef COMPILER */ 21 22 /* Using ECOFF ABI */ 23 /* #undef ECOFFABI */ 24 25 /* Using ELF ABI */ 26 #define ELFABI 1 27 28 /* Define to 1 if printf supports C99 size specifiers */ 29 #define HAVE_C99_FORMAT 1 30 31 /* Define to 1 if you have the `ffs' function. */ 32 #define HAVE_FFS 1 33 34 /* Define to 1 if you have the `getopt' function. */ 35 #define HAVE_GETOPT 1 36 37 /* Define to 1 if you have the <inttypes.h> header file. */ 38 #define HAVE_INTTYPES_H 1 39 40 /* Define to 1 if you have the <libgen.h> header file. */ 41 #define HAVE_LIBGEN_H 1 42 43 /* Define to 1 if you have the <malloc.h> header file. */ 44 #define HAVE_MALLOC_H 1 45 46 /* Define to 1 if you have the <memory.h> header file. */ 47 #define HAVE_MEMORY_H 1 48 49 /* Define to 1 if you have the `mkstemp' function. */ 50 #define HAVE_MKSTEMP 1 51 52 /* Define to 1 if you have the `snprintf' function. */ 53 #define HAVE_SNPRINTF 1 54 55 /* Define to 1 if you have the <stdint.h> header file. */ 56 #define HAVE_STDINT_H 1 57 58 /* Define to 1 if you have the <stdlib.h> header file. */ 59 #define HAVE_STDLIB_H 1 60 61 /* Define to 1 if you have the <strings.h> header file. */ 62 #define HAVE_STRINGS_H 1 63 64 /* Define to 1 if you have the <string.h> header file. */ 65 #define HAVE_STRING_H 1 66 67 /* Define to 1 if you have the `strlcat' function. */ 68 #define HAVE_STRLCAT 1 69 70 /* Define to 1 if you have the `strlcpy' function. */ 71 #define HAVE_STRLCPY 1 72 73 /* Define to 1 if you have the `strtold' function. */ 74 #define HAVE_STRTOLD 1 75 76 /* Define to 1 if you have the <sys/stat.h> header file. */ 77 #define HAVE_SYS_STAT_H 1 78 79 /* Define to 1 if you have the <sys/types.h> header file. */ 80 #define HAVE_SYS_TYPES_H 1 81 82 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 83 #define HAVE_SYS_WAIT_H 1 84 85 /* Define to 1 if you have the <unistd.h> header file. */ 86 #define HAVE_UNISTD_H 1 87 88 /* Define to 1 if you have the `vfork' function. */ 89 #define HAVE_VFORK 1 90 91 /* Define to 1 if you have the `vsnprintf' function. */ 92 #define HAVE_VSNPRINTF 1 93 94 /* Define if host is BIG endian */ 95 /* #undef HOST_BIG_ENDIAN */ 96 97 /* Define if host is LITTLE endian */ 98 /* #define HOST_LITTLE_ENDIAN 1 */ 99 100 /* Define alternate standard lib directory */ 101 /* #undef LIBDIR */ 102 103 /* Define path to alternate linker */ 104 /* #undef LINKER */ 105 106 /* Using Mach-O ABI */ 107 /* #undef MACHOABI */ 108 109 /* Define target Multi-Arch path */ 110 /* #undef MULTIARCH_PATH */ 111 112 /* Define to the address where bug reports for this package should be sent. */ 113 #define PACKAGE_BUGREPORT "pcc@lists.ludd.ltu.se" 114 115 /* Define to the full name of this package. */ 116 #define PACKAGE_NAME "Portable C Compiler" 117 118 /* Define to the full name and version of this package. */ 119 #define PACKAGE_STRING "Portable C Compiler 1.2.0.DEVEL" 120 121 /* Define to the one symbol short name of this package. */ 122 #define PACKAGE_TARNAME "pcc" 123 124 /* Define to the home page for this package. */ 125 #define PACKAGE_URL "http://pcc.ludd.ltu.se/" 126 127 /* Define to the version of this package. */ 128 #define PACKAGE_VERSION "1.2.0.DEVEL" 129 130 /* Major version no */ 131 #define PCC_MAJOR 1 132 133 /* Minor version no */ 134 #define PCC_MINOR 2 135 136 /* Minor minor version no */ 137 #define PCC_MINORMINOR 0 138 139 /* Using PE/COFF ABI */ 140 /* #undef PECOFFABI */ 141 142 /* Define path to alternate preprocessor */ 143 #define PREPROCESSOR "pcpp" 144 145 /* Enable STABS debugging output */ 146 #define STABS 1 147 148 /* Define to 1 if you have the ANSI C header files. */ 149 #define STDC_HEADERS 1 150 151 /* Define alternate standard include directory */ 152 /* #undef STDINC */ 153 154 /* Define if target defaults to BIG endian */ 155 /* #undef TARGET_BIG_ENDIAN */ 156 157 /* Define if target defaults to LITTLE endian */ 158 /* #define TARGET_LITTLE_ENDIAN 1 */ 159 160 /* Enable thread-local storage (TLS). */ 161 #define TLS 1 162 163 /* Version string */ 164 /* #define VERSSTR "Portable C Compiler 1.2.0.DEVEL 20160208 for i386-unknown-netbsdelf7.99.25" */ 165 166 /* Size of wide-character type in chars */ 167 #define WCHAR_SIZE 4 168 169 /* Type to use for wide characters */ 170 #define WCHAR_TYPE INT 171 172 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 173 significant byte first (like Motorola and SPARC, unlike Intel). */ 174 #if defined AC_APPLE_UNIVERSAL_BUILD 175 # if defined __BIG_ENDIAN__ 176 # define WORDS_BIGENDIAN 1 177 # endif 178 #else 179 # ifndef WORDS_BIGENDIAN 180 /* # undef WORDS_BIGENDIAN */ 181 # endif 182 #endif 183 184 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 185 `char[]'. */ 186 #define YYTEXT_POINTER 1 187