*** empty log message ***
[findutils.git] / config.h.in
blob15c912d725573d99ece7a2727c7aea49d8a6bd5f
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define if you have the Andrew File System. */
4 #undef AFS
6 /* Define to the function xargmatch calls on failures. */
7 #undef ARGMATCH_DIE
9 /* Define to the declaration of the xargmatch failure function. */
10 #undef ARGMATCH_DIE_DECL
12 /* Define if you want find -nouser and -nogroup to make tables of used UIDs
13 and GIDs at startup instead of using getpwuid or getgrgid when needed.
14 Speeds up -nouser and -nogroup unless you are running NIS or Hesiod, which
15 make password and group calls very expensive. */
16 #undef CACHE_IDS
18 /* Define if the `closedir' function returns void instead of `int'. */
19 #undef CLOSEDIR_VOID
21 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
22 This function is required for alloca.c support on those systems. */
23 #undef CRAY_STACKSEG_END
25 /* Define if using `alloca.c'. */
26 #undef C_ALLOCA
28 /* Define if there is a member named d_ino in the struct describing directory
29 headers. */
30 #undef D_INO_IN_DIRENT
32 /* Define if there is a member named d_type in the struct describing directory
33 headers. */
34 #undef D_TYPE_IN_DIRENT
36 /* Define to 1 if NLS is requested. */
37 #undef ENABLE_NLS
39 /* Define to use AIX3 statfs to get filesystem type. */
40 #undef FSTYPE_AIX_STATFS
42 /* Define to use Ultrix getmnt to get filesystem type. */
43 #undef FSTYPE_GETMNT
45 /* Define to use 4.3BSD getmntent to get filesystem type. */
46 #undef FSTYPE_MNTENT
48 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type. */
49 #undef FSTYPE_STATFS
51 /* Define to use SVR4 statvfs to get filesystem type. */
52 #undef FSTYPE_STATVFS
54 /* Define to use SVR3.2 statfs to get filesystem type. */
55 #undef FSTYPE_USG_STATFS
57 /* Define to the type of elements in the array set by `getgroups'. Usually
58 this is either `int' or `gid_t'. */
59 #undef GETGROUPS_T
61 /* The concatenation of the strings `GNU ', and PACKAGE. */
62 #undef GNU_PACKAGE
64 /* Define if you have the `acl' function. */
65 #undef HAVE_ACL
67 /* Define if you have the `alarm' function. */
68 #undef HAVE_ALARM
70 /* Define if you have `alloca', as a function or macro. */
71 #undef HAVE_ALLOCA
73 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
74 #undef HAVE_ALLOCA_H
76 /* Define if you have the <argz.h> header file. */
77 #undef HAVE_ARGZ_H
79 /* Define if you have the <arpa/inet.h> header file. */
80 #undef HAVE_ARPA_INET_H
82 /* Define if you have the `bcopy' function. */
83 #undef HAVE_BCOPY
85 /* Define if you have the `btowc' function. */
86 #undef HAVE_BTOWC
88 /* Define if you have the `bzero' function. */
89 #undef HAVE_BZERO
91 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
92 #undef HAVE_CATGETS
94 /* Define if you have the `clock_gettime' function. */
95 #undef HAVE_CLOCK_GETTIME
97 /* Define if backslash-a works in C strings. */
98 #undef HAVE_C_BACKSLASH_A
100 /* Define if you have the `dcgettext' function. */
101 #undef HAVE_DCGETTEXT
103 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
105 #undef HAVE_DECL_FREE
107 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
109 #undef HAVE_DECL_GETENV
111 /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
112 don't. */
113 #undef HAVE_DECL_GETEUID
115 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
116 don't. */
117 #undef HAVE_DECL_GETLOGIN
119 /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
121 #undef HAVE_DECL_LSEEK
123 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
125 #undef HAVE_DECL_MALLOC
127 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
128 don't. */
129 #undef HAVE_DECL_REALLOC
131 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
133 #undef HAVE_DECL_STPCPY
135 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
137 #undef HAVE_DECL_STRSTR
139 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
140 don't. */
141 #undef HAVE_DECL_STRTOUL
143 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
144 don't. */
145 #undef HAVE_DECL_STRTOULL
147 /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
148 don't. */
149 #undef HAVE_DECL_TTYNAME
151 /* Define if you have the <dirent.h> header file. */
152 #undef HAVE_DIRENT_H
154 /* Define if the malloc check has been performed. */
155 #undef HAVE_DONE_WORKING_MALLOC_CHECK
157 /* Define if the realloc check has been performed. */
158 #undef HAVE_DONE_WORKING_REALLOC_CHECK
160 /* Define if you don't have `vprintf' but do have `_doprnt.' */
161 #undef HAVE_DOPRNT
163 /* Define if you have the `endgrent' function. */
164 #undef HAVE_ENDGRENT
166 /* Define if you have the `endpwent' function. */
167 #undef HAVE_ENDPWENT
169 /* Define if you have the <errno.h> header file. */
170 #undef HAVE_ERRNO_H
172 /* Define if you have the `fchdir' function. */
173 #undef HAVE_FCHDIR
175 /* Define if you have the <fcntl.h> header file. */
176 #undef HAVE_FCNTL_H
178 /* Define if you have the `fdatasync' function. */
179 #undef HAVE_FDATASYNC
181 /* Define if you have the <fenv.h> header file. */
182 #undef HAVE_FENV_H
184 /* Define if you have the <float.h> header file. */
185 #undef HAVE_FLOAT_H
187 /* Define if your system has a working `fnmatch' function with case folding.
189 #undef HAVE_FNMATCH
191 /* Define if you have the <fnmatch.h> header file. */
192 #undef HAVE_FNMATCH_H
194 /* Define if you have the `fseeko' function. */
195 #undef HAVE_FSEEKO
197 /* Define if you have the `ftime' function. */
198 #undef HAVE_FTIME
200 /* Define if you have the `ftruncate' function. */
201 #undef HAVE_FTRUNCATE
203 /* Define if struct statfs has the f_fstypename member. */
204 #undef HAVE_F_FSTYPENAME_IN_STATFS
206 /* Define if you have the `getcwd' function. */
207 #undef HAVE_GETCWD
209 /* Define if you have the `getdelim' function. */
210 #undef HAVE_GETDELIM
212 /* Define if you have the `gethostbyaddr' function. */
213 #undef HAVE_GETHOSTBYADDR
215 /* Define if you have the `gethostbyname' function. */
216 #undef HAVE_GETHOSTBYNAME
218 /* Define if you have the `gethrtime' function. */
219 #undef HAVE_GETHRTIME
221 /* Define if you have the GETLINE function. */
222 #undef HAVE_GETLINE
224 /* Define if you have the `getmntent' function. */
225 #undef HAVE_GETMNTENT
227 /* Define if you have the `getmntinfo' function. */
228 #undef HAVE_GETMNTINFO
230 /* Define if you have the `getpagesize' function. */
231 #undef HAVE_GETPAGESIZE
233 /* Define to 1 if you have gettext and don't want to use GNU gettext. */
234 #undef HAVE_GETTEXT
236 /* Define if you have the `gettimeofday' function. */
237 #undef HAVE_GETTIMEOFDAY
239 /* Define if you have the `hasmntopt' function. */
240 #undef HAVE_HASMNTOPT
242 /* Define if you have the `inet_ntoa' function. */
243 #undef HAVE_INET_NTOA
245 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
246 declares uintmax_t. */
247 #undef HAVE_INTTYPES_H
249 /* Define if you have the `isascii' function. */
250 #undef HAVE_ISASCII
252 /* Define if you have the `iswprint' function. */
253 #undef HAVE_ISWPRINT
255 /* Define if your locale.h file contains LC_MESSAGES. */
256 #undef HAVE_LC_MESSAGES
258 /* Define if you have the `cposix' library (-lcposix). */
259 #undef HAVE_LIBCPOSIX
261 /* Define if you have the `dir' library (-ldir). */
262 #undef HAVE_LIBDIR
264 /* Define if you have the `gen' library (-lgen). */
265 #undef HAVE_LIBGEN
267 /* Define if you have the `i' library (-li). */
268 #undef HAVE_LIBI
270 /* Define if you have the `intl' library (-lintl). */
271 #undef HAVE_LIBINTL
273 /* Define if you have the <libintl.h> header file. */
274 #undef HAVE_LIBINTL_H
276 /* Define if you have the `seq' library (-lseq). */
277 #undef HAVE_LIBSEQ
279 /* Define if you have the `sun' library (-lsun). */
280 #undef HAVE_LIBSUN
282 /* Define if you have the `x' library (-lx). */
283 #undef HAVE_LIBX
285 /* Define if you have the <limits.h> header file. */
286 #undef HAVE_LIMITS_H
288 /* Define if you have the `listmntent' function. */
289 #undef HAVE_LISTMNTENT
291 /* Define if you have the `localeconv' function. */
292 #undef HAVE_LOCALECONV
294 /* Define if you have the <locale.h> header file. */
295 #undef HAVE_LOCALE_H
297 /* Define if you have the `localtime_r' function. */
298 #undef HAVE_LOCALTIME_R
300 /* Define if the `long double' type works. */
301 #undef HAVE_LONG_DOUBLE
303 /* Define if you support file names longer than 14 characters. */
304 #undef HAVE_LONG_FILE_NAMES
306 /* Define if lstat has the bug that it succeeds when given the zero-length
307 file name argument. The lstat from SunOS4.1.4 and the Hurd as of
308 1998-11-01) do this. */
309 #undef HAVE_LSTAT_EMPTY_STRING_BUG
311 /* Define if you have the <malloc.h> header file. */
312 #undef HAVE_MALLOC_H
314 /* Define if you have the `mblen' function. */
315 #undef HAVE_MBLEN
317 /* Define if you have the `mbrlen' function. */
318 #undef HAVE_MBRLEN
320 /* Define if you have the `mbrtowc' function. */
321 #undef HAVE_MBRTOWC
323 /* Define if mbstate_t is an object type. */
324 #undef HAVE_MBSTATE_T_OBJECT
326 /* Define if you have the `memcmp' function. */
327 #undef HAVE_MEMCMP
329 /* Define if you have the `memcpy' function. */
330 #undef HAVE_MEMCPY
332 /* Define if you have the <memory.h> header file. */
333 #undef HAVE_MEMORY_H
335 /* Define if you have the `mempcpy' function. */
336 #undef HAVE_MEMPCPY
338 /* Define if you have the `memset' function. */
339 #undef HAVE_MEMSET
341 /* Define if you have the `mkfifo' function. */
342 #undef HAVE_MKFIFO
344 /* Define if you have a working `mmap' system call. */
345 #undef HAVE_MMAP
347 /* Define if you have the <mntent.h> header file. */
348 #undef HAVE_MNTENT_H
350 /* Define if you have the <mnttab.h> header file. */
351 #undef HAVE_MNTTAB_H
353 /* Define if you have the `munmap' function. */
354 #undef HAVE_MUNMAP
356 /* Define if you have the <ndir.h> header file. */
357 #undef HAVE_NDIR_H
359 /* Define if you have the <netdb.h> header file. */
360 #undef HAVE_NETDB_H
362 /* Define if you have the <netinet/in.h> header file. */
363 #undef HAVE_NETINET_IN_H
365 /* Define if you have the <nl_types.h> header file. */
366 #undef HAVE_NL_TYPES_H
368 /* Define if you have the `pathconf' function. */
369 #undef HAVE_PATHCONF
371 /* Define if you have the <paths.h> header file. */
372 #undef HAVE_PATHS_H
374 /* Define if you have the `putenv' function. */
375 #undef HAVE_PUTENV
377 /* Define if you have the `realpath' function. */
378 #undef HAVE_REALPATH
380 /* Define if you have the `resolvepath' function. */
381 #undef HAVE_RESOLVEPATH
383 /* Define if you have the `rpmatch' function. */
384 #undef HAVE_RPMATCH
386 /* Define if you have the `setenv' function. */
387 #undef HAVE_SETENV
389 /* Define if you have the `sethostname' function. */
390 #undef HAVE_SETHOSTNAME
392 /* Define if you have the `setlocale' function. */
393 #undef HAVE_SETLOCALE
395 /* Define if stat has the bug that it succeeds when given the zero-length file
396 name argument. The stat from SunOS4.1.4 and the Hurd as of 1998-11-01) do
397 this. */
398 #undef HAVE_STAT_EMPTY_STRING_BUG
400 /* Define if you have the <stddef.h> header file. */
401 #undef HAVE_STDDEF_H
403 /* Define if you have the <stdlib.h> header file. */
404 #undef HAVE_STDLIB_H
406 /* Define to 1 if you have the stpcpy function. */
407 #undef HAVE_STPCPY
409 /* Define if you have the `strcasecmp' function. */
410 #undef HAVE_STRCASECMP
412 /* Define if you have the `strchr' function. */
413 #undef HAVE_STRCHR
415 /* Define if you have the `strdup' function. */
416 #undef HAVE_STRDUP
418 /* Define if you have the `strerror' function. */
419 #undef HAVE_STRERROR
421 /* Define if you have the `strerror_r' function. */
422 #undef HAVE_STRERROR_R
424 /* Define if you have the `strftime' function. */
425 #undef HAVE_STRFTIME
427 /* Define if you have the <strings.h> header file. */
428 #undef HAVE_STRINGS_H
430 /* Define if you have the <string.h> header file. */
431 #undef HAVE_STRING_H
433 /* Define if you have the `strncasecmp' function. */
434 #undef HAVE_STRNCASECMP
436 /* Define if you have the `strrchr' function. */
437 #undef HAVE_STRRCHR
439 /* Define if you have the `strspn' function. */
440 #undef HAVE_STRSPN
442 /* Define if you have the `strstr' function. */
443 #undef HAVE_STRSTR
445 /* Define if you have the `strtol' function. */
446 #undef HAVE_STRTOL
448 /* Define if you have the `strtoul' function. */
449 #undef HAVE_STRTOUL
451 /* Define if you have the `strtoull' function. */
452 #undef HAVE_STRTOULL
454 /* Define if you have the `strtoumax' function. */
455 #undef HAVE_STRTOUMAX
457 /* Define if `st_blksize' is member of `struct stat'. */
458 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
460 /* Define if `st_blocks' is member of `struct stat'. */
461 #undef HAVE_STRUCT_STAT_ST_BLOCKS
463 /* Define if `st_rdev' is member of `struct stat'. */
464 #undef HAVE_STRUCT_STAT_ST_RDEV
466 /* Define if struct timespec is declared in <time.h>. */
467 #undef HAVE_STRUCT_TIMESPEC
469 /* Define if `tm_zone' is member of `struct tm'. */
470 #undef HAVE_STRUCT_TM_TM_ZONE
472 /* Define if `ut_name' is member of `struct utmpx'. */
473 #undef HAVE_STRUCT_UTMPX_UT_NAME
475 /* Define if `ut_user' is member of `struct utmpx'. */
476 #undef HAVE_STRUCT_UTMPX_UT_USER
478 /* Define if `ut_name' is member of `struct utmp'. */
479 #undef HAVE_STRUCT_UTMP_UT_NAME
481 /* Define if `ut_user' is member of `struct utmp'. */
482 #undef HAVE_STRUCT_UTMP_UT_USER
484 /* Define if your `struct stat' has `st_blocks'. Deprecated, use
485 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
486 #undef HAVE_ST_BLOCKS
488 /* Define if struct stat has an st_dm_mode member. */
489 #undef HAVE_ST_DM_MODE
491 /* Define if you have the `sysinfo' function. */
492 #undef HAVE_SYSINFO
494 /* Define if you have the <syslog.h> header file. */
495 #undef HAVE_SYSLOG_H
497 /* Define if you have the <sys/acl.h> header file. */
498 #undef HAVE_SYS_ACL_H
500 /* Define if you have the <sys/dir.h> header file. */
501 #undef HAVE_SYS_DIR_H
503 /* Define if you have the <sys/filsys.h> header file. */
504 #undef HAVE_SYS_FILSYS_H
506 /* Define if you have the <sys/fstyp.h> header file. */
507 #undef HAVE_SYS_FSTYP_H
509 /* Define if you have the <sys/fs/s5param.h> header file. */
510 #undef HAVE_SYS_FS_S5PARAM_H
512 /* Define if you have the <sys/fs_types.h> header file. */
513 #undef HAVE_SYS_FS_TYPES_H
515 /* Define if you have the <sys/ioctl.h> header file. */
516 #undef HAVE_SYS_IOCTL_H
518 /* Define if you have the <sys/mntent.h> header file. */
519 #undef HAVE_SYS_MNTENT_H
521 /* Define if you have the <sys/mount.h> header file. */
522 #undef HAVE_SYS_MOUNT_H
524 /* Define if you have the <sys/ndir.h> header file. */
525 #undef HAVE_SYS_NDIR_H
527 /* Define if you have the <sys/param.h> header file. */
528 #undef HAVE_SYS_PARAM_H
530 /* Define if you have the <sys/socket.h> header file. */
531 #undef HAVE_SYS_SOCKET_H
533 /* Define if you have the <sys/statfs.h> header file. */
534 #undef HAVE_SYS_STATFS_H
536 /* Define if you have the <sys/statvfs.h> header file. */
537 #undef HAVE_SYS_STATVFS_H
539 /* Define if you have the <sys/stat.h> header file. */
540 #undef HAVE_SYS_STAT_H
542 /* Define if you have the <sys/systeminfo.h> header file. */
543 #undef HAVE_SYS_SYSTEMINFO_H
545 /* Define if you have the <sys/timeb.h> header file. */
546 #undef HAVE_SYS_TIMEB_H
548 /* Define if you have the <sys/time.h> header file. */
549 #undef HAVE_SYS_TIME_H
551 /* Define if you have the <sys/vfs.h> header file. */
552 #undef HAVE_SYS_VFS_H
554 /* Define if you have the <sys/wait.h> header file. */
555 #undef HAVE_SYS_WAIT_H
557 /* Define if you have the <termios.h> header file. */
558 #undef HAVE_TERMIOS_H
560 /* Define if struct tm has the tm_gmtoff member. */
561 #undef HAVE_TM_GMTOFF
563 /* Define if your `struct tm' has `tm_zone'. Deprecated, use
564 `HAVE_STRUCT_TM_TM_ZONE' instead. */
565 #undef HAVE_TM_ZONE
567 /* Define if you don't have `tm_zone' but do have the external array `tzname'.
569 #undef HAVE_TZNAME
571 /* Define if you have the `tzset' function. */
572 #undef HAVE_TZSET
574 /* Define if you have the <unistd.h> header file. */
575 #undef HAVE_UNISTD_H
577 /* Define if you have the unsigned long long type. */
578 #undef HAVE_UNSIGNED_LONG_LONG
580 /* Define if you have the `utmpname' function. */
581 #undef HAVE_UTMPNAME
583 /* Define if you have the `utmpxname' function. */
584 #undef HAVE_UTMPXNAME
586 /* Define if you have the <utmpx.h> header file. */
587 #undef HAVE_UTMPX_H
589 /* Define if you have the <values.h> header file. */
590 #undef HAVE_VALUES_H
592 /* Define if you have the `vprintf' function. */
593 #undef HAVE_VPRINTF
595 /* Define if you have the `waitpid' function. */
596 #undef HAVE_WAITPID
598 /* Define if you have the <wchar.h> header file. */
599 #undef HAVE_WCHAR_H
601 /* Define if you have the <wctype.h> header file. */
602 #undef HAVE_WCTYPE_H
604 /* Define if readdir is found to work properly in some unusual cases. */
605 #undef HAVE_WORKING_READDIR
607 /* Define to 1 if strerror_r returns a string. */
608 #undef HAVE_WORKING_STRERROR_R
610 /* Define if you have the `__argz_count' function. */
611 #undef HAVE___ARGZ_COUNT
613 /* Define if you have the `__argz_next' function. */
614 #undef HAVE___ARGZ_NEXT
616 /* Define if you have the `__argz_stringify' function. */
617 #undef HAVE___ARGZ_STRINGIFY
619 /* Define if `link(2)' dereferences symbolic links. */
620 #undef LINK_FOLLOWS_SYMLINKS
622 /* Define if lstat dereferences a symlink specified with a trailing slash */
623 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
625 /* Define if `major', `minor', and `makedev' are declared in <mkdev.h>. */
626 #undef MAJOR_IN_MKDEV
628 /* Define if `major', `minor', and `makedev' are declared in <sysmacros.h>. */
629 #undef MAJOR_IN_SYSMACROS
631 /* Define to 1 if assertions should be disabled. */
632 #undef NDEBUG
634 /* Name of package */
635 #undef PACKAGE
637 /* Define if compiler has function prototypes */
638 #undef PROTOTYPES
640 /* Define as the return type of signal handlers (`int' or `void'). */
641 #undef RETSIGTYPE
643 /* Define if the `setvbuf' function takes the buffering type as its second
644 argument and the buffer pointer as the third, as on System V before release
645 3. */
646 #undef SETVBUF_REVERSED
648 /* If using the C implementation of alloca, define if you know the
649 direction of stack growth for your system; otherwise it will be
650 automatically deduced at run-time.
651 STACK_DIRECTION > 0 => grows toward higher addresses
652 STACK_DIRECTION < 0 => grows toward lower addresses
653 STACK_DIRECTION = 0 => direction of growth unknown */
654 #undef STACK_DIRECTION
656 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
657 #undef STAT_MACROS_BROKEN
659 /* Define if you have the ANSI C header files. */
660 #undef STDC_HEADERS
662 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
664 #undef ST_MTIM_NSEC
666 /* Define if you can safely include both <sys/time.h> and <time.h>. */
667 #undef TIME_WITH_SYS_TIME
669 /* Define if your <sys/time.h> declares `struct tm'. */
670 #undef TM_IN_SYS_TIME
672 /* Version number of package */
673 #undef VERSION
675 /* Define if your processor stores words with the most significant byte first
676 (like Motorola and SPARC, unlike Intel and VAX). */
677 #undef WORDS_BIGENDIAN
679 /* Define if on AIX 3.
680 System headers sometimes define this.
681 We just want to avoid a redefinition error message. */
682 #ifndef _ALL_SOURCE
683 # undef _ALL_SOURCE
684 #endif
686 /* Number of bits in a file offset, on hosts where this is settable. */
687 #undef _FILE_OFFSET_BITS
689 /* Define to make fseeko etc. visible, on some hosts. */
690 #undef _LARGEFILE_SOURCE
692 /* Define for large files, on AIX-style hosts. */
693 #undef _LARGE_FILES
695 /* Define if on MINIX. */
696 #undef _MINIX
698 /* Define if the system does not provide POSIX.1 features except with this
699 defined. */
700 #undef _POSIX_1_SOURCE
702 /* Define if you need to in order for `stat' and other things to work. */
703 #undef _POSIX_SOURCE
705 /* Define to empty if `const' does not conform to ANSI C. */
706 #undef const
708 /* Define to `unsigned long' if <sys/types.h> does not define. */
709 #undef dev_t
711 /* Define to rpl_fnmatch if the replacement function should be used. */
712 #undef fnmatch
714 /* Define to `int' if <sys/types.h> doesn't define. */
715 #undef gid_t
717 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
718 if it is not supported. */
719 #undef inline
721 /* Define to `unsigned long' if <sys/types.h> does not define. */
722 #undef ino_t
724 /* Define to rpl_malloc if the replacement function should be used. */
725 #undef malloc
727 /* Define to rpl_memcmp if the replacement function should be used. */
728 #undef memcmp
730 /* Define to rpl_mktime if the replacement function should be used. */
731 #undef mktime
733 /* Define to `int' if <sys/types.h> does not define. */
734 #undef mode_t
736 /* Define to `long' if <sys/types.h> does not define. */
737 #undef off_t
739 /* Define to `int' if <sys/types.h> does not define. */
740 #undef pid_t
742 /* Define to rpl_realloc if the replacement function should be used. */
743 #undef realloc
745 /* Define to `unsigned' if <sys/types.h> does not define. */
746 #undef size_t
748 /* Define to `int' if <sys/types.h> does not define. */
749 #undef ssize_t
751 /* Define to gnu_strftime if the replacement function should be used. */
752 #undef strftime
754 /* Define to `int' if <sys/types.h> doesn't define. */
755 #undef uid_t
757 /* Define to unsigned long or unsigned long long if <inttypes.h> doesn't
758 define. */
759 #undef uintmax_t
761 /* Define to empty if the keyword `volatile' does not work. Warning: valid
762 code using `volatile' can become incorrect without. Disable with care. */
763 #undef volatile