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