Tizen 2.0 Release
[external/tizen-coreutils.git] / lib / config.hin
1 /* lib/config.hin.  Generated from configure.ac by autoheader.  */
2
3 /* Define this to an absolute name of <dirent.h>. */
4 #undef ABSOLUTE_DIRENT_H
5
6 /* Define this to an absolute name of <fcntl.h>. */
7 #undef ABSOLUTE_FCNTL_H
8
9 /* Define this to an absolute name of <inttypes.h>. */
10 #undef ABSOLUTE_INTTYPES_H
11
12 /* Define this to an absolute name of <netinet/in.h>. */
13 #undef ABSOLUTE_NETINET_IN_H
14
15 /* Define this to an absolute name of <stdint.h>. */
16 #undef ABSOLUTE_STDINT_H
17
18 /* Define this to an absolute name of <stdio.h>. */
19 #undef ABSOLUTE_STDIO_H
20
21 /* Define this to an absolute name of <stdlib.h>. */
22 #undef ABSOLUTE_STDLIB_H
23
24 /* Define this to an absolute name of <string.h>. */
25 #undef ABSOLUTE_STRING_H
26
27 /* Define this to an absolute name of <sys/socket.h>. */
28 #undef ABSOLUTE_SYS_SOCKET_H
29
30 /* Define this to an absolute name of <sys/stat.h>. */
31 #undef ABSOLUTE_SYS_STAT_H
32
33 /* Define this to an absolute name of <sys/time.h>. */
34 #undef ABSOLUTE_SYS_TIME_H
35
36 /* Define this to an absolute name of <time.h>. */
37 #undef ABSOLUTE_TIME_H
38
39 /* Define this to an absolute name of <unistd.h>. */
40 #undef ABSOLUTE_UNISTD_H
41
42 /* Define this to an absolute name of <wchar.h>. */
43 #undef ABSOLUTE_WCHAR_H
44
45 /* Define this to an absolute name of <wctype.h>. */
46 #undef ABSOLUTE_WCTYPE_H
47
48 /* Define to the function xargmatch calls on failures. */
49 #undef ARGMATCH_DIE
50
51 /* Define to the declaration of the xargmatch failure function. */
52 #undef ARGMATCH_DIE_DECL
53
54 /* Define to the number of bits in type 'ptrdiff_t'. */
55 #undef BITSIZEOF_PTRDIFF_T
56
57 /* Define to the number of bits in type 'sig_atomic_t'. */
58 #undef BITSIZEOF_SIG_ATOMIC_T
59
60 /* Define to the number of bits in type 'size_t'. */
61 #undef BITSIZEOF_SIZE_T
62
63 /* Define to the number of bits in type 'wchar_t'. */
64 #undef BITSIZEOF_WCHAR_T
65
66 /* Define to the number of bits in type 'wint_t'. */
67 #undef BITSIZEOF_WINT_T
68
69 /* Define if chown is not POSIX compliant regarding IDs of -1. */
70 #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE
71
72 /* Define if chown modifies symlinks. */
73 #undef CHOWN_MODIFIES_SYMLINK
74
75 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
76    systems. This function is required for `alloca.c' support on those systems.
77    */
78 #undef CRAY_STACKSEG_END
79
80 /* Define to 1 if using `alloca.c'. */
81 #undef C_ALLOCA
82
83 /* Define to 1 if using `getloadavg.c'. */
84 #undef C_GETLOADAVG
85
86 /* Define the default level of POSIX conformance. The value is of the form
87    YYYYMM, specifying the year and month the standard was adopted. If not
88    defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
89    Define to 199209 to default to POSIX 1003.2-1992, which makes standard
90    programs like `head', `tail', and `sort' accept obsolete options like `+10'
91    and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
92    these standard programs treat leading-`+' operands as file names and
93    require modern usages like `-n 10' instead of `-10'. Whether defined here
94    or not, the default can be overridden at run time via the _POSIX2_VERSION
95    environment variable. */
96 #undef DEFAULT_POSIX2_VERSION
97
98 /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
99 #undef DGUX
100
101 /* the name of the file descriptor member of DIR */
102 #undef DIR_FD_MEMBER_NAME
103
104 #ifdef DIR_FD_MEMBER_NAME
105 # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
106 #else
107 # define DIR_TO_FD(Dir_p) -1
108 #endif
109
110
111 /* Define to 1 if // is a file system root distinct from /. */
112 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
113
114 /* Define if there is a member named d_ino in the struct describing directory
115    headers. */
116 #undef D_INO_IN_DIRENT
117
118 /* Define to 1 if translation of program messages to the user's native
119    language is requested. */
120 #undef ENABLE_NLS
121
122 /* Define as good substitute value for EOVERFLOW. */
123 #undef EOVERFLOW
124
125 /* Define if gnulib's fchdir() replacement is used. */
126 #undef FCHDIR_REPLACEMENT
127
128 /* Define on systems for which file names may have a so-called `drive letter'
129    prefix, define this to compute the length of that prefix, including the
130    colon. */
131 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
132
133 /* Define if the backslash character may also serve as a file name component
134    separator. */
135 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
136
137 /* Define if a drive letter prefix denotes a relative path if it is not
138    followed by a file name component separator. */
139 #undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
140
141 /* Define to nothing if C supports flexible array members, and to 1 if it does
142    not. That way, with a declaration like `struct s { int n; double
143    d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
144    compilers. When computing the size of such an object, don't use 'sizeof
145    (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
146    instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
147    MSVC and with C++ compilers. */
148 #undef FLEXIBLE_ARRAY_MEMBER
149
150 /* Define to the type of elements in the array set by `getgroups'. Usually
151    this is either `int' or `gid_t'. */
152 #undef GETGROUPS_T
153
154 /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
155    */
156 #undef GETLOADAVG_PRIVILEGED
157
158 /* Define if gettimeofday clobbers the localtime buffer. */
159 #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
160
161 /* Define to 1 when using the gnulib module canonicalize. */
162 #undef GNULIB_CANONICALIZE
163
164 /* Define to 1 when using the gnulib module close-stream. */
165 #undef GNULIB_CLOSE_STREAM
166
167 /* Define to 1 when using the gnulib module fcntl-safer. */
168 #undef GNULIB_FCNTL_SAFER
169
170 /* Define to 1 when using the gnulib module fopen-safer. */
171 #undef GNULIB_FOPEN_SAFER
172
173 /* Define to 1 when using the gnulib module fts. */
174 #undef GNULIB_FTS
175
176 /* The concatenation of the strings `GNU ', and PACKAGE. */
177 #undef GNU_PACKAGE
178
179 /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
180 #undef GWINSZ_IN_SYS_IOCTL
181
182 /* Define if your system defines TIOCGWINSZ in sys/pty.h. */
183 #undef GWINSZ_IN_SYS_PTY
184
185 /* Define to 1 if you have the `acl' function. */
186 #undef HAVE_ACL
187
188 /* Define to 1 if you have the `acl_delete_def_file' function. */
189 #undef HAVE_ACL_DELETE_DEF_FILE
190
191 /* Define to 1 if you have the `acl_entries' function. */
192 #undef HAVE_ACL_ENTRIES
193
194 /* Define to 1 if you have the `acl_extended_file' function. */
195 #undef HAVE_ACL_EXTENDED_FILE
196
197 /* Define to 1 if you have the `acl_free' function. */
198 #undef HAVE_ACL_FREE
199
200 /* Define to 1 if you have the `acl_from_mode' function. */
201 #undef HAVE_ACL_FROM_MODE
202
203 /* Define to 1 if you have the `acl_from_text' function. */
204 #undef HAVE_ACL_FROM_TEXT
205
206 /* Define to 1 if you have the `acl_get_fd' function. */
207 #undef HAVE_ACL_GET_FD
208
209 /* Define to 1 if you have the `acl_get_file' function. */
210 #undef HAVE_ACL_GET_FILE
211
212 /* Define to 1 if you have the <acl/libacl.h> header file. */
213 #undef HAVE_ACL_LIBACL_H
214
215 /* Define to 1 if you have the `acl_set_fd' function. */
216 #undef HAVE_ACL_SET_FD
217
218 /* Define to 1 if you have the `acl_set_file' function. */
219 #undef HAVE_ACL_SET_FILE
220
221 /* Define to 1 if you have the `acl_trivial' function. */
222 #undef HAVE_ACL_TRIVIAL
223
224 /* Define to 1 if you have the `alarm' function. */
225 #undef HAVE_ALARM
226
227 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
228    may be supplied by this distribution. */
229 #undef HAVE_ALLOCA
230
231 /* Define HAVE_ALLOCA_H for backward compatibility with older code that
232    includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
233 #undef HAVE_ALLOCA_H
234
235 /* Define if you have an arithmetic hrtime_t type. */
236 #undef HAVE_ARITHMETIC_HRTIME_T
237
238 /* Define to 1 if you have the <arpa/inet.h> header file. */
239 #undef HAVE_ARPA_INET_H
240
241 /* Define to 1 if you have the `atexit' function. */
242 #undef HAVE_ATEXIT
243
244 /* Define to 1 if you have the <bp-sym.h> header file. */
245 #undef HAVE_BP_SYM_H
246
247 /* Define to 1 if you have the `btowc' function. */
248 #undef HAVE_BTOWC
249
250 /* Define to 1 if nanosleep mishandle large arguments. */
251 #undef HAVE_BUG_BIG_NANOSLEEP
252
253 /* Define to 1 if strtold conforms to C99. */
254 #undef HAVE_C99_STRTOLD
255
256 /* Define to 1 if your system has a GNU libc compatible `calloc' function, and
257    to 0 otherwise. */
258 #undef HAVE_CALLOC
259
260 /* Define to 1 if you have the `canonicalize_file_name' function. */
261 #undef HAVE_CANONICALIZE_FILE_NAME
262
263 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
264    CoreFoundation framework. */
265 #undef HAVE_CFLOCALECOPYCURRENT
266
267 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
268    the CoreFoundation framework. */
269 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
270
271 /* Define to 1 if your system has a working `chown' function. */
272 #undef HAVE_CHOWN
273
274 /* Define to 1 if you have the `chroot' function. */
275 #undef HAVE_CHROOT
276
277 /* Define to 1 if you have the `chsize' function. */
278 #undef HAVE_CHSIZE
279
280 /* Define to 1 if you have the `clock_gettime' function. */
281 #undef HAVE_CLOCK_GETTIME
282
283 /* Define to 1 if you have the `clock_settime' function. */
284 #undef HAVE_CLOCK_SETTIME
285
286 /* Define if you have compound literals. */
287 #undef HAVE_COMPOUND_LITERALS
288
289 /* FIXME */
290 #undef HAVE_C_LINE
291
292 /* Define if the GNU dcgettext() function is already present or preinstalled.
293    */
294 #undef HAVE_DCGETTEXT
295
296 /* Define to 1 if you have the declaration of `canonicalize_file_name', and to
297    0 if you don't. */
298 #undef HAVE_DECL_CANONICALIZE_FILE_NAME
299
300 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
301    you don't. */
302 #undef HAVE_DECL_CLEARERR_UNLOCKED
303
304 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
305    */
306 #undef HAVE_DECL_DIRFD
307
308 /* Define to 1 if you have the declaration of `euidaccess', and to 0 if you
309    don't. */
310 #undef HAVE_DECL_EUIDACCESS
311
312 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
313    don't. */
314 #undef HAVE_DECL_FEOF_UNLOCKED
315
316 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
317    you don't. */
318 #undef HAVE_DECL_FERROR_UNLOCKED
319
320 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
321    you don't. */
322 #undef HAVE_DECL_FFLUSH_UNLOCKED
323
324 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
325    you don't. */
326 #undef HAVE_DECL_FGETS_UNLOCKED
327
328 /* Define to 1 if you have the declaration of `flockfile', and to 0 if you
329    don't. */
330 #undef HAVE_DECL_FLOCKFILE
331
332 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
333    you don't. */
334 #undef HAVE_DECL_FPUTC_UNLOCKED
335
336 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
337    you don't. */
338 #undef HAVE_DECL_FPUTS_UNLOCKED
339
340 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
341    you don't. */
342 #undef HAVE_DECL_FREAD_UNLOCKED
343
344 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
345    */
346 #undef HAVE_DECL_FREE
347
348 /* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
349    don't. */
350 #undef HAVE_DECL_FREEADDRINFO
351
352 /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
353    don't. */
354 #undef HAVE_DECL_FUNLOCKFILE
355
356 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
357    you don't. */
358 #undef HAVE_DECL_FWRITE_UNLOCKED
359
360 /* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
361    don't. */
362 #undef HAVE_DECL_GAI_STRERROR
363
364 /* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
365    don't. */
366 #undef HAVE_DECL_GETADDRINFO
367
368 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
369    you don't. */
370 #undef HAVE_DECL_GETCHAR_UNLOCKED
371
372 /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
373    */
374 #undef HAVE_DECL_GETCWD
375
376 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
377    don't. */
378 #undef HAVE_DECL_GETC_UNLOCKED
379
380 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
381    don't. */
382 #undef HAVE_DECL_GETDELIM
383
384 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
385    */
386 #undef HAVE_DECL_GETENV
387
388 /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
389    don't. */
390 #undef HAVE_DECL_GETEUID
391
392 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
393    don't. */
394 #undef HAVE_DECL_GETGRGID
395
396 /* Define to 1 if you have the declaration of `gethrtime', and to 0 if you
397    don't. */
398 #undef HAVE_DECL_GETHRTIME
399
400 /* Define to 1 if you have the declaration of `getline', and to 0 if you
401    don't. */
402 #undef HAVE_DECL_GETLINE
403
404 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
405    don't. */
406 #undef HAVE_DECL_GETLOGIN
407
408 /* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
409    don't. */
410 #undef HAVE_DECL_GETNAMEINFO
411
412 /* Define to 1 if you have the declaration of `getpass', and to 0 if you
413    don't. */
414 #undef HAVE_DECL_GETPASS
415
416 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
417    don't. */
418 #undef HAVE_DECL_GETPWUID
419
420 /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
421    */
422 #undef HAVE_DECL_GETUID
423
424 /* Define to 1 if you have the declaration of `getutent', and to 0 if you
425    don't. */
426 #undef HAVE_DECL_GETUTENT
427
428 /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
429    don't. */
430 #undef HAVE_DECL_IMAXABS
431
432 /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
433    don't. */
434 #undef HAVE_DECL_IMAXDIV
435
436 /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
437    don't. */
438 #undef HAVE_DECL_INET_NTOP
439
440 /* Define to 1 if you have the declaration of `isblank', and to 0 if you
441    don't. */
442 #undef HAVE_DECL_ISBLANK
443
444 /* Define to 1 if you have the declaration of `lchown', and to 0 if you don't.
445    */
446 #undef HAVE_DECL_LCHOWN
447
448 /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
449    */
450 #undef HAVE_DECL_LSEEK
451
452 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
453    */
454 #undef HAVE_DECL_MALLOC
455
456 /* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
457    otherwise. */
458 #undef HAVE_DECL_MBSWIDTH_IN_WCHAR_H
459
460 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
461    */
462 #undef HAVE_DECL_MEMCHR
463
464 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
465    don't. */
466 #undef HAVE_DECL_MEMRCHR
467
468 /* Define to 1 if you have the declaration of `mkdir', and to 0 if you don't.
469    */
470 #undef HAVE_DECL_MKDIR
471
472 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
473    you don't. */
474 #undef HAVE_DECL_PUTCHAR_UNLOCKED
475
476 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
477    don't. */
478 #undef HAVE_DECL_PUTC_UNLOCKED
479
480 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
481    don't. */
482 #undef HAVE_DECL_REALLOC
483
484 /* Define to 1 if you have the declaration of `setregid', and to 0 if you
485    don't. */
486 #undef HAVE_DECL_SETREGID
487
488 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
489    don't. */
490 #undef HAVE_DECL_SNPRINTF
491
492 /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
493    */
494 #undef HAVE_DECL_STRDUP
495
496 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
497    don't. */
498 #undef HAVE_DECL_STRERROR_R
499
500 /* Define to 1 if you have the declaration of `strmode', and to 0 if you
501    don't. */
502 #undef HAVE_DECL_STRMODE
503
504 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
505    don't. */
506 #undef HAVE_DECL_STRNDUP
507
508 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
509    don't. */
510 #undef HAVE_DECL_STRNLEN
511
512 /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
513    don't. */
514 #undef HAVE_DECL_STRSIGNAL
515
516 /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
517    don't. */
518 #undef HAVE_DECL_STRTOIMAX
519
520 /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
521    don't. */
522 #undef HAVE_DECL_STRTOLL
523
524 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
525    don't. */
526 #undef HAVE_DECL_STRTOULL
527
528 /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
529    don't. */
530 #undef HAVE_DECL_STRTOUMAX
531
532 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
533    don't. */
534 #undef HAVE_DECL_SYS_SIGLIST
535
536 /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
537    don't. */
538 #undef HAVE_DECL_TTYNAME
539
540 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
541    */
542 #undef HAVE_DECL_TZNAME
543
544 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
545    don't. */
546 #undef HAVE_DECL_WCWIDTH
547
548 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
549    don't. */
550 #undef HAVE_DECL__SYS_SIGLIST
551
552 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
553    don't. */
554 #undef HAVE_DECL___FPENDING
555
556 /* Define to 1 if you have the declaration of `__fsetlocking', and to 0 if you
557    don't. */
558 #undef HAVE_DECL___FSETLOCKING
559
560 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
561    don't. */
562 #undef HAVE_DECL___SYS_SIGLIST
563
564 /* Define to 1 if you have the `directio' function. */
565 #undef HAVE_DIRECTIO
566
567 /* Define to 1 if you have the <dirent.h> header file. */
568 #undef HAVE_DIRENT_H
569
570 /* Define to 1 if you have the `dirfd' function. */
571 #undef HAVE_DIRFD
572
573 /* Define to 1 if you have the `dup2' function. */
574 #undef HAVE_DUP2
575
576 /* Define to 1 if you have the <dustat.h> header file. */
577 #undef HAVE_DUSTAT_H
578
579 /* Define to 1 if you have the `eaccess' function. */
580 #undef HAVE_EACCESS
581
582 /* Define to 1 if you have the `endgrent' function. */
583 #undef HAVE_ENDGRENT
584
585 /* Define to 1 if you have the `endpwent' function. */
586 #undef HAVE_ENDPWENT
587
588 /* Define if you have the declaration of environ. */
589 #undef HAVE_ENVIRON_DECL
590
591 /* Define to 1 if you have the `euidaccess' function. */
592 #undef HAVE_EUIDACCESS
593
594 /* Define to 1 if you have the `fchdir' function. */
595 #undef HAVE_FCHDIR
596
597 /* Define to 1 if you have the `fchmod' function. */
598 #undef HAVE_FCHMOD
599
600 /* Define to 1 if you have the `fchmodat' function. */
601 #undef HAVE_FCHMODAT
602
603 /* Define to 1 if you have the `fchown' function. */
604 #undef HAVE_FCHOWN
605
606 /* Define to 1 if you have the <fcntl.h> header file. */
607 #undef HAVE_FCNTL_H
608
609 /* Define to 1 if you have the `fdatasync' function. */
610 #undef HAVE_FDATASYNC
611
612 /* Define to 1 if you have the `fdopendir' function. */
613 #undef HAVE_FDOPENDIR
614
615 /* Define to 1 if pipes are FIFOs, 0 if sockets. Leave undefined if not known.
616    */
617 #undef HAVE_FIFO_PIPES
618
619 /* Define to 1 if you have the `flockfile' function. */
620 #undef HAVE_FLOCKFILE
621
622 /* Define to 1 if you have the `fork' function. */
623 #undef HAVE_FORK
624
625 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
626 #undef HAVE_FSEEKO
627
628 /* Define to 1 if you have the <fs_info.h> header file. */
629 #undef HAVE_FS_INFO_H
630
631 /* Define to 1 if you have the `fs_stat_dev' function. */
632 #undef HAVE_FS_STAT_DEV
633
634 /* Define to 1 if you have the `ftruncate' function. */
635 #undef HAVE_FTRUNCATE
636
637 /* Define to 1 if you have the `funlockfile' function. */
638 #undef HAVE_FUNLOCKFILE
639
640 /* Define to 1 if you have the `futimes' function. */
641 #undef HAVE_FUTIMES
642
643 /* Define to 1 if you have the `futimesat' function. */
644 #undef HAVE_FUTIMESAT
645
646 /* Define to 1 if you have the `gai_strerror' function. */
647 #undef HAVE_GAI_STRERROR
648
649 /* Define to 1 if you have the `getaddrinfo' function. */
650 #undef HAVE_GETADDRINFO
651
652 /* Define to 1 if you have the `getdelim' function. */
653 #undef HAVE_GETDELIM
654
655 /* Define to 1 if your system has a working `getgroups' function. */
656 #undef HAVE_GETGROUPS
657
658 /* Define to 1 if you have the `gethostbyname' function. */
659 #undef HAVE_GETHOSTBYNAME
660
661 /* Define to 1 if you have the `gethostid' function. */
662 #undef HAVE_GETHOSTID
663
664 /* Define to 1 if you have the `gethostname' function. */
665 #undef HAVE_GETHOSTNAME
666
667 /* Define to 1 if you have the `getloadavg' function. */
668 #undef HAVE_GETLOADAVG
669
670 /* Define to 1 if you have the `getmntent' function. */
671 #undef HAVE_GETMNTENT
672
673 /* Define to 1 if you have the `getmntinfo' function. */
674 #undef HAVE_GETMNTINFO
675
676 /* Define to 1 if you have the <getopt.h> header file. */
677 #undef HAVE_GETOPT_H
678
679 /* Define to 1 if you have the `getopt_long_only' function. */
680 #undef HAVE_GETOPT_LONG_ONLY
681
682 /* Define to 1 if you have the `getpagesize' function. */
683 #undef HAVE_GETPAGESIZE
684
685 /* Define to 1 if you have the `getspnam' function. */
686 #undef HAVE_GETSPNAM
687
688 /* Define to 1 if you have the `getsysinfo' function. */
689 #undef HAVE_GETSYSINFO
690
691 /* Define if the GNU gettext() function is already present or preinstalled. */
692 #undef HAVE_GETTEXT
693
694 /* Define to 1 if you have the `gettimeofday' function. */
695 #undef HAVE_GETTIMEOFDAY
696
697 /* Define to 1 if you have the `getusershell' function. */
698 #undef HAVE_GETUSERSHELL
699
700 /* Define to 1 if you have the <grp.h> header file. */
701 #undef HAVE_GRP_H
702
703 /* Define to 1 if you have the `hasmntopt' function. */
704 #undef HAVE_HASMNTOPT
705
706 /* Define to 1 if you have the <hurd.h> header file. */
707 #undef HAVE_HURD_H
708
709 /* Define if you have the iconv() function. */
710 #undef HAVE_ICONV
711
712 /* Define to 1 if you have the `inet_ntop' function. */
713 #undef HAVE_INET_NTOP
714
715 /* Define to 1 if you have the `initgroups' function. */
716 #undef HAVE_INITGROUPS
717
718 /* Define to 1 if the compiler supports one of the keywords 'inline',
719    '__inline__', '__inline' and effectively inlines functions marked as such.
720    */
721 #undef HAVE_INLINE
722
723 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
724 #undef HAVE_INTMAX_T
725
726 /* Define to 1 if you have the <inttypes.h> header file. */
727 #undef HAVE_INTTYPES_H
728
729 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
730    declares uintmax_t. */
731 #undef HAVE_INTTYPES_H_WITH_UINTMAX
732
733 /* Define to 1 if you have the <io.h> header file. */
734 #undef HAVE_IO_H
735
736 /* Define to 1 if <sys/socket.h> defines AF_INET. */
737 #undef HAVE_IPV4
738
739 /* Define to 1 if <sys/socket.h> defines AF_INET6. */
740 #undef HAVE_IPV6
741
742 /* Define to 1 if you have the `isapipe' function. */
743 #undef HAVE_ISAPIPE
744
745 /* Define to 1 if you have the `isascii' function. */
746 #undef HAVE_ISASCII
747
748 /* Define to 1 if you have the `iswcntrl' function. */
749 #undef HAVE_ISWCNTRL
750
751 /* Define to 1 if you have the `iswctype' function. */
752 #undef HAVE_ISWCTYPE
753
754 /* Define to 1 if you have the `iswspace' function. */
755 #undef HAVE_ISWSPACE
756
757 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
758 #undef HAVE_LANGINFO_CODESET
759
760 /* Define to 1 if you have the `lchmod' function. */
761 #undef HAVE_LCHMOD
762
763 /* Define to 1 if you have the `lchown' function. */
764 #undef HAVE_LCHOWN
765
766 /* Define to 1 if you have the `dgc' library (-ldgc). */
767 #undef HAVE_LIBDGC
768
769 /* Define to 1 if you have the <libgen.h> header file. */
770 #undef HAVE_LIBGEN_H
771
772 /* Define to 1 if you have the `kstat' library (-lkstat). */
773 #undef HAVE_LIBKSTAT
774
775 /* Define to 1 if you have the `ldgc' library (-lldgc). */
776 #undef HAVE_LIBLDGC
777
778 /* Define to 1 if you have the `os' library (-los). */
779 #undef HAVE_LIBOS
780
781 /* Define to 1 if you have the `ypsec' library (-lypsec). */
782 #undef HAVE_LIBYPSEC
783
784 /* Define to 1 if you have the `listmntent' function. */
785 #undef HAVE_LISTMNTENT
786
787 /* Define to 1 if you have the <locale.h> header file. */
788 #undef HAVE_LOCALE_H
789
790 /* Define to 1 if the type `long double' works and has more range or precision
791    than `double'. */
792 #undef HAVE_LONG_DOUBLE
793
794 /* Define to 1 if the type `long double' works and has more range or precision
795    than `double'. */
796 #undef HAVE_LONG_DOUBLE_WIDER
797
798 /* Define to 1 if you support file names longer than 14 characters. */
799 #undef HAVE_LONG_FILE_NAMES
800
801 /* Define if you have the 'long long' type. */
802 #undef HAVE_LONG_LONG
803
804 /* Define to 1 if the system has the type `long long int'. */
805 #undef HAVE_LONG_LONG_INT
806
807 /* Define to 1 if you have the `lstat' function. */
808 #undef HAVE_LSTAT
809
810 /* Define to 1 if `lstat' has the bug that it succeeds when given the
811    zero-length file name argument. */
812 #undef HAVE_LSTAT_EMPTY_STRING_BUG
813
814 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
815 #undef HAVE_MACHINE_HAL_SYSINFO_H
816
817 /* Define to 1 if you have the <mach/mach.h> header file. */
818 #undef HAVE_MACH_MACH_H
819
820 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
821    to 0 otherwise. */
822 #undef HAVE_MALLOC
823
824 /* Define to 1 if you have the `mblen' function. */
825 #undef HAVE_MBLEN
826
827 /* Define to 1 if you have the `mbrlen' function. */
828 #undef HAVE_MBRLEN
829
830 /* Define to 1 if you have the `mbrtowc' function. */
831 #undef HAVE_MBRTOWC
832
833 /* Define to 1 if you have the `mbsinit' function. */
834 #undef HAVE_MBSINIT
835
836 /* Define to 1 if you have the `mbsrtowcs' function. */
837 #undef HAVE_MBSRTOWCS
838
839 /* Define to 1 if <wchar.h> declares mbstate_t. */
840 #undef HAVE_MBSTATE_T
841
842 /* Define to 1 if you have the `memchr' function. */
843 #undef HAVE_MEMCHR
844
845 /* Define to 1 if you have the `memcpy' function. */
846 #undef HAVE_MEMCPY
847
848 /* Define to 1 if you have the `memmove' function. */
849 #undef HAVE_MEMMOVE
850
851 /* Define to 1 if you have the <memory.h> header file. */
852 #undef HAVE_MEMORY_H
853
854 /* Define to 1 if you have the `mempcpy' function. */
855 #undef HAVE_MEMPCPY
856
857 /* Define to 1 if you have the `memrchr' function. */
858 #undef HAVE_MEMRCHR
859
860 /* Define to 1 if you have the `memset' function. */
861 #undef HAVE_MEMSET
862
863 /* Define to 1 if you have the `microuptime' function. */
864 #undef HAVE_MICROUPTIME
865
866 /* Define to 1 if you have the `mkdirat' function. */
867 #undef HAVE_MKDIRAT
868
869 /* Define to 1 if you have the `mkfifo' function. */
870 #undef HAVE_MKFIFO
871
872 /* Define to 1 if you have the <mntent.h> header file. */
873 #undef HAVE_MNTENT_H
874
875 /* Define to 1 if you have the `nanotime' function. */
876 #undef HAVE_NANOTIME
877
878 /* Define to 1 if you have the `nanouptime' function. */
879 #undef HAVE_NANOUPTIME
880
881 /* Define to 1 if you have the <netdb.h> header file. */
882 #undef HAVE_NETDB_H
883
884 /* Define to 1 if you have the <netinet/in.h> header file. */
885 #undef HAVE_NETINET_IN_H
886
887 /* Define to 1 if you have the `next_dev' function. */
888 #undef HAVE_NEXT_DEV
889
890 /* Define to 1 if you have the <nfs/nfs_client.h> header file. */
891 #undef HAVE_NFS_NFS_CLIENT_H
892
893 /* Define to 1 if you have the <nfs/vfs.h> header file. */
894 #undef HAVE_NFS_VFS_H
895
896 /* Define to 1 if you have the `nice' function. */
897 #undef HAVE_NICE
898
899 /* Define to 1 if you have the <nlist.h> header file. */
900 #undef HAVE_NLIST_H
901
902 /* Define to 1 if libc includes obstacks. */
903 #undef HAVE_OBSTACK
904
905 /* Define to 1 if you have the `openat' function. */
906 #undef HAVE_OPENAT
907
908 /* Define to 1 if you have the <OS.h> header file. */
909 #undef HAVE_OS_H
910
911 /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
912    setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
913    defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
914    */
915 #undef HAVE_PARTLY_WORKING_GETCWD
916
917 /* Define to 1 if you have the `pathconf' function. */
918 #undef HAVE_PATHCONF
919
920 /* Define to 1 if you have the <paths.h> header file. */
921 #undef HAVE_PATHS_H
922
923 /* Define to 1 if you have the `pipe' function. */
924 #undef HAVE_PIPE
925
926 /* Define to 1 if you have the <priv.h> header file. */
927 #undef HAVE_PRIV_H
928
929 /* Define if your system has the /proc/uptime special file. */
930 #undef HAVE_PROC_UPTIME
931
932 /* Define to 1 if you have the `pstat_getdynamic' function. */
933 #undef HAVE_PSTAT_GETDYNAMIC
934
935 /* Define to 1 if you have the `pstat_getstatic' function. */
936 #undef HAVE_PSTAT_GETSTATIC
937
938 /* Define to 1 if the system has the type `ptrdiff_t'. */
939 #undef HAVE_PTRDIFF_T
940
941 /* Define to 1 if you have the <pwd.h> header file. */
942 #undef HAVE_PWD_H
943
944 /* Define to 1 if you have the `raise' function. */
945 #undef HAVE_RAISE
946
947 /* Define to 1 if you have the `readlink' function. */
948 #undef HAVE_READLINK
949
950 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
951    and to 0 otherwise. */
952 #undef HAVE_REALLOC
953
954 /* Define to 1 if you have the `resolvepath' function. */
955 #undef HAVE_RESOLVEPATH
956
957 /* Define to 1 if you have the `rmdir' function. */
958 #undef HAVE_RMDIR
959
960 /* Define to 1 if you have the `rpmatch' function. */
961 #undef HAVE_RPMATCH
962
963 /* Define to 1 if you have run the test for working tzset. */
964 #undef HAVE_RUN_TZSET_TEST
965
966 /* Define to 1 if you have the <search.h> header file. */
967 #undef HAVE_SEARCH_H
968
969 /* Define to 1 if you have the `setenv' function. */
970 #undef HAVE_SETENV
971
972 /* Define to 1 if you have the `setgroups' function. */
973 #undef HAVE_SETGROUPS
974
975 /* Define to 1 if you have the `sethostname' function. */
976 #undef HAVE_SETHOSTNAME
977
978 /* Define to 1 if you have the `settimeofday' function. */
979 #undef HAVE_SETTIMEOFDAY
980
981 /* Define to 1 if you have the <shadow.h> header file. */
982 #undef HAVE_SHADOW_H
983
984 /* Define to 1 if you have the `sig2str' function. */
985 #undef HAVE_SIG2STR
986
987 /* Define to 1 if you have the `siginterrupt' function. */
988 #undef HAVE_SIGINTERRUPT
989
990 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
991 #undef HAVE_SIGNED_SIG_ATOMIC_T
992
993 /* Define to 1 if 'wchar_t' is a signed integer type. */
994 #undef HAVE_SIGNED_WCHAR_T
995
996 /* Define to 1 if 'wint_t' is a signed integer type. */
997 #undef HAVE_SIGNED_WINT_T
998
999 /* Define to 1 if you have the `snprintf' function. */
1000 #undef HAVE_SNPRINTF
1001
1002 /* Define to 1 if stdbool.h conforms to C99. */
1003 #undef HAVE_STDBOOL_H
1004
1005 /* Define to 1 if you have the <stdint.h> header file. */
1006 #undef HAVE_STDINT_H
1007
1008 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1009    uintmax_t. */
1010 #undef HAVE_STDINT_H_WITH_UINTMAX
1011
1012 /* Define to 1 if you have the <stdio_ext.h> header file. */
1013 #undef HAVE_STDIO_EXT_H
1014
1015 /* Define to 1 if you have the <stdio.h> header file. */
1016 #undef HAVE_STDIO_H
1017
1018 /* Define to 1 if you have the <stdlib.h> header file. */
1019 #undef HAVE_STDLIB_H
1020
1021 /* Define to 1 if you have the `stime' function. */
1022 #undef HAVE_STIME
1023
1024 /* Define to 1 if you have the `stpcpy' function. */
1025 #undef HAVE_STPCPY
1026
1027 /* Define to 1 if you have the `strcoll' function and it is properly defined.
1028    */
1029 #undef HAVE_STRCOLL
1030
1031 /* Define to 1 if you have the `strcspn' function. */
1032 #undef HAVE_STRCSPN
1033
1034 /* Define to 1 if you have the `strdup' function. */
1035 #undef HAVE_STRDUP
1036
1037 /* Define to 1 if you have the `strerror_r' function. */
1038 #undef HAVE_STRERROR_R
1039
1040 /* Define to 1 if you have the <strings.h> header file. */
1041 #undef HAVE_STRINGS_H
1042
1043 /* Define to 1 if you have the <string.h> header file. */
1044 #undef HAVE_STRING_H
1045
1046 /* Define if you have the strndup() function and it works. */
1047 #undef HAVE_STRNDUP
1048
1049 /* Define to 1 if you have the <stropts.h> header file. */
1050 #undef HAVE_STROPTS_H
1051
1052 /* Define to 1 if you have the `strpbrk' function. */
1053 #undef HAVE_STRPBRK
1054
1055 /* Define to 1 if you have the `strtoimax' function. */
1056 #undef HAVE_STRTOIMAX
1057
1058 /* Define to 1 if you have the `strtol' function. */
1059 #undef HAVE_STRTOL
1060
1061 /* Define to 1 if you have the `strtoll' function. */
1062 #undef HAVE_STRTOLL
1063
1064 /* Define to 1 if you have the `strtoul' function. */
1065 #undef HAVE_STRTOUL
1066
1067 /* Define to 1 if you have the `strtoull' function. */
1068 #undef HAVE_STRTOULL
1069
1070 /* Define to 1 if you have the `strtoumax' function. */
1071 #undef HAVE_STRTOUMAX
1072
1073 /* Define to 1 if the system has the type `struct addrinfo'. */
1074 #undef HAVE_STRUCT_ADDRINFO
1075
1076 /* Define if there is a member named d_type in the struct describing directory
1077    headers. */
1078 #undef HAVE_STRUCT_DIRENT_D_TYPE
1079
1080 /* Define to 1 if `f_fstypename' is member of `struct fsstat'. */
1081 #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
1082
1083 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
1084 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
1085
1086 /* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
1087 #undef HAVE_STRUCT_SPWD_SP_PWDP
1088
1089 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
1090 #undef HAVE_STRUCT_STATFS_F_FSTYPENAME
1091
1092 /* Define to 1 if `f_namelen' is member of `struct statfs'. */
1093 #undef HAVE_STRUCT_STATFS_F_NAMELEN
1094
1095 /* Define to 1 if `f_type' is member of `struct statfs'. */
1096 #undef HAVE_STRUCT_STATFS_F_TYPE
1097
1098 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
1099 #undef HAVE_STRUCT_STATVFS_F_BASETYPE
1100
1101 /* Define to 1 if `f_fstypename' is member of `struct statvfs'. */
1102 #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME
1103
1104 /* Define to 1 if `f_namemax' is member of `struct statvfs'. */
1105 #undef HAVE_STRUCT_STATVFS_F_NAMEMAX
1106
1107 /* Define to 1 if `f_type' is member of `struct statvfs'. */
1108 #undef HAVE_STRUCT_STATVFS_F_TYPE
1109
1110 /* Define to 1 if `st_atimensec' is member of `struct stat'. */
1111 #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
1112
1113 /* Define to 1 if `st_atimespec.tv_nsec' is member of `struct stat'. */
1114 #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
1115
1116 /* Define to 1 if `st_atim.st__tim.tv_nsec' is member of `struct stat'. */
1117 #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
1118
1119 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
1120 #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
1121
1122 /* Define to 1 if `st_author' is member of `struct stat'. */
1123 #undef HAVE_STRUCT_STAT_ST_AUTHOR
1124
1125 /* Define to 1 if `st_blocks' is member of `struct stat'. */
1126 #undef HAVE_STRUCT_STAT_ST_BLOCKS
1127
1128 /* Define to 1 if `st_spare1' is member of `struct stat'. */
1129 #undef HAVE_STRUCT_STAT_ST_SPARE1
1130
1131 /* Define to 1 if `tm_zone' is member of `struct tm'. */
1132 #undef HAVE_STRUCT_TM_TM_ZONE
1133
1134 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
1135    have utime.h but don't declare the struct anywhere. */
1136 #undef HAVE_STRUCT_UTIMBUF
1137
1138 /* Define to 1 if `ut_exit' is member of `struct utmpx'. */
1139 #undef HAVE_STRUCT_UTMPX_UT_EXIT
1140
1141 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmpx'. */
1142 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT
1143
1144 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmpx'. */
1145 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
1146
1147 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmpx'. */
1148 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT
1149
1150 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmpx'. */
1151 #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION
1152
1153 /* Define to 1 if `ut_id' is member of `struct utmpx'. */
1154 #undef HAVE_STRUCT_UTMPX_UT_ID
1155
1156 /* Define to 1 if `ut_name' is member of `struct utmpx'. */
1157 #undef HAVE_STRUCT_UTMPX_UT_NAME
1158
1159 /* Define to 1 if `ut_pid' is member of `struct utmpx'. */
1160 #undef HAVE_STRUCT_UTMPX_UT_PID
1161
1162 /* Define to 1 if `ut_type' is member of `struct utmpx'. */
1163 #undef HAVE_STRUCT_UTMPX_UT_TYPE
1164
1165 /* Define to 1 if `ut_user' is member of `struct utmpx'. */
1166 #undef HAVE_STRUCT_UTMPX_UT_USER
1167
1168 /* Define to 1 if `ut_exit' is member of `struct utmp'. */
1169 #undef HAVE_STRUCT_UTMP_UT_EXIT
1170
1171 /* Define to 1 if `ut_exit.e_exit' is member of `struct utmp'. */
1172 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT
1173
1174 /* Define to 1 if `ut_exit.e_termination' is member of `struct utmp'. */
1175 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
1176
1177 /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmp'. */
1178 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT
1179
1180 /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmp'. */
1181 #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION
1182
1183 /* Define to 1 if `ut_id' is member of `struct utmp'. */
1184 #undef HAVE_STRUCT_UTMP_UT_ID
1185
1186 /* Define to 1 if `ut_name' is member of `struct utmp'. */
1187 #undef HAVE_STRUCT_UTMP_UT_NAME
1188
1189 /* Define to 1 if `ut_pid' is member of `struct utmp'. */
1190 #undef HAVE_STRUCT_UTMP_UT_PID
1191
1192 /* Define to 1 if `ut_type' is member of `struct utmp'. */
1193 #undef HAVE_STRUCT_UTMP_UT_TYPE
1194
1195 /* Define to 1 if `ut_user' is member of `struct utmp'. */
1196 #undef HAVE_STRUCT_UTMP_UT_USER
1197
1198 /* Define to 1 if you have the `strverscmp' function. */
1199 #undef HAVE_STRVERSCMP
1200
1201 /* Define to 1 if you have the `strxfrm' function. */
1202 #undef HAVE_STRXFRM
1203
1204 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
1205    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
1206 #undef HAVE_ST_BLOCKS
1207
1208 /* Define if struct stat has an st_dm_mode member. */
1209 #undef HAVE_ST_DM_MODE
1210
1211 /* Define to 1 if you have the `sync' function. */
1212 #undef HAVE_SYNC
1213
1214 /* Define to 1 if you have the `sysctl' function. */
1215 #undef HAVE_SYSCTL
1216
1217 /* Define to 1 if you have the `sysinfo' function. */
1218 #undef HAVE_SYSINFO
1219
1220 /* FIXME */
1221 #undef HAVE_SYSLOG
1222
1223 /* Define to 1 if you have the <syslog.h> header file. */
1224 #undef HAVE_SYSLOG_H
1225
1226 /* Define to 1 if you have the `sysmp' function. */
1227 #undef HAVE_SYSMP
1228
1229 /* Define to 1 if you have the <sys/acl.h> header file. */
1230 #undef HAVE_SYS_ACL_H
1231
1232 /* Define to 1 if you have the <sys/bitypes.h> header file. */
1233 #undef HAVE_SYS_BITYPES_H
1234
1235 /* Define to 1 if you have the <sys/filsys.h> header file. */
1236 #undef HAVE_SYS_FILSYS_H
1237
1238 /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
1239 #undef HAVE_SYS_FS_S5PARAM_H
1240
1241 /* Define to 1 if you have the <sys/fs_types.h> header file. */
1242 #undef HAVE_SYS_FS_TYPES_H
1243
1244 /* Define to 1 if you have the <sys/inttypes.h> header file. */
1245 #undef HAVE_SYS_INTTYPES_H
1246
1247 /* Define to 1 if you have the <sys/ioctl.h> header file. */
1248 #undef HAVE_SYS_IOCTL_H
1249
1250 /* Define to 1 if you have the <sys/mntent.h> header file. */
1251 #undef HAVE_SYS_MNTENT_H
1252
1253 /* Define to 1 if you have the <sys/mount.h> header file. */
1254 #undef HAVE_SYS_MOUNT_H
1255
1256 /* Define to 1 if you have the <sys/param.h> header file. */
1257 #undef HAVE_SYS_PARAM_H
1258
1259 /* Define to 1 if you have the <sys/pstat.h> header file. */
1260 #undef HAVE_SYS_PSTAT_H
1261
1262 /* Define to 1 if you have the <sys/resource.h> header file. */
1263 #undef HAVE_SYS_RESOURCE_H
1264
1265 /* Define to 1 if you have the <sys/select.h> header file. */
1266 #undef HAVE_SYS_SELECT_H
1267
1268 /* Define to 1 if you have the <sys/socket.h> header file. */
1269 #undef HAVE_SYS_SOCKET_H
1270
1271 /* Define to 1 if you have the <sys/statfs.h> header file. */
1272 #undef HAVE_SYS_STATFS_H
1273
1274 /* Define to 1 if you have the <sys/statvfs.h> header file. */
1275 #undef HAVE_SYS_STATVFS_H
1276
1277 /* Define to 1 if you have the <sys/stat.h> header file. */
1278 #undef HAVE_SYS_STAT_H
1279
1280 /* Define to 1 if you have the <sys/sysctl.h> header file. */
1281 #undef HAVE_SYS_SYSCTL_H
1282
1283 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
1284 #undef HAVE_SYS_SYSINFO_H
1285
1286 /* Define to 1 if you have the <sys/sysmp.h> header file. */
1287 #undef HAVE_SYS_SYSMP_H
1288
1289 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
1290 #undef HAVE_SYS_SYSTEMCFG_H
1291
1292 /* Define to 1 if you have the <sys/systeminfo.h> header file. */
1293 #undef HAVE_SYS_SYSTEMINFO_H
1294
1295 /* Define to 1 if you have the <sys/table.h> header file. */
1296 #undef HAVE_SYS_TABLE_H
1297
1298 /* Define to 1 if you have the <sys/timeb.h> header file. */
1299 #undef HAVE_SYS_TIMEB_H
1300
1301 /* Define to 1 if you have the <sys/time.h> header file. */
1302 #undef HAVE_SYS_TIME_H
1303
1304 /* Define to 1 if you have the <sys/types.h> header file. */
1305 #undef HAVE_SYS_TYPES_H
1306
1307 /* Define to 1 if you have the <sys/ucred.h> header file. */
1308 #undef HAVE_SYS_UCRED_H
1309
1310 /* Define to 1 if you have the <sys/vfs.h> header file. */
1311 #undef HAVE_SYS_VFS_H
1312
1313 /* Define to 1 if you have the <sys/wait.h> header file. */
1314 #undef HAVE_SYS_WAIT_H
1315
1316 /* Define to 1 if you have the `table' function. */
1317 #undef HAVE_TABLE
1318
1319 /* Define to 1 if you have the `tcgetattr' function. */
1320 #undef HAVE_TCGETATTR
1321
1322 /* Define to 1 if you have the `tcgetpgrp' function. */
1323 #undef HAVE_TCGETPGRP
1324
1325 /* Define to 1 if you have the `tcsetattr' function. */
1326 #undef HAVE_TCSETATTR
1327
1328 /* Define to 1 if you have the <termios.h> header file. */
1329 #undef HAVE_TERMIOS_H
1330
1331 /* Define to 1 if you have the <time.h> header file. */
1332 #undef HAVE_TIME_H
1333
1334 /* Define if struct tm has the tm_gmtoff member. */
1335 #undef HAVE_TM_GMTOFF
1336
1337 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1338    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1339 #undef HAVE_TM_ZONE
1340
1341 /* Define to 1 if you have the `tsearch' function. */
1342 #undef HAVE_TSEARCH
1343
1344 /* Define to 1 if you don't have `tm_zone' but do have the external array
1345    `tzname'. */
1346 #undef HAVE_TZNAME
1347
1348 /* Define to 1 if you have the `tzset' function. */
1349 #undef HAVE_TZSET
1350
1351 /* Define to 1 if you have the `uname' function. */
1352 #undef HAVE_UNAME
1353
1354 /* Define to 1 if you have the <unistd.h> header file. */
1355 #undef HAVE_UNISTD_H
1356
1357 /* Define to 1 if you have the `unsetenv' function. */
1358 #undef HAVE_UNSETENV
1359
1360 /* Define to 1 if the system has the type `unsigned long long int'. */
1361 #undef HAVE_UNSIGNED_LONG_LONG_INT
1362
1363 /* Define if utimes accepts a null argument */
1364 #undef HAVE_UTIMES_NULL
1365
1366 /* Define to 1 if you have the <utime.h> header file. */
1367 #undef HAVE_UTIME_H
1368
1369 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
1370 #undef HAVE_UTIME_NULL
1371
1372 /* Define to 1 if you have the `utmpname' function. */
1373 #undef HAVE_UTMPNAME
1374
1375 /* Define to 1 if you have the `utmpxname' function. */
1376 #undef HAVE_UTMPXNAME
1377
1378 /* Define to 1 if you have the <utmpx.h> header file. */
1379 #undef HAVE_UTMPX_H
1380
1381 /* Define to 1 if you have the <utmp.h> header file. */
1382 #undef HAVE_UTMP_H
1383
1384 /* FIXME */
1385 #undef HAVE_UT_HOST
1386
1387 /* Define to 1 if you have the `vasnprintf' function. */
1388 #undef HAVE_VASNPRINTF
1389
1390 /* Define to 1 if you have the `vasprintf' function. */
1391 #undef HAVE_VASPRINTF
1392
1393 /* Define to 1 if you have the `vfork' function. */
1394 #undef HAVE_VFORK
1395
1396 /* Define to 1 if you have the <vfork.h> header file. */
1397 #undef HAVE_VFORK_H
1398
1399 /* Define to 1 if you have the <wchar.h> header file. */
1400 #undef HAVE_WCHAR_H
1401
1402 /* Define if you have the 'wchar_t' type. */
1403 #undef HAVE_WCHAR_T
1404
1405 /* Define to 1 if you have the `wcrtomb' function. */
1406 #undef HAVE_WCRTOMB
1407
1408 /* Define to 1 if you have the `wcscoll' function. */
1409 #undef HAVE_WCSCOLL
1410
1411 /* Define to 1 if you have the `wcslen' function. */
1412 #undef HAVE_WCSLEN
1413
1414 /* Define to 1 if you have the <wctype.h> header file. */
1415 #undef HAVE_WCTYPE_H
1416
1417 /* Define to 1 if you have the `wcwidth' function. */
1418 #undef HAVE_WCWIDTH
1419
1420 /* Define to 1 if you have the <winsock2.h> header file. */
1421 #undef HAVE_WINSOCK2_H
1422
1423 /* Define if you have the 'wint_t' type. */
1424 #undef HAVE_WINT_T
1425
1426 /* Define to 1 if you have the `wmemchr' function. */
1427 #undef HAVE_WMEMCHR
1428
1429 /* Define to 1 if you have the `wmemcpy' function. */
1430 #undef HAVE_WMEMCPY
1431
1432 /* Define to 1 if you have the `wmempcpy' function. */
1433 #undef HAVE_WMEMPCPY
1434
1435 /* Define to 1 if `fork' works. */
1436 #undef HAVE_WORKING_FORK
1437
1438 /* Define to 1 if O_NOATIME works. */
1439 #undef HAVE_WORKING_O_NOATIME
1440
1441 /* Define to 1 if O_NOFOLLOW works. */
1442 #undef HAVE_WORKING_O_NOFOLLOW
1443
1444 /* Define if utimes works properly. */
1445 #undef HAVE_WORKING_UTIMES
1446
1447 /* Define to 1 if `vfork' works. */
1448 #undef HAVE_WORKING_VFORK
1449
1450 /* Define to 1 if you have the <ws2tcpip.h> header file. */
1451 #undef HAVE_WS2TCPIP_H
1452
1453 /* Define to 1 if the system has the type `_Bool'. */
1454 #undef HAVE__BOOL
1455
1456 /* Define to 1 if you have the `_ftime' function. */
1457 #undef HAVE__FTIME
1458
1459 /* Define to 1 if you have the external variable, _system_configuration with a
1460    member named physmem. */
1461 #undef HAVE__SYSTEM_CONFIGURATION
1462
1463 /* Define to 1 if you have the `__fpending' function. */
1464 #undef HAVE___FPENDING
1465
1466 /* Define to 1 if you have the `__fsetlocking' function. */
1467 #undef HAVE___FSETLOCKING
1468
1469 /* The host operating system. */
1470 #undef HOST_OPERATING_SYSTEM
1471
1472 /* Define as const if the declaration of iconv() needs const. */
1473 #undef ICONV_CONST
1474
1475 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
1476 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
1477 #else
1478 # define ISSLASH(C) ((C) == '/')
1479 #endif
1480
1481 /* Define if `link(2)' dereferences symbolic links. */
1482 #undef LINK_FOLLOWS_SYMLINKS
1483
1484 /* FIXME */
1485 #undef LOCALTIME_CACHE
1486
1487 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
1488    slash. */
1489 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
1490
1491 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
1492    */
1493 #undef MAJOR_IN_MKDEV
1494
1495 /* Define to 1 if `major', `minor', and `makedev' are declared in
1496    <sysmacros.h>. */
1497 #undef MAJOR_IN_SYSMACROS
1498
1499 /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
1500 #undef MALLOC_0_IS_NONNULL
1501
1502 /* Define if there is no specific function for reading the list of mounted
1503    file systems. fread will be used to read /etc/mnttab. (SVR2) */
1504 #undef MOUNTED_FREAD
1505
1506 /* Define if (like SVR2) there is no specific function for reading the list of
1507    mounted file systems, and your system has these header files: <sys/fstyp.h>
1508    and <sys/statfs.h>. (SVR3) */
1509 #undef MOUNTED_FREAD_FSTYP
1510
1511 /* Define if there are functions named next_dev and fs_stat_dev for reading
1512    the list of mounted file systems. (BeOS) */
1513 #undef MOUNTED_FS_STAT_DEV
1514
1515 /* Define if there is a function named getfsstat for reading the list of
1516    mounted file systems. (DEC Alpha running OSF/1) */
1517 #undef MOUNTED_GETFSSTAT
1518
1519 /* Define if there is a function named getmnt for reading the list of mounted
1520    file systems. (Ultrix) */
1521 #undef MOUNTED_GETMNT
1522
1523 /* Define if there is a function named getmntent for reading the list of
1524    mounted file systems, and that function takes a single argument. (4.3BSD,
1525    SunOS, HP-UX, Dynix, Irix) */
1526 #undef MOUNTED_GETMNTENT1
1527
1528 /* Define if there is a function named getmntent for reading the list of
1529    mounted file systems, and that function takes two arguments. (SVR4) */
1530 #undef MOUNTED_GETMNTENT2
1531
1532 /* Define if there is a function named getmntinfo for reading the list of
1533    mounted file systems and it returns an array of 'struct statfs'. (4.4BSD,
1534    Darwin) */
1535 #undef MOUNTED_GETMNTINFO
1536
1537 /* Define if there is a function named getmntinfo for reading the list of
1538    mounted file systems and it returns an array of 'struct statvfs'. (NetBSD
1539    3.0) */
1540 #undef MOUNTED_GETMNTINFO2
1541
1542 /* Define if there is a function named listmntent that can be used to list all
1543    mounted file systems. (UNICOS) */
1544 #undef MOUNTED_LISTMNTENT
1545
1546 /* Define if there is a function named mntctl that can be used to read the
1547    list of mounted file systems, and there is a system header file that
1548    declares `struct vmount.' (AIX) */
1549 #undef MOUNTED_VMOUNT
1550
1551 /* Define to 1 if assertions should be disabled. */
1552 #undef NDEBUG
1553
1554 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
1555    on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
1556 #undef NLIST_NAME_UNION
1557
1558 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1559 #undef NO_MINUS_C_MINUS_O
1560
1561 /* Name of package */
1562 #undef PACKAGE
1563
1564 /* Define to the address where bug reports for this package should be sent. */
1565 #undef PACKAGE_BUGREPORT
1566
1567 /* Define to the full name of this package. */
1568 #undef PACKAGE_NAME
1569
1570 /* Define to the full name and version of this package. */
1571 #undef PACKAGE_STRING
1572
1573 /* Define to the one symbol short name of this package. */
1574 #undef PACKAGE_TARNAME
1575
1576 /* Define to the version of this package. */
1577 #undef PACKAGE_VERSION
1578
1579 /* the number of pending output bytes on stream `fp' */
1580 #undef PENDING_OUTPUT_N_BYTES
1581
1582 /* Define to the maximum link count that a true pipe can have. */
1583 #undef PIPE_LINK_COUNT_MAX
1584
1585 /* Define this if you prefer euidaccess to return the correct result even if
1586    this would make it nonreentrant. Define this only if your entire
1587    application is safe even if the uid or gid might temporarily change. If
1588    your application uses signal handlers or threads it is probably not safe.
1589    */
1590 #undef PREFER_NONREENTRANT_EUIDACCESS
1591
1592 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
1593 #undef PRI_MACROS_BROKEN
1594
1595 /* Define to 1 if the C compiler supports function prototypes. */
1596 #undef PROTOTYPES
1597
1598 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1599    'ptrdiff_t'. */
1600 #undef PTRDIFF_T_SUFFIX
1601
1602 /* Define if rename does not work for source file names with a trailing slash,
1603    like the one from SunOS 4.1.1_U1. */
1604 #undef RENAME_TRAILING_SLASH_BUG
1605
1606 /* Define if vasnprintf exists but is overridden by gnulib. */
1607 #undef REPLACE_VASNPRINTF
1608
1609 /* Define if vasprintf exists but is overridden by gnulib. */
1610 #undef REPLACE_VASPRINTF
1611
1612 /* the value to which errno is set when rmdir fails on a nonempty directory */
1613 #undef RMDIR_ERRNO_NOT_EMPTY
1614
1615 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1616    'sig_atomic_t'. */
1617 #undef SIG_ATOMIC_T_SUFFIX
1618
1619 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1620    'size_t'. */
1621 #undef SIZE_T_SUFFIX
1622
1623 /* If using the C implementation of alloca, define if you know the
1624    direction of stack growth for your system; otherwise it will be
1625    automatically deduced at runtime.
1626         STACK_DIRECTION > 0 => grows toward higher addresses
1627         STACK_DIRECTION < 0 => grows toward lower addresses
1628         STACK_DIRECTION = 0 => direction of growth unknown */
1629 #undef STACK_DIRECTION
1630
1631 /* Define if the block counts reported by statfs may be truncated to 2GB and
1632    the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
1633    and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
1634    affected.) */
1635 #undef STATFS_TRUNCATES_BLOCK_COUNTS
1636
1637 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1638 #undef STAT_MACROS_BROKEN
1639
1640 /* Define if there is no specific function for reading file systems usage
1641    information and you have the <sys/filsys.h> header file. (SVR2) */
1642 #undef STAT_READ_FILSYS
1643
1644 /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
1645    (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
1646 #undef STAT_STATFS2_BSIZE
1647
1648 /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
1649    (4.4BSD, NetBSD) */
1650 #undef STAT_STATFS2_FSIZE
1651
1652 /* Define if statfs takes 2 args and the second argument has type struct
1653    fs_data. (Ultrix) */
1654 #undef STAT_STATFS2_FS_DATA
1655
1656 /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
1657 #undef STAT_STATFS3_OSF1
1658
1659 /* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
1660 #undef STAT_STATFS4
1661
1662 /* Define if there is a function named statvfs. (SVR4) */
1663 #undef STAT_STATVFS
1664
1665 /* Define to 1 if you have the ANSI C header files. */
1666 #undef STDC_HEADERS
1667
1668 /* Define to 1 if strerror_r returns char *. */
1669 #undef STRERROR_R_CHAR_P
1670
1671 /* Define to 1 if the f_fsid member of struct statfs is an integer. */
1672 #undef STRUCT_STATFS_F_FSID_IS_INTEGER
1673
1674 /* Define to 1 if the f_fsid member of struct statvfs is an integer. */
1675 #undef STRUCT_STATVFS_F_FSID_IS_INTEGER
1676
1677 /* Define to 1 on System V Release 4. */
1678 #undef SVR4
1679
1680 /* FIXME */
1681 #undef TERMIOS_NEEDS_XOPEN_SOURCE
1682
1683 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1684 #undef TIME_WITH_SYS_TIME
1685
1686 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1687 #undef TM_IN_SYS_TIME
1688
1689 /* Define to 1 if the type of the st_atim member of a struct stat is struct
1690    timespec. */
1691 #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
1692
1693 /* Define if tzset clobbers localtime's static buffer. */
1694 #undef TZSET_CLOBBERS_LOCALTIME
1695
1696 /* Define to 1 for Encore UMAX. */
1697 #undef UMAX
1698
1699 /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
1700    <sys/cpustats.h>. */
1701 #undef UMAX4_3
1702
1703 /* Define to 1 if unlink (dir) cannot possibly succeed. */
1704 #undef UNLINK_CANNOT_UNLINK_DIR
1705
1706 /* Define if you want access control list support. */
1707 #undef USE_ACL
1708
1709 /* Define to 1 if you want getc etc. to use unlocked I/O if available.
1710    Unlocked I/O can improve performance in unithreaded apps, but it is not
1711    safe for multithreaded apps. */
1712 #undef USE_UNLOCKED_IO
1713
1714 /* Version number of package */
1715 #undef VERSION
1716
1717 /* Define if unsetenv() returns void, not int. */
1718 #undef VOID_UNSETENV
1719
1720 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1721    'wchar_t'. */
1722 #undef WCHAR_T_SUFFIX
1723
1724 /* Define if sys/ptem.h is required for struct winsize. */
1725 #undef WINSIZE_IN_PTEM
1726
1727 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
1728    'wint_t'. */
1729 #undef WINT_T_SUFFIX
1730
1731 /* Define to 1 if your processor stores words with the most significant byte
1732    first (like Motorola and SPARC, unlike Intel and VAX). */
1733 #undef WORDS_BIGENDIAN
1734
1735 /* Define to 1 if on AIX 3.
1736    System headers sometimes define this.
1737    We just want to avoid a redefinition error message.  */
1738 #ifndef _ALL_SOURCE
1739 # undef _ALL_SOURCE
1740 #endif
1741
1742 /* Number of bits in a file offset, on hosts where this is settable. */
1743 #undef _FILE_OFFSET_BITS
1744
1745 /* Enable GNU extensions on systems that have them.  */
1746 #ifndef _GNU_SOURCE
1747 # undef _GNU_SOURCE
1748 #endif
1749
1750 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1751 #undef _LARGEFILE_SOURCE
1752
1753 /* Define for large files, on AIX-style hosts. */
1754 #undef _LARGE_FILES
1755
1756 /* Define to 1 if on MINIX. */
1757 #undef _MINIX
1758
1759 /* Define to 2 if the system does not provide POSIX.1 features except with
1760    this defined. */
1761 #undef _POSIX_1_SOURCE
1762
1763 /* Define to 1 if you need to in order for `stat' and other things to work. */
1764 #undef _POSIX_SOURCE
1765
1766 /* Define if you want regoff_t to be at least as wide POSIX requires. */
1767 #undef _REGEX_LARGE_OFFSETS
1768
1769 /* Enable extensions on Solaris.  */
1770 #ifndef __EXTENSIONS__
1771 # undef __EXTENSIONS__
1772 #endif
1773 #ifndef _POSIX_PTHREAD_SEMANTICS
1774 # undef _POSIX_PTHREAD_SEMANTICS
1775 #endif
1776 #ifndef _TANDEM_SOURCE
1777 # undef _TANDEM_SOURCE
1778 #endif
1779
1780 /* Define to rpl_ if the getopt replacement functions and variables should be
1781    used. */
1782 #undef __GETOPT_PREFIX
1783
1784 /* Define to rpl_ if the openat replacement function should be used. */
1785 #undef __OPENAT_PREFIX
1786
1787 /* Define like PROTOTYPES; this can be used by system headers. */
1788 #undef __PROTOTYPES
1789
1790 /* Define to rpl_calloc if the replacement function should be used. */
1791 #undef calloc
1792
1793 /* Define to rpl_fchownat if the replacement function should be used. */
1794 #undef fchownat
1795
1796 /* Define to a replacement function name for fnmatch(). */
1797 #undef fnmatch
1798
1799 /* Define to rpl_free if the replacement function should be used. */
1800 #undef free
1801
1802 /* Define as rpl_getgroups if getgroups doesn't work right. */
1803 #undef getgroups
1804
1805 /* Define to a replacement function name for getline(). */
1806 #undef getline
1807
1808 /* Define to a replacement function name for getpass(). */
1809 #undef getpass
1810
1811 /* Define to `int' if <sys/types.h> doesn't define. */
1812 #undef gid_t
1813
1814 /* A replacement for va_copy, if needed.  */
1815 #define gl_va_copy(a,b) ((a) = (b))
1816
1817 /* Define to rpl_gmtime if the replacement function should be used. */
1818 #undef gmtime
1819
1820 /* Define to `__inline__' or `__inline' if that's what the C compiler
1821    calls it, or to nothing if 'inline' is not supported under any name.  */
1822 #ifndef __cplusplus
1823 #undef inline
1824 #endif
1825
1826 /* Define to `unsigned long int' if <sys/types.h> does not define. */
1827 #undef ino_t
1828
1829 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
1830 #undef intmax_t
1831
1832 /* Define to rpl_localtime if the replacement function should be used. */
1833 #undef localtime
1834
1835 /* Define to `unsigned int' if <sys/types.h> does not define. */
1836 #undef major_t
1837
1838 /* Define to rpl_malloc if the replacement function should be used. */
1839 #undef malloc
1840
1841 /* Define to a type if <wchar.h> does not define. */
1842 #undef mbstate_t
1843
1844 /* Define to rpl_memcmp if the replacement function should be used. */
1845 #undef memcmp
1846
1847 /* Define to `unsigned int' if <sys/types.h> does not define. */
1848 #undef minor_t
1849
1850 /* Define to rpl_mkdir if the replacement function should be used. */
1851 #undef mkdir
1852
1853 /* Define to rpl_mktime if the replacement function should be used. */
1854 #undef mktime
1855
1856 /* Define to `int' if <sys/types.h> does not define. */
1857 #undef mode_t
1858
1859 /* Define to the name of the strftime replacement function. */
1860 #undef my_strftime
1861
1862 /* Define to `long int' if <sys/types.h> does not define. */
1863 #undef off_t
1864
1865 /* Define to `int' if <sys/types.h> does not define. */
1866 #undef pid_t
1867
1868 /* Define to rpl_putenv if the replacement function should be used. */
1869 #undef putenv
1870
1871 /* Define to rpl_re_comp if the replacement should be used. */
1872 #undef re_comp
1873
1874 /* Define to rpl_re_compile_fastmap if the replacement should be used. */
1875 #undef re_compile_fastmap
1876
1877 /* Define to rpl_re_compile_pattern if the replacement should be used. */
1878 #undef re_compile_pattern
1879
1880 /* Define to rpl_re_exec if the replacement should be used. */
1881 #undef re_exec
1882
1883 /* Define to rpl_re_match if the replacement should be used. */
1884 #undef re_match
1885
1886 /* Define to rpl_re_match_2 if the replacement should be used. */
1887 #undef re_match_2
1888
1889 /* Define to rpl_re_search if the replacement should be used. */
1890 #undef re_search
1891
1892 /* Define to rpl_re_search_2 if the replacement should be used. */
1893 #undef re_search_2
1894
1895 /* Define to rpl_re_set_registers if the replacement should be used. */
1896 #undef re_set_registers
1897
1898 /* Define to rpl_re_set_syntax if the replacement should be used. */
1899 #undef re_set_syntax
1900
1901 /* Define to rpl_re_syntax_options if the replacement should be used. */
1902 #undef re_syntax_options
1903
1904 /* Define to rpl_realloc if the replacement function should be used. */
1905 #undef realloc
1906
1907 /* Define to rpl_regcomp if the replacement should be used. */
1908 #undef regcomp
1909
1910 /* Define to rpl_regerror if the replacement should be used. */
1911 #undef regerror
1912
1913 /* Define to rpl_regexec if the replacement should be used. */
1914 #undef regexec
1915
1916 /* Define to rpl_regfree if the replacement should be used. */
1917 #undef regfree
1918
1919 /* Define to rpl_rename_dest_slash if the replacement function should be used.
1920    */
1921 #undef rename
1922
1923 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
1924    supported. Do not define if restrict is supported directly. */
1925 #undef restrict
1926
1927 /* Define to `unsigned int' if <sys/types.h> does not define. */
1928 #undef size_t
1929
1930 /* type to use in place of socklen_t if not defined */
1931 #undef socklen_t
1932
1933 /* Define as a signed type of the same size as size_t. */
1934 #undef ssize_t
1935
1936 /* Define to rpl_strnlen if the replacement function should be used. */
1937 #undef strnlen
1938
1939 /* Define to rpl_strtod if the replacement function should be used. */
1940 #undef strtod
1941
1942 /* Define to rpl_tzset if the wrapper function should be used. */
1943 #undef tzset
1944
1945 /* Define to `int' if <sys/types.h> doesn't define. */
1946 #undef uid_t
1947
1948 /* Define to rpl_utime if the replacement function should be used. */
1949 #undef utime
1950
1951 /* Define as a macro for copying va_list variables. */
1952 #undef va_copy
1953
1954 /* Define as `fork' if `vfork' does not work. */
1955 #undef vfork
1956
1957 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1958    code using `volatile' can become incorrect without. Disable with care. */
1959 #undef volatile