xref: /OK3568_Linux_fs/u-boot/common/config.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* config.h.  Generated automatically by configure.  */
2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3 
4 /* Define if on AIX 3.
5    System headers sometimes define this.
6    We just want to avoid a redefinition error message.  */
7 #ifndef _ALL_SOURCE
8 /* #undef _ALL_SOURCE */
9 #endif
10 
11 /* Define if using alloca.c.  */
12 /* #undef C_ALLOCA */
13 
14 /* Define to empty if the keyword does not work.  */
15 /* #undef const */
16 
17 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
18    This function is required for alloca.c support on those systems.  */
19 /* #undef CRAY_STACKSEG_END */
20 
21 /* Define if you have alloca, as a function or macro.  */
22 #define HAVE_ALLOCA 1
23 
24 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
25 #define HAVE_ALLOCA_H 1
26 
27 /* Define if you have a working `mmap' system call.  */
28 /* #undef HAVE_MMAP */
29 
30 /* Define if your struct stat has st_rdev.  */
31 #define HAVE_ST_RDEV 1
32 
33 /* Define as __inline if that's what the C compiler calls it.  */
34 /* #undef inline */
35 
36 /* Define if on MINIX.  */
37 /* #undef _MINIX */
38 
39 /* Define to `int' if <sys/types.h> doesn't define.  */
40 /* #undef mode_t */
41 
42 /* Define to `long' if <sys/types.h> doesn't define.  */
43 /* #undef off_t */
44 
45 /* Define if the system does not provide POSIX.1 features except
46    with this defined.  */
47 /* #undef _POSIX_1_SOURCE */
48 
49 /* Define if you need to in order for stat and other things to work.  */
50 /* #undef _POSIX_SOURCE */
51 
52 /* Define as the return type of signal handlers (int or void).  */
53 #define RETSIGTYPE void
54 
55 /* Define if the setvbuf function takes the buffering type as its second
56    argument and the buffer pointer as the third, as on System V
57    before release 3.  */
58 /* #undef SETVBUF_REVERSED */
59 
60 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
61 /* #undef size_t */
62 
63 /* If using the C implementation of alloca, define if you know the
64    direction of stack growth for your system; otherwise it will be
65    automatically deduced at run-time.
66  STACK_DIRECTION > 0 => grows toward higher addresses
67  STACK_DIRECTION < 0 => grows toward lower addresses
68  STACK_DIRECTION = 0 => direction of growth unknown
69  */
70 /* #undef STACK_DIRECTION */
71 
72 /* Define if you have the ANSI C header files.  */
73 #define STDC_HEADERS 1
74 
75 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
76 //#define TIME_WITH_SYS_TIME 1
77 
78 /* Define if your <sys/time.h> declares struct tm.  */
79 /* #undef TM_IN_SYS_TIME */
80 
81 /* define this if you have a reliable ftime function */
82 //#define HAVE_FTIME 1
83 
84 /* define this if you have the timezone variable */
85 //#define HAVE_TIMEZONE_VAR 1
86 
87 /* Define to 1 if NLS is requested.  */
88 //#define ENABLE_NLS 1
89 
90 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
91 /* #undef HAVE_CATGETS */
92 
93 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
94 #define HAVE_GETTEXT 1
95 
96 /* Define if your locale.h file contains LC_MESSAGES.  */
97 #define HAVE_LC_MESSAGES 1
98 
99 /* Define to the name of the distribution.  */
100 #define PACKAGE "lrzsz"
101 
102 /* The concatenation of the strings PACKAGE, "-", and VERSION.  */
103 #define PACKAGE_VERSION "lrzsz-0.12.20"
104 
105 /* Define to the version of the distribution.  */
106 #define VERSION "0.12.20"
107 
108 /* Define to 1 if you have the stpcpy function.  */
109 #define HAVE_STPCPY 1
110 
111 /* Define to 1 if your utime() takes struct utimbuf as second argument */
112 //#define HAVE_STRUCT_UTIMBUF 1
113 
114 /* Define to 1 if ANSI function prototypes are usable.  */
115 #define PROTOTYPES 1
116 
117 /* Define to LOG_xxx (a syslog facility) if syslog() shall be used */
118 //#define ENABLE_SYSLOG LOG_UUCP
119 
120 /* Define to 1 if syslogging shall be forced */
121 /* #undef ENABLE_SYSLOG_FORCE */
122 
123 /* Define to 1 if syslogging shall be default */
124 //#define ENABLE_SYSLOG_DEFAULT 1
125 
126 /* Define to 1 if lrz shall create directories if needed */
127 //#define ENABLE_MKDIR 1
128 
129 /* Define to public writable directory if you want this. Leave out the "'s */
130 /* #undef PUBDIR */
131 
132 /* Define to 1 if you want support for the timesync protocol */
133 //#define ENABLE_TIMESYNC 1
134 
135 /* define to 1. we have a replacement function for it. */
136 #define HAVE_STRERROR 1
137 
138 /* define to 1 if you want strict ANSI prototypes. will remove some
139    extern x(); declarations. */
140 /* #undef STRICT_PROTOTYPES */
141 
142 /* where the localedata hides */
143 /* #undef LOCALEDIR */
144 
145 /* do your system libraries declare errno? */
146 #define HAVE_ERRNO_DECLARATION 1
147 
148 /* define to type of speed_t (long?) */
149 /* #undef speed_t */
150 
151 /* define this if you headers conflict */
152 /* #undef SYS_TIME_WITHOUT_SYS_SELECT */
153 
154 /* Define if you have the __argz_count function.  */
155 #define HAVE___ARGZ_COUNT 1
156 
157 /* Define if you have the __argz_next function.  */
158 #define HAVE___ARGZ_NEXT 1
159 
160 /* Define if you have the __argz_stringify function.  */
161 #define HAVE___ARGZ_STRINGIFY 1
162 
163 /* Define if you have the dcgettext function.  */
164 #define HAVE_DCGETTEXT 1
165 
166 /* Define if you have the getcwd function.  */
167 #define HAVE_GETCWD 1
168 
169 /* Define if you have the getpagesize function.  */
170 #define HAVE_GETPAGESIZE 1
171 
172 /* Define if you have the gettimeofday function.  */
173 //#define HAVE_GETTIMEOFDAY 1
174 
175 /* Define if you have the memcpy function.  */
176 //#define HAVE_MEMCPY 1
177 
178 /* Define if you have the mkdir function.  */
179 #define HAVE_MKDIR 1
180 
181 /* Define if you have the mktime function.  */
182 #define HAVE_MKTIME 1
183 
184 /* Define if you have the munmap function.  */
185 #define HAVE_MUNMAP 1
186 
187 /* Define if you have the putenv function.  */
188 #define HAVE_PUTENV 1
189 
190 /* Define if you have the rdchk function.  */
191 /* #undef HAVE_RDCHK */
192 
193 /* Define if you have the select function.  */
194 //#define HAVE_SELECT 1
195 
196 /* Define if you have the setenv function.  */
197 #define HAVE_SETENV 1
198 
199 /* Define if you have the setlocale function.  */
200 #define HAVE_SETLOCALE 1
201 
202 /* Define if you have the settimeofday function.  */
203 //#define HAVE_SETTIMEOFDAY 1
204 
205 /* Define if you have the siginterrupt function.  */
206 //#define HAVE_SIGINTERRUPT 1
207 
208 /* Define if you have the stpcpy function.  */
209 #define HAVE_STPCPY 1
210 
211 /* Define if you have the strcasecmp function.  */
212 #define HAVE_STRCASECMP 1
213 
214 /* Define if you have the strchr function.  */
215 #define HAVE_STRCHR 1
216 
217 /* Define if you have the strdup function.  */
218 #define HAVE_STRDUP 1
219 
220 /* Define if you have the strerror function.  */
221 #define HAVE_STRERROR 1
222 
223 /* Define if you have the strftime function.  */
224 #define HAVE_STRFTIME 1
225 
226 /* Define if you have the strpbrk function.  */
227 #define HAVE_STRPBRK 1
228 
229 /* Define if you have the strstr function.  */
230 #define HAVE_STRSTR 1
231 
232 /* Define if you have the strtol function.  */
233 #define HAVE_STRTOL 1
234 
235 /* Define if you have the strtoul function.  */
236 #define HAVE_STRTOUL 1
237 
238 /* Define if you have the syslog function.  */
239 //#define HAVE_SYSLOG 1
240 
241 /* Define if you have the times function.  */
242 #define HAVE_TIMES 1
243 
244 /* Define if you have the utime function.  */
245 //#define HAVE_UTIME 1
246 
247 /* Define if you have the vasprintf function.  */
248 #define HAVE_VASPRINTF 1
249 
250 /* Define if you have the vprintf function.  */
251 #define HAVE_VPRINTF 1
252 
253 /* Define if you have the <argz.h> header file.  */
254 #define HAVE_ARGZ_H 1
255 
256 /* Define if you have the <arpa/inet.h> header file.  */
257 #define HAVE_ARPA_INET_H 1
258 
259 /* Define if you have the <fcntl.h> header file.  */
260 //#define HAVE_FCNTL_H 1
261 
262 /* Define if you have the <limits.h> header file.  */
263 //#define HAVE_LIMITS_H 1
264 
265 /* Define if you have the <locale.h> header file.  */
266 //#define HAVE_LOCALE_H 1
267 
268 /* Define if you have the <malloc.h> header file.  */
269 #define HAVE_MALLOC_H 1
270 
271 /* Define if you have the <nl_types.h> header file.  */
272 #define HAVE_NL_TYPES_H 1
273 
274 /* Define if you have the <sgtty.h> header file.  */
275 //#define HAVE_SGTTY_H 1
276 
277 /* Define if you have the <string.h> header file.  */
278 #define HAVE_STRING_H 1
279 
280 /* Define if you have the <strings.h> header file.  */
281 #define HAVE_STRINGS_H 1
282 
283 /* Define if you have the <sys/ioctl.h> header file.  */
284 //#define HAVE_SYS_IOCTL_H 1
285 
286 /* Define if you have the <sys/mman.h> header file.  */
287 #define HAVE_SYS_MMAN_H 1
288 
289 /* Define if you have the <sys/param.h> header file.  */
290 //#define HAVE_SYS_PARAM_H 1
291 
292 /* Define if you have the <sys/select.h> header file.  */
293 //#define HAVE_SYS_SELECT_H 1
294 
295 /* Define if you have the <sys/syslog.h> header file.  */
296 #define HAVE_SYS_SYSLOG_H 1
297 
298 /* Define if you have the <sys/termio.h> header file.  */
299 /* #undef HAVE_SYS_TERMIO_H */
300 
301 /* Define if you have the <sys/termios.h> header file.  */
302 //#define HAVE_SYS_TERMIOS_H 1
303 
304 /* Define if you have the <sys/time.h> header file.  */
305 //#define HAVE_SYS_TIME_H 1
306 
307 /* Define if you have the <sys/times.h> header file.  */
308 //#define HAVE_SYS_TIMES_H 1
309 
310 /* Define if you have the <syslog.h> header file.  */
311 //#define HAVE_SYSLOG_H 1
312 
313 /* Define if you have the <termio.h> header file.  */
314 //#define HAVE_TERMIO_H 1
315 
316 /* Define if you have the <termios.h> header file.  */
317 //#define HAVE_TERMIOS_H 1
318 
319 /* Define if you have the <unistd.h> header file.  */
320 //#define HAVE_UNISTD_H 1
321 
322 /* Define if you have the <utime.h> header file.  */
323 //#define HAVE_UTIME_H 1
324 
325 /* Define if you have the <values.h> header file.  */
326 #define HAVE_VALUES_H 1
327 
328 /* Define if you have the be library (-lbe).  */
329 /* #undef HAVE_LIBBE */
330 
331 /* Define if you have the i library (-li).  */
332 /* #undef HAVE_LIBI */
333 
334 /* Define if you have the nsl library (-lnsl).  */
335 #define HAVE_LIBNSL 1
336 
337 /* Define if you have the socket library (-lsocket).  */
338 /* #undef HAVE_LIBSOCKET */
339