Automatic structure extraction tool...works on binaries with dwarf-2 debug informatio...
[repair.git] / Repair / RepairCompiler / structextract / include / config.h
1 /* config.h.  Generated automatically by configure.  */
2 /* config.in.  Generated automatically from configure.in by autoheader.  */
3
4 /* Define if using alloca.c.  */
5 /* #undef C_ALLOCA */
6
7 /* Define to empty if the keyword does not work.  */
8 /* #undef const */
9
10 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
11    This function is required for alloca.c support on those systems.  */
12 /* #undef CRAY_STACKSEG_END */
13
14 /* Define if you have alloca, as a function or macro.  */
15 #define HAVE_ALLOCA 1
16
17 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
18 #define HAVE_ALLOCA_H 1
19
20 /* Define if you have a working `mmap' system call.  */
21 #define HAVE_MMAP 1
22
23 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
24 #define HAVE_SYS_WAIT_H 1
25
26 /* Define as __inline if that's what the C compiler calls it.  */
27 /* #undef inline */
28
29 /* Define to `long' if <sys/types.h> doesn't define.  */
30 /* #undef off_t */
31
32 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
33 /* #undef size_t */
34
35 /* If using the C implementation of alloca, define if you know the
36    direction of stack growth for your system; otherwise it will be
37    automatically deduced at run-time.
38  STACK_DIRECTION > 0 => grows toward higher addresses
39  STACK_DIRECTION < 0 => grows toward lower addresses
40  STACK_DIRECTION = 0 => direction of growth unknown
41  */
42 /* #undef STACK_DIRECTION */
43
44 /* Define if you have the ANSI C header files.  */
45 #define STDC_HEADERS 1
46
47 /* Define if lex declares yytext as a char * by default, not a char[].  */
48 #define YYTEXT_POINTER 1
49
50 /* Define if you have the __argz_count function.  */
51 #define HAVE___ARGZ_COUNT 1
52
53 /* Define if you have the __argz_next function.  */
54 #define HAVE___ARGZ_NEXT 1
55
56 /* Define if you have the __argz_stringify function.  */
57 #define HAVE___ARGZ_STRINGIFY 1
58
59 /* Define if you have the dcgettext function.  */
60 #define HAVE_DCGETTEXT 1
61
62 /* Define if you have the getc_unlocked function.  */
63 #define HAVE_GETC_UNLOCKED 1
64
65 /* Define if you have the getcwd function.  */
66 #define HAVE_GETCWD 1
67
68 /* Define if you have the getpagesize function.  */
69 #define HAVE_GETPAGESIZE 1
70
71 /* Define if you have the munmap function.  */
72 #define HAVE_MUNMAP 1
73
74 /* Define if you have the putenv function.  */
75 #define HAVE_PUTENV 1
76
77 /* Define if you have the sbrk function.  */
78 #define HAVE_SBRK 1
79
80 /* Define if you have the setenv function.  */
81 #define HAVE_SETENV 1
82
83 /* Define if you have the setlocale function.  */
84 #define HAVE_SETLOCALE 1
85
86 /* Define if you have the setmode function.  */
87 /* #undef HAVE_SETMODE */
88
89 /* Define if you have the stpcpy function.  */
90 #define HAVE_STPCPY 1
91
92 /* Define if you have the strcasecmp function.  */
93 #define HAVE_STRCASECMP 1
94
95 /* Define if you have the strchr function.  */
96 #define HAVE_STRCHR 1
97
98 /* Define if you have the strcoll function.  */
99 #define HAVE_STRCOLL 1
100
101 /* Define if you have the utimes function.  */
102 #define HAVE_UTIMES 1
103
104 /* Define if you have the <argz.h> header file.  */
105 #define HAVE_ARGZ_H 1
106
107 /* Define if you have the <fcntl.h> header file.  */
108 #define HAVE_FCNTL_H 1
109
110 /* Define if you have the <limits.h> header file.  */
111 #define HAVE_LIMITS_H 1
112
113 /* Define if you have the <locale.h> header file.  */
114 #define HAVE_LOCALE_H 1
115
116 /* Define if you have the <malloc.h> header file.  */
117 #define HAVE_MALLOC_H 1
118
119 /* Define if you have the <nl_types.h> header file.  */
120 #define HAVE_NL_TYPES_H 1
121
122 /* Define if you have the <stdlib.h> header file.  */
123 #define HAVE_STDLIB_H 1
124
125 /* Define if you have the <string.h> header file.  */
126 #define HAVE_STRING_H 1
127
128 /* Define if you have the <strings.h> header file.  */
129 #define HAVE_STRINGS_H 1
130
131 /* Define if you have the <sys/file.h> header file.  */
132 #define HAVE_SYS_FILE_H 1
133
134 /* Define if you have the <sys/param.h> header file.  */
135 #define HAVE_SYS_PARAM_H 1
136
137 /* Define if you have the <unistd.h> header file.  */
138 #define HAVE_UNISTD_H 1
139
140 /* Define if you have the <values.h> header file.  */
141 #define HAVE_VALUES_H 1
142
143 /* Name of package */
144 #define PACKAGE "binutils"
145
146 /* Version number of package */
147 #define VERSION "2.14"
148
149 /* Define if you have the stpcpy function */
150 #define HAVE_STPCPY 1
151
152 /* Define if your locale.h file contains LC_MESSAGES. */
153 #define HAVE_LC_MESSAGES 1
154
155 /* Define to 1 if NLS is requested */
156 #define ENABLE_NLS 1
157
158 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
159 #define HAVE_GETTEXT 1
160
161 /* Does the platform use an executable suffix? */
162 /* #undef HAVE_EXECUTABLE_SUFFIX */
163
164 /* Suffix used for executables, if any. */
165 #define EXECUTABLE_SUFFIX ""
166
167 /* Is fopen64 available? */
168 #define HAVE_FOPEN64 1
169
170 /* Enable LFS */
171 /* #undef _LARGEFILE64_SOURCE */
172
173 /* Is the type time_t defined in <time.h>? */
174 #define HAVE_TIME_T_IN_TIME_H 1
175
176 /* Is the type time_t defined in <sys/types.h>? */
177 #define HAVE_TIME_T_IN_TYPES_H 1
178
179 /* Does <utime.h> define struct utimbuf? */
180 #define HAVE_GOOD_UTIME_H 1
181
182 /* Define if fprintf is not declared in system header files. */
183 /* #undef NEED_DECLARATION_FPRINTF */
184
185 /* Define if strstr is not declared in system header files. */
186 /* #undef NEED_DECLARATION_STRSTR */
187
188 /* Define if sbrk is not declared in system header files. */
189 /* #undef NEED_DECLARATION_SBRK */
190
191 /* Define if getenv is not declared in system header files. */
192 /* #undef NEED_DECLARATION_GETENV */
193
194 /* Define if environ is not declared in system header files. */
195 #define NEED_DECLARATION_ENVIRON 1
196
197 /* Use b modifier when opening binary files? */
198 /* #undef USE_BINARY_FOPEN */
199
200 /* Configured target name. */
201 #define TARGET "i686-pc-linux-gnu"
202
203 /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
204 #define TARGET_PREPENDS_UNDERSCORE 0
205