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. */
98 #undef INCLUDE_DIR_SUFFIX
101 #undef LIB_DIR_SUFFIX
104 #undef NON_FREE_INCLUDE_DIR_SUFFIX
107 #undef NON_FREE_LIB_DIR_SUFFIX
109 /* Define to 1 to disable the AVR port */
110 #undef OPT_DISABLE_AVR
113 #undef OPT_DISABLE_DEVICE_LIB
116 #undef OPT_DISABLE_DS390
119 #undef OPT_DISABLE_DS400
122 #undef OPT_DISABLE_EZ80_Z80
125 #undef OPT_DISABLE_HC08
128 #undef OPT_DISABLE_MCS51
131 #undef OPT_DISABLE_MOS6502
134 #undef OPT_DISABLE_MOS65C02
137 #undef OPT_DISABLE_NON_FREE
140 #undef OPT_DISABLE_PACKIHX
143 #undef OPT_DISABLE_PDK13
146 #undef OPT_DISABLE_PDK14
149 #undef OPT_DISABLE_PDK15
152 #undef OPT_DISABLE_PDK16
155 #undef OPT_DISABLE_PIC14
158 #undef OPT_DISABLE_PIC16
161 #undef OPT_DISABLE_R2K
164 #undef OPT_DISABLE_R2KA
167 #undef OPT_DISABLE_R3KA
170 #undef OPT_DISABLE_S08
173 #undef OPT_DISABLE_SDBINUTILS
176 #undef OPT_DISABLE_SDCDB
179 #undef OPT_DISABLE_SDCPP
182 #undef OPT_DISABLE_SM83
185 #undef OPT_DISABLE_STM8
188 #undef OPT_DISABLE_TININative
191 #undef OPT_DISABLE_TLCS90
194 #undef OPT_DISABLE_UCSIM
197 #undef OPT_DISABLE_Z180
200 #undef OPT_DISABLE_Z80
203 #undef OPT_DISABLE_Z80N
206 #undef OPT_ENABLE_DOC
209 #undef OPT_ENABLE_LIBGC
211 /* Define to the address where bug reports for this package should be sent. */
212 #undef PACKAGE_BUGREPORT
214 /* Define to the full name of this package. */
217 /* Define to the full name and version of this package. */
218 #undef PACKAGE_STRING
220 /* Define to the one symbol short name of this package. */
221 #undef PACKAGE_TARNAME
223 /* Define to the home page for this package. */
226 /* Define to the version of this package. */
227 #undef PACKAGE_VERSION
233 #undef PREFIX2BIN_DIR
236 #undef PREFIX2DATA_DIR
238 /* Define as the return type of signal handlers (`int' or `void'). */
245 #undef SDCC_INCLUDE_NAME
251 #undef SDCC_VERSION_HI
254 #undef SDCC_VERSION_LO
257 #undef SDCC_VERSION_P
260 #undef SDCC_VERSION_STR
262 /* The size of `char', as computed by sizeof. */
265 /* The size of `int', as computed by sizeof. */
268 /* The size of `long', as computed by sizeof. */
271 /* The size of `long long', as computed by sizeof. */
272 #undef SIZEOF_LONG_LONG
274 /* The size of `short', as computed by sizeof. */
277 /* Define to 1 if all of the C90 standard headers exist (not just the ones
278 required in a freestanding environment). This macro is provided for
279 backward compatibility; new code need not use it. */
324 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
325 significant byte first (like Motorola and SPARC, unlike Intel). */
326 #if defined AC_APPLE_UNIVERSAL_BUILD
327 # if defined __BIG_ENDIAN__
328 # define WORDS_BIGENDIAN 1
331 # ifndef WORDS_BIGENDIAN
332 # undef WORDS_BIGENDIAN
336 /* Define to 1 if type `char' is unsigned and your compiler does not
337 predefine this macro. */
338 #ifndef __CHAR_UNSIGNED__
339 # undef __CHAR_UNSIGNED__
342 #endif /* SDCCCONF_HEADER */