source: mainline/uspace/app/pcc/config.h.in@ 12831ed7

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 12831ed7 was a7de7182, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 14 years ago

Added pcc source tree (contents of pcc-1.0.0.tgz)

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[a7de7182]1/* config.h.in. Generated from configure.ac by autoheader. */
2
3/* Using a.out ABI */
4#undef AOUTABI
5
6/* Define path to alternate assembler */
7#undef ASSEMBLER
8
9/* Using Classic 68k ABI */
10#undef CLASSIC68K
11
12/* Using COFF ABI */
13#undef COFFABI
14
15/* Define path to alternate compiler */
16#undef COMPILER
17
18/* Using ECOFF ABI */
19#undef ECOFFABI
20
21/* Using ELF ABI */
22#undef ELFABI
23
24/* Define to 1 if you have the `basename' function. */
25#undef HAVE_BASENAME
26
27/* Define to 1 if printf supports C99 size specifiers */
28#undef HAVE_C99_FORMAT
29
30/* Define to 1 if your compiler supports C99 variadic macros */
31#undef HAVE_CPP_VARARG_MACRO_GCC
32
33/* Define to 1 if you have the `ffs' function. */
34#undef HAVE_FFS
35
36/* Define to 1 if you have the `getopt' function. */
37#undef HAVE_GETOPT
38
39/* Define to 1 if you have the <inttypes.h> header file. */
40#undef HAVE_INTTYPES_H
41
42/* Define to 1 if you have the <libgen.h> header file. */
43#undef HAVE_LIBGEN_H
44
45/* Define to 1 if you have the <malloc.h> header file. */
46#undef HAVE_MALLOC_H
47
48/* Define to 1 if you have the <memory.h> header file. */
49#undef HAVE_MEMORY_H
50
51/* Define to 1 if you have the `mkstemp' function. */
52#undef HAVE_MKSTEMP
53
54/* Define to 1 if you have the `snprintf' function. */
55#undef HAVE_SNPRINTF
56
57/* Define to 1 if you have the <stdint.h> header file. */
58#undef HAVE_STDINT_H
59
60/* Define to 1 if you have the <stdlib.h> header file. */
61#undef HAVE_STDLIB_H
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
68
69/* Define to 1 if you have the `strlcat' function. */
70#undef HAVE_STRLCAT
71
72/* Define to 1 if you have the `strlcpy' function. */
73#undef HAVE_STRLCPY
74
75/* Define to 1 if you have the `strtold' function. */
76#undef HAVE_STRTOLD
77
78/* Define to 1 if you have the <sys/stat.h> header file. */
79#undef HAVE_SYS_STAT_H
80
81/* Define to 1 if you have the <sys/types.h> header file. */
82#undef HAVE_SYS_TYPES_H
83
84/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
85#undef HAVE_SYS_WAIT_H
86
87/* Define to 1 if you have the <unistd.h> header file. */
88#undef HAVE_UNISTD_H
89
90/* Define to 1 if you have the `vfork' function. */
91#undef HAVE_VFORK
92
93/* Define to 1 if you have the `vsnprintf' function. */
94#undef HAVE_VSNPRINTF
95
96/* Define if host is BIG endian */
97#undef HOST_BIG_ENDIAN
98
99/* Define if host is LITTLE endian */
100#undef HOST_LITTLE_ENDIAN
101
102/* lex is flex */
103#undef ISFLEX
104
105/* Define alternate standard lib directory */
106#undef LIBDIR
107
108/* Define path to alternate linker */
109#undef LINKER
110
111/* Using Mach-O ABI */
112#undef MACHOABI
113
114/* Define to the address where bug reports for this package should be sent. */
115#undef PACKAGE_BUGREPORT
116
117/* Define to the full name of this package. */
118#undef PACKAGE_NAME
119
120/* Define to the full name and version of this package. */
121#undef PACKAGE_STRING
122
123/* Define to the one symbol short name of this package. */
124#undef PACKAGE_TARNAME
125
126/* Define to the version of this package. */
127#undef PACKAGE_VERSION
128
129/* Major version no */
130#undef PCC_MAJOR
131
132/* Minor version no */
133#undef PCC_MINOR
134
135/* Minor minor version no */
136#undef PCC_MINORMINOR
137
138/* Using PE/COFF ABI */
139#undef PECOFFABI
140
141/* Define path to alternate preprocessor */
142#undef PREPROCESSOR
143
144/* Define to 1 if you have the ANSI C header files. */
145#undef STDC_HEADERS
146
147/* Define alternate standard include directory */
148#undef STDINC
149
150/* Define if target defaults to BIG endian */
151#undef TARGET_BIG_ENDIAN
152
153/* Define if target defaults to LITTLE endian */
154#undef TARGET_LITTLE_ENDIAN
155
156/* Target OS */
157#undef TARGOS
158
159/* Target OS version */
160#undef TARGOSVER
161
162/* Enable thread-local storage (TLS). */
163#undef TLS
164
165/* Version string */
166#undef VERSSTR
167
168/* Size of wide character type */
169#undef WCHAR_SIZE
170
171/* Type to use for wide characters */
172#undef WCHAR_TYPE
173
174/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
175 `char[]'. */
176#undef YYTEXT_POINTER
Note: See TracBrowser for help on using the repository browser.