1 /* sdccconf_in.h. Generated from configure.ac by autoheader. */
3 #ifndef SDCCCONF_HEADER
4 #define SDCCCONF_HEADER
6 /* Define if building universal (internal helper macro) */
7 #undef AC_APPLE_UNIVERSAL_BUILD
19 #undef DIR_SEPARATOR_CHAR
22 #undef DIR_SEPARATOR_STRING
27 /* Define to 1 if you have the `backtrace_symbols_fd' function. */
28 #undef HAVE_BACKTRACE_SYMBOLS_FD
30 /* Define to 1 if you have the <boost/graph/adjacency_list.hpp> header file.
32 #undef HAVE_BOOST_GRAPH_ADJACENCY_LIST_HPP
34 /* define if the compiler supports basic C++11 syntax */
37 /* Define to 1 if you have the <endian.h> header file. */
40 /* Define to 1 if you have the <gala/graph.h> header file. */
41 #undef HAVE_GALA_GRAPH_H
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #undef HAVE_INTTYPES_H
46 /* Define to 1 if you have the `gc' library (-lgc). */
49 /* Define to 1 if you have the <machine/endian.h> header file. */
50 #undef HAVE_MACHINE_ENDIAN_H
52 /* Define to 1 if you have the `mkstemp' function. */
55 /* Define to 1 if you have the `setrlimit' function. */
58 /* Define to 1 if you have the <stdint.h> header file. */
61 /* Define to 1 if you have the <stdio.h> header file. */
64 /* Define to 1 if you have the <stdlib.h> header file. */
67 /* Define to 1 if you have the <strings.h> header file. */
70 /* Define to 1 if you have the <string.h> header file. */
73 /* Define to 1 if you have the `strndup' function. */
76 /* Define to 1 if you have the <sys/endian.h> header file. */
77 #undef HAVE_SYS_ENDIAN_H
79 /* Define to 1 if you have the <sys/isa_defs.h> header file. */
80 #undef HAVE_SYS_ISA_DEFS_H
82 /* Define to 1 if you have the <sys/stat.h> header file. */
83 #undef HAVE_SYS_STAT_H
85 /* Define to 1 if you have the <sys/types.h> header file. */
86 #undef HAVE_SYS_TYPES_H
88 /* Define to 1 if you have the <treedec/combinations.hpp> header file. */
89 #undef HAVE_TREEDEC_COMBINATIONS_HPP
91 /* Define to 1 if you have the <uchar.h> header file. */
94 /* Define to 1 if you have the <unistd.h> header file. */
97 /* Define to 1 if you have the <zlib.h> header file. */
101 #undef INCLUDE_DIR_SUFFIX
104 #undef LIB_DIR_SUFFIX
107 #undef NON_FREE_INCLUDE_DIR_SUFFIX
110 #undef NON_FREE_LIB_DIR_SUFFIX
112 /* Define to 1 to disable the AVR port */
113 #undef OPT_DISABLE_AVR
116 #undef OPT_DISABLE_DEVICE_LIB
119 #undef OPT_DISABLE_DS390
122 #undef OPT_DISABLE_DS400
125 #undef OPT_DISABLE_EZ80_Z80
128 #undef OPT_DISABLE_F8
131 #undef OPT_DISABLE_HC08
134 #undef OPT_DISABLE_MCS51
137 #undef OPT_DISABLE_MOS6502
140 #undef OPT_DISABLE_MOS65C02
143 #undef OPT_DISABLE_NON_FREE
146 #undef OPT_DISABLE_PACKIHX
149 #undef OPT_DISABLE_PDK13
152 #undef OPT_DISABLE_PDK14
155 #undef OPT_DISABLE_PDK15
158 #undef OPT_DISABLE_PDK16
161 #undef OPT_DISABLE_PIC14
164 #undef OPT_DISABLE_PIC16
167 #undef OPT_DISABLE_R2K
170 #undef OPT_DISABLE_R2KA
173 #undef OPT_DISABLE_R3KA
176 #undef OPT_DISABLE_R800
179 #undef OPT_DISABLE_S08
182 #undef OPT_DISABLE_SDBINUTILS
185 #undef OPT_DISABLE_SDCDB
188 #undef OPT_DISABLE_SDCPP
191 #undef OPT_DISABLE_SM83
194 #undef OPT_DISABLE_STM8
197 #undef OPT_DISABLE_TININative
200 #undef OPT_DISABLE_TLCS90
203 #undef OPT_DISABLE_UCSIM
206 #undef OPT_DISABLE_Z180
209 #undef OPT_DISABLE_Z80
212 #undef OPT_DISABLE_Z80N
215 #undef OPT_ENABLE_DOC
218 #undef OPT_ENABLE_LIBGC
220 /* Define to the address where bug reports for this package should be sent. */
221 #undef PACKAGE_BUGREPORT
223 /* Define to the full name of this package. */
226 /* Define to the full name and version of this package. */
227 #undef PACKAGE_STRING
229 /* Define to the one symbol short name of this package. */
230 #undef PACKAGE_TARNAME
232 /* Define to the home page for this package. */
235 /* Define to the version of this package. */
236 #undef PACKAGE_VERSION
242 #undef PREFIX2BIN_DIR
245 #undef PREFIX2DATA_DIR
251 #undef SDCC_INCLUDE_NAME
257 #undef SDCC_VERSION_HI
260 #undef SDCC_VERSION_LO
263 #undef SDCC_VERSION_P
266 #undef SDCC_VERSION_STR
268 /* The size of `char', as computed by sizeof. */
271 /* The size of `int', as computed by sizeof. */
274 /* The size of `long', as computed by sizeof. */
277 /* The size of `long long', as computed by sizeof. */
278 #undef SIZEOF_LONG_LONG
280 /* The size of `short', as computed by sizeof. */
283 /* Define to 1 if all of the C90 standard headers exist (not just the ones
284 required in a freestanding environment). This macro is provided for
285 backward compatibility; new code need not use it. */
330 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
331 significant byte first (like Motorola and SPARC, unlike Intel). */
332 #if defined AC_APPLE_UNIVERSAL_BUILD
333 # if defined __BIG_ENDIAN__
334 # define WORDS_BIGENDIAN 1
337 # ifndef WORDS_BIGENDIAN
338 # undef WORDS_BIGENDIAN
342 /* Define to 1 if type `char' is unsigned and your compiler does not
343 predefine this macro. */
344 #ifndef __CHAR_UNSIGNED__
345 # undef __CHAR_UNSIGNED__
348 #endif /* SDCCCONF_HEADER */