1 | /* config.h. Generated by configure. */
|
---|
2 | /* config.hin. Generated from configure.ac by autoheader. */
|
---|
3 |
|
---|
4 | /* Define to 1 if the `closedir' function returns void instead of `int'. */
|
---|
5 | /* #undef CLOSEDIR_VOID */
|
---|
6 |
|
---|
7 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
---|
8 | systems. This function is required for `alloca.c' support on those systems.
|
---|
9 | */
|
---|
10 | /* #undef CRAY_STACKSEG_END */
|
---|
11 |
|
---|
12 | /* Define to 1 if using `alloca.c'. */
|
---|
13 | /* #undef C_ALLOCA */
|
---|
14 |
|
---|
15 | /* Name of "diff" program, unless overridden. */
|
---|
16 | #define DEFAULT_DIFF_PROGRAM "diff"
|
---|
17 |
|
---|
18 | /* Name of editor program, unless overridden. */
|
---|
19 | #define DEFAULT_EDITOR_PROGRAM "ed"
|
---|
20 |
|
---|
21 | /* Define to 1 if translation of program messages to the user's native
|
---|
22 | language is requested. */
|
---|
23 | #define ENABLE_NLS 1
|
---|
24 |
|
---|
25 | /* Define on systems for which file names may have a so-called `drive letter'
|
---|
26 | prefix, define this to compute the length of that prefix, including the
|
---|
27 | colon. */
|
---|
28 | #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
|
---|
29 |
|
---|
30 | /* Define if the backslash character may also serve as a file name component
|
---|
31 | separator. */
|
---|
32 | #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
|
---|
33 |
|
---|
34 | #if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
|
---|
35 | # define FILESYSTEM_PREFIX_LEN(Filename) \
|
---|
36 | ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
|
---|
37 | #else
|
---|
38 | # define FILESYSTEM_PREFIX_LEN(Filename) 0
|
---|
39 | #endif
|
---|
40 |
|
---|
41 | /* Define to 1 if you have `alloca', as a function or macro. */
|
---|
42 | #define HAVE_ALLOCA 1
|
---|
43 |
|
---|
44 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
---|
45 | */
|
---|
46 | #define HAVE_ALLOCA_H 1
|
---|
47 |
|
---|
48 | /* Define to 1 if you have the `bcopy' function. */
|
---|
49 | #define HAVE_BCOPY 1
|
---|
50 |
|
---|
51 | /* Define to 1 if you have the `btowc' function. */
|
---|
52 | #define HAVE_BTOWC 1
|
---|
53 |
|
---|
54 | /* Define to 1 if you have the `bzero' function. */
|
---|
55 | #define HAVE_BZERO 1
|
---|
56 |
|
---|
57 | /* Define to 1 if you have the `clock_gettime' function. */
|
---|
58 | /* #undef HAVE_CLOCK_GETTIME */
|
---|
59 |
|
---|
60 | /* Define if backslash-a works in C strings. */
|
---|
61 | #define HAVE_C_BACKSLASH_A 1
|
---|
62 |
|
---|
63 | /* Define to 1 if C supports variable-length arrays. */
|
---|
64 | #define HAVE_C_VARARRAYS 1
|
---|
65 |
|
---|
66 | /* Define if the GNU dcgettext() function is already present or preinstalled.
|
---|
67 | */
|
---|
68 | #define HAVE_DCGETTEXT 1
|
---|
69 |
|
---|
70 | /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
|
---|
71 | you don't. */
|
---|
72 | #define HAVE_DECL_CLEARERR_UNLOCKED 1
|
---|
73 |
|
---|
74 | /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
|
---|
75 | don't. */
|
---|
76 | #define HAVE_DECL_FEOF_UNLOCKED 1
|
---|
77 |
|
---|
78 | /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
|
---|
79 | you don't. */
|
---|
80 | #define HAVE_DECL_FERROR_UNLOCKED 1
|
---|
81 |
|
---|
82 | /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
|
---|
83 | you don't. */
|
---|
84 | #define HAVE_DECL_FFLUSH_UNLOCKED 1
|
---|
85 |
|
---|
86 | /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
|
---|
87 | you don't. */
|
---|
88 | #define HAVE_DECL_FGETS_UNLOCKED 1
|
---|
89 |
|
---|
90 | /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
|
---|
91 | you don't. */
|
---|
92 | #define HAVE_DECL_FPUTC_UNLOCKED 1
|
---|
93 |
|
---|
94 | /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
|
---|
95 | you don't. */
|
---|
96 | #define HAVE_DECL_FPUTS_UNLOCKED 1
|
---|
97 |
|
---|
98 | /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
|
---|
99 | you don't. */
|
---|
100 | #define HAVE_DECL_FREAD_UNLOCKED 1
|
---|
101 |
|
---|
102 | /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
|
---|
103 | you don't. */
|
---|
104 | #define HAVE_DECL_FWRITE_UNLOCKED 1
|
---|
105 |
|
---|
106 | /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
|
---|
107 | you don't. */
|
---|
108 | #define HAVE_DECL_GETCHAR_UNLOCKED 1
|
---|
109 |
|
---|
110 | /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
|
---|
111 | don't. */
|
---|
112 | #define HAVE_DECL_GETC_UNLOCKED 1
|
---|
113 |
|
---|
114 | /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
|
---|
115 | */
|
---|
116 | #define HAVE_DECL_GETENV 1
|
---|
117 |
|
---|
118 | /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
|
---|
119 | you don't. */
|
---|
120 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
|
---|
121 |
|
---|
122 | /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
|
---|
123 | don't. */
|
---|
124 | #define HAVE_DECL_PUTC_UNLOCKED 1
|
---|
125 |
|
---|
126 | /* Define to 1 if you have the declaration of `strerror', and to 0 if you
|
---|
127 | don't. */
|
---|
128 | #define HAVE_DECL_STRERROR 1
|
---|
129 |
|
---|
130 | /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
|
---|
131 | don't. */
|
---|
132 | #define HAVE_DECL_STRERROR_R 1
|
---|
133 |
|
---|
134 | /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
|
---|
135 | don't. */
|
---|
136 | #define HAVE_DECL_STRTOIMAX 1
|
---|
137 |
|
---|
138 | /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
|
---|
139 | */
|
---|
140 | #define HAVE_DECL_STRTOL 1
|
---|
141 |
|
---|
142 | /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
|
---|
143 | don't. */
|
---|
144 | #define HAVE_DECL_STRTOUL 1
|
---|
145 |
|
---|
146 | /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
|
---|
147 | don't. */
|
---|
148 | #define HAVE_DECL_STRTOULL 1
|
---|
149 |
|
---|
150 | /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
|
---|
151 | don't. */
|
---|
152 | #define HAVE_DECL_STRTOUMAX 1
|
---|
153 |
|
---|
154 | /* Define to 1 if you have the `diraccess' function. */
|
---|
155 | /* #undef HAVE_DIRACCESS */
|
---|
156 |
|
---|
157 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
---|
158 | */
|
---|
159 | #define HAVE_DIRENT_H 1
|
---|
160 |
|
---|
161 | /* Define if the malloc check has been performed. */
|
---|
162 | #define HAVE_DONE_WORKING_MALLOC_CHECK 1
|
---|
163 |
|
---|
164 | /* Define if the realloc check has been performed. */
|
---|
165 | #define HAVE_DONE_WORKING_REALLOC_CHECK 1
|
---|
166 |
|
---|
167 | /* Define to 1 if you have the `doprnt' function. */
|
---|
168 | /* #undef HAVE_DOPRNT */
|
---|
169 |
|
---|
170 | /* Define to 1 if you have the `dup2' function. */
|
---|
171 | #define HAVE_DUP2 1
|
---|
172 |
|
---|
173 | /* Define to 1 if you have the <fcntl.h> header file. */
|
---|
174 | #define HAVE_FCNTL_H 1
|
---|
175 |
|
---|
176 | /* Define to 1 if your system has a working `fnmatch' function. */
|
---|
177 | /* #undef HAVE_FNMATCH */
|
---|
178 |
|
---|
179 | /* Define to 1 if you have the `fork' function. */
|
---|
180 | #define HAVE_FORK 1
|
---|
181 |
|
---|
182 | /* Define if the GNU gettext() function is already present or preinstalled. */
|
---|
183 | #define HAVE_GETTEXT 1
|
---|
184 |
|
---|
185 | /* Define to 1 if you have the `gettimeofday' function. */
|
---|
186 | #define HAVE_GETTIMEOFDAY 1
|
---|
187 |
|
---|
188 | /* Define if you have the iconv() function. */
|
---|
189 | /* #undef HAVE_ICONV */
|
---|
190 |
|
---|
191 | /* Define to 1 if you have the <inttypes.h> header file. */
|
---|
192 | #define HAVE_INTTYPES_H 1
|
---|
193 |
|
---|
194 | /* Define to 1 if you have the `isascii' function. */
|
---|
195 | #define HAVE_ISASCII 1
|
---|
196 |
|
---|
197 | /* Define to 1 if you have the `iswprint' function. */
|
---|
198 | #define HAVE_ISWPRINT 1
|
---|
199 |
|
---|
200 | /* Define to 1 if you have the <libintl.h> header file. */
|
---|
201 | #define HAVE_LIBINTL_H 1
|
---|
202 |
|
---|
203 | /* Define to 1 if you have the <limits.h> header file. */
|
---|
204 | #define HAVE_LIMITS_H 1
|
---|
205 |
|
---|
206 | /* Define to 1 if you have the <locale.h> header file. */
|
---|
207 | #define HAVE_LOCALE_H 1
|
---|
208 |
|
---|
209 | /* Define to 1 if you have the `localtime_r' function. */
|
---|
210 | #define HAVE_LOCALTIME_R 1
|
---|
211 |
|
---|
212 | /* Define if you have the 'long long' type. */
|
---|
213 | #define HAVE_LONG_LONG 1
|
---|
214 |
|
---|
215 | /* Define to 1 if you have the `mblen' function. */
|
---|
216 | #define HAVE_MBLEN 1
|
---|
217 |
|
---|
218 | /* Define to 1 if you have the `mbrlen' function. */
|
---|
219 | #define HAVE_MBRLEN 1
|
---|
220 |
|
---|
221 | /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
|
---|
222 | #define HAVE_MBRTOWC 1
|
---|
223 |
|
---|
224 | /* Define to 1 if you have the `memchr' function. */
|
---|
225 | #define HAVE_MEMCHR 1
|
---|
226 |
|
---|
227 | /* Define to 1 if you have the `memcpy' function. */
|
---|
228 | #define HAVE_MEMCPY 1
|
---|
229 |
|
---|
230 | /* Define to 1 if you have the <memory.h> header file. */
|
---|
231 | #define HAVE_MEMORY_H 1
|
---|
232 |
|
---|
233 | /* Define to 1 if you have the `mempcpy' function. */
|
---|
234 | #define HAVE_MEMPCPY 1
|
---|
235 |
|
---|
236 | /* Define to 1 if you have the `memset' function. */
|
---|
237 | #define HAVE_MEMSET 1
|
---|
238 |
|
---|
239 | /* Define to 1 if you have the `mkstemp' function. */
|
---|
240 | #define HAVE_MKSTEMP 1
|
---|
241 |
|
---|
242 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
---|
243 | /* #undef HAVE_NDIR_H */
|
---|
244 |
|
---|
245 | /* Define to 1 if you have the `setlocale' function. */
|
---|
246 | #define HAVE_SETLOCALE 1
|
---|
247 |
|
---|
248 | /* Define to 1 if you have the DOS-style `setmode' function. */
|
---|
249 | #define HAVE_SETMODE_DOS 1
|
---|
250 |
|
---|
251 | /* Define to 1 if you have the `sigaction' function. */
|
---|
252 | #define HAVE_SIGACTION 1
|
---|
253 |
|
---|
254 | /* Define to 1 if the system has the type `siginfo_t'. */
|
---|
255 | #define HAVE_SIGINFO_T 1
|
---|
256 |
|
---|
257 | /* Define to 1 if you have the `sigprocmask' function. */
|
---|
258 | #define HAVE_SIGPROCMASK 1
|
---|
259 |
|
---|
260 | /* Define to 1 if the system has the type `stack_t'. */
|
---|
261 | #define HAVE_STACK_T 1
|
---|
262 |
|
---|
263 | /* Define to 1 if stdbool.h conforms to C99. */
|
---|
264 | #define HAVE_STDBOOL_H 1
|
---|
265 |
|
---|
266 | /* Define to 1 if you have the <stddef.h> header file. */
|
---|
267 | #define HAVE_STDDEF_H 1
|
---|
268 |
|
---|
269 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
270 | #define HAVE_STDINT_H 1
|
---|
271 |
|
---|
272 | /* Define to 1 if you have the <stdlib.h> header file. */
|
---|
273 | #define HAVE_STDLIB_H 1
|
---|
274 |
|
---|
275 | /* Define to 1 if you have the `strcasecmp' function. */
|
---|
276 | #define HAVE_STRCASECMP 1
|
---|
277 |
|
---|
278 | /* Define to 1 if you have the `strchr' function. */
|
---|
279 | #define HAVE_STRCHR 1
|
---|
280 |
|
---|
281 | /* Define to 1 if you have the `strerror' function. */
|
---|
282 | #define HAVE_STRERROR 1
|
---|
283 |
|
---|
284 | /* Define to 1 if you have the `strerror_r' function. */
|
---|
285 | #define HAVE_STRERROR_R 1
|
---|
286 |
|
---|
287 | /* Define to 1 if you have the `strftime' function. */
|
---|
288 | #define HAVE_STRFTIME 1
|
---|
289 |
|
---|
290 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
291 | #define HAVE_STRINGS_H 1
|
---|
292 |
|
---|
293 | /* Define to 1 if you have the <string.h> header file. */
|
---|
294 | #define HAVE_STRING_H 1
|
---|
295 |
|
---|
296 | /* Define to 1 if you have the `strtoul' function. */
|
---|
297 | /* #undef HAVE_STRTOUL */
|
---|
298 |
|
---|
299 | /* Define to 1 if you have the `strtoull' function. */
|
---|
300 | /* #undef HAVE_STRTOULL */
|
---|
301 |
|
---|
302 | /* Define to 1 if you have the `strtoumax' function. */
|
---|
303 | #define HAVE_STRTOUMAX 1
|
---|
304 |
|
---|
305 | /* Define to 1 if `st_blksize' is member of `struct stat'. */
|
---|
306 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
|
---|
307 |
|
---|
308 | /* Define to 1 if `st_rdev' is member of `struct stat'. */
|
---|
309 | #define HAVE_STRUCT_STAT_ST_RDEV 1
|
---|
310 |
|
---|
311 | /* Define to 1 if `tm_zone' is member of `struct tm'. */
|
---|
312 | /* #undef HAVE_STRUCT_TM_TM_ZONE */
|
---|
313 |
|
---|
314 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
---|
315 | */
|
---|
316 | /* #undef HAVE_SYS_DIR_H */
|
---|
317 |
|
---|
318 | /* Define to 1 if you have the <sys/file.h> header file. */
|
---|
319 | #define HAVE_SYS_FILE_H 1
|
---|
320 |
|
---|
321 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
---|
322 | */
|
---|
323 | /* #undef HAVE_SYS_NDIR_H */
|
---|
324 |
|
---|
325 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
326 | #define HAVE_SYS_STAT_H 1
|
---|
327 |
|
---|
328 | /* Define to 1 if you have the <sys/time.h> header file. */
|
---|
329 | #define HAVE_SYS_TIME_H 1
|
---|
330 |
|
---|
331 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
332 | #define HAVE_SYS_TYPES_H 1
|
---|
333 |
|
---|
334 | /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
|
---|
335 | #define HAVE_SYS_WAIT_H 1
|
---|
336 |
|
---|
337 | /* Define to 1 if you have the <time.h> header file. */
|
---|
338 | #define HAVE_TIME_H 1
|
---|
339 |
|
---|
340 | /* Define to 1 if you have the `tmpnam' function. */
|
---|
341 | #define HAVE_TMPNAM 1
|
---|
342 |
|
---|
343 | /* Define if struct tm has the tm_gmtoff member. */
|
---|
344 | /* #undef HAVE_TM_GMTOFF */
|
---|
345 |
|
---|
346 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
|
---|
347 | `HAVE_STRUCT_TM_TM_ZONE' instead. */
|
---|
348 | /* #undef HAVE_TM_ZONE */
|
---|
349 |
|
---|
350 | /* Define to 1 if you don't have `tm_zone' but do have the external array
|
---|
351 | `tzname'. */
|
---|
352 | #define HAVE_TZNAME 1
|
---|
353 |
|
---|
354 | /* Define to 1 if you have the `tzset' function. */
|
---|
355 | #define HAVE_TZSET 1
|
---|
356 |
|
---|
357 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
358 | #define HAVE_UNISTD_H 1
|
---|
359 |
|
---|
360 | /* Define if you have the 'unsigned long long' type. */
|
---|
361 | #define HAVE_UNSIGNED_LONG_LONG 1
|
---|
362 |
|
---|
363 | /* Define to 1 if you have the `vfork' function. */
|
---|
364 | /* #undef HAVE_VFORK */
|
---|
365 |
|
---|
366 | /* Define to 1 if you have the <vfork.h> header file. */
|
---|
367 | /* #undef HAVE_VFORK_H */
|
---|
368 |
|
---|
369 | /* Define to 1 if you have the `vprintf' function. */
|
---|
370 | #define HAVE_VPRINTF 1
|
---|
371 |
|
---|
372 | /* Define to 1 if you have the `waitpid' function. */
|
---|
373 | #define HAVE_WAITPID 1
|
---|
374 |
|
---|
375 | /* Define to 1 if you have the <wchar.h> header file. */
|
---|
376 | #define HAVE_WCHAR_H 1
|
---|
377 |
|
---|
378 | /* Define to 1 if you have the <wctype.h> header file. */
|
---|
379 | #define HAVE_WCTYPE_H 1
|
---|
380 |
|
---|
381 | /* Define to 1 if `fork' works. */
|
---|
382 | #define HAVE_WORKING_FORK 1
|
---|
383 |
|
---|
384 | /* Define to 1 if `vfork' works. */
|
---|
385 | /* #undef HAVE_WORKING_VFORK */
|
---|
386 |
|
---|
387 | /* Define to 1 if extending the stack slightly past the limit causes a
|
---|
388 | SIGSEGV, and an alternate stack can be established with sigaltstack, and
|
---|
389 | the signal handler is passed a context that specifies the run time stack.
|
---|
390 | This behavior is defined by POSIX 1003.1-2001 with the X/Open System
|
---|
391 | Interface (XSI) option and is a standardized way to implement a SEGV-based
|
---|
392 | stack overflow detection heuristic. */
|
---|
393 | /* #undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC */
|
---|
394 |
|
---|
395 | /* Define to 1 if you have the `__secure_getenv' function. */
|
---|
396 | /* #undef HAVE___SECURE_GETENV */
|
---|
397 |
|
---|
398 | #if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
|
---|
399 | # define ISSLASH(C) ((C) == '/' || (C) == '\\')
|
---|
400 | #else
|
---|
401 | # define ISSLASH(C) ((C) == '/')
|
---|
402 | #endif
|
---|
403 |
|
---|
404 | /* Name of package */
|
---|
405 | #define PACKAGE "diffutils"
|
---|
406 |
|
---|
407 | /* Define to the address where bug reports for this package should be sent. */
|
---|
408 | #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org"
|
---|
409 |
|
---|
410 | /* Define to the full name of this package. */
|
---|
411 | #define PACKAGE_NAME "GNU diffutils"
|
---|
412 |
|
---|
413 | /* Define to the full name and version of this package. */
|
---|
414 | #define PACKAGE_STRING "GNU diffutils 2.8.1"
|
---|
415 |
|
---|
416 | /* Define to the one symbol short name of this package. */
|
---|
417 | #define PACKAGE_TARNAME "diffutils"
|
---|
418 |
|
---|
419 | /* Define to the version of this package. */
|
---|
420 | #define PACKAGE_VERSION "2.8.1"
|
---|
421 |
|
---|
422 | /* Define if compiler has function prototypes */
|
---|
423 | #define PROTOTYPES 1
|
---|
424 |
|
---|
425 | /* Name of "pr" program. */
|
---|
426 | #define PR_PROGRAM "pr.exe"
|
---|
427 |
|
---|
428 | /* Define to 1 to avoid alloca in the regular-expression implementation. */
|
---|
429 | #define REGEX_MALLOC 1
|
---|
430 |
|
---|
431 | /* Define as the return type of signal handlers (`int' or `void'). */
|
---|
432 | #define RETSIGTYPE void
|
---|
433 |
|
---|
434 | /* If using the C implementation of alloca, define if you know the
|
---|
435 | direction of stack growth for your system; otherwise it will be
|
---|
436 | automatically deduced at run-time.
|
---|
437 | STACK_DIRECTION > 0 => grows toward higher addresses
|
---|
438 | STACK_DIRECTION < 0 => grows toward lower addresses
|
---|
439 | STACK_DIRECTION = 0 => direction of growth unknown */
|
---|
440 | /* #undef STACK_DIRECTION */
|
---|
441 |
|
---|
442 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
---|
443 | /* #undef STAT_MACROS_BROKEN */
|
---|
444 |
|
---|
445 | /* Define to 1 if you have the ANSI C header files. */
|
---|
446 | #define STDC_HEADERS 1
|
---|
447 |
|
---|
448 | /* Define to 1 if strerror_r returns char *. */
|
---|
449 | /* #undef STRERROR_R_CHAR_P */
|
---|
450 |
|
---|
451 | /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
|
---|
452 | */
|
---|
453 | /* #undef ST_MTIM_NSEC */
|
---|
454 |
|
---|
455 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
---|
456 | #define TIME_WITH_SYS_TIME 1
|
---|
457 |
|
---|
458 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
---|
459 | /* #undef TM_IN_SYS_TIME */
|
---|
460 |
|
---|
461 | /* Version number of package */
|
---|
462 | #define VERSION "2.8.1"
|
---|
463 |
|
---|
464 | /* Number of bits in a file offset, on hosts where this is settable. */
|
---|
465 | /* #undef _FILE_OFFSET_BITS */
|
---|
466 |
|
---|
467 | #ifndef _GNU_SOURCE
|
---|
468 | # define _GNU_SOURCE
|
---|
469 | #endif
|
---|
470 |
|
---|
471 | /* Define for large files, on AIX-style hosts. */
|
---|
472 | /* #undef _LARGE_FILES */
|
---|
473 |
|
---|
474 | /* Enable Solaris extensions. */
|
---|
475 | #define __EXTENSIONS__ 1
|
---|
476 |
|
---|
477 | /* Define like PROTOTYPES; this can be used by system headers. */
|
---|
478 | #define __PROTOTYPES 1
|
---|
479 |
|
---|
480 | /* Define to empty if `const' does not conform to ANSI C. */
|
---|
481 | /* #undef const */
|
---|
482 |
|
---|
483 | /* Define to `__inline__' or `__inline' if that's what the C compiler
|
---|
484 | calls it, or to nothing if 'inline' is not supported under any name. */
|
---|
485 | #ifndef __cplusplus
|
---|
486 | /* #undef inline */
|
---|
487 | #endif
|
---|
488 |
|
---|
489 | /* Define to widest signed type if <inttypes.h> doesn't define. */
|
---|
490 | /* #undef intmax_t */
|
---|
491 |
|
---|
492 | /* Define to rpl_malloc if the replacement function should be used. */
|
---|
493 | /* #undef malloc */
|
---|
494 |
|
---|
495 | /* Define to a type if <wchar.h> does not define. */
|
---|
496 | /* #undef mbstate_t */
|
---|
497 |
|
---|
498 | /* Define to the name of the strftime replacement function. */
|
---|
499 | #define my_strftime nstrftime
|
---|
500 |
|
---|
501 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
502 | /* #undef pid_t */
|
---|
503 |
|
---|
504 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
505 | /* #undef ptrdiff_t */
|
---|
506 |
|
---|
507 | /* Define to rpl_realloc if the replacement function should be used. */
|
---|
508 | /* #undef realloc */
|
---|
509 |
|
---|
510 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
511 | /* #undef ssize_t */
|
---|
512 |
|
---|
513 | /* Define to widest unsigned type if <inttypes.h> doesn't define. */
|
---|
514 | /* #undef uintmax_t */
|
---|
515 |
|
---|
516 | /* Define as `fork' if `vfork' does not work. */
|
---|
517 | #define vfork fork
|
---|