*** empty log message ***
[findutils.git] / config.h.in
blobb6e38c898b92f4e4459be1c42c6148f1105cd43b
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 you have the `getcwd' function. */
204 #undef HAVE_GETCWD
206 /* Define if you have the `getdelim' function. */
207 #undef HAVE_GETDELIM
209 /* Define if you have the `gethostbyaddr' function. */
210 #undef HAVE_GETHOSTBYADDR
212 /* Define if you have the `gethostbyname' function. */
213 #undef HAVE_GETHOSTBYNAME
215 /* Define if you have the `gethrtime' function. */
216 #undef HAVE_GETHRTIME
218 /* Define if you have the GETLINE function. */
219 #undef HAVE_GETLINE
221 /* Define if you have the `getmntent' function. */
222 #undef HAVE_GETMNTENT
224 /* Define if you have the `getmntinfo' function. */
225 #undef HAVE_GETMNTINFO
227 /* Define if you have the `getpagesize' function. */
228 #undef HAVE_GETPAGESIZE
230 /* Define to 1 if you have gettext and don't want to use GNU gettext. */
231 #undef HAVE_GETTEXT
233 /* Define if you have the `gettimeofday' function. */
234 #undef HAVE_GETTIMEOFDAY
236 /* Define if you have the `hasmntopt' function. */
237 #undef HAVE_HASMNTOPT
239 /* Define if you have the `inet_ntoa' function. */
240 #undef HAVE_INET_NTOA
242 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
243 declares uintmax_t. */
244 #undef HAVE_INTTYPES_H
246 /* Define if you have the `isascii' function. */
247 #undef HAVE_ISASCII
249 /* Define if you have the `iswprint' function. */
250 #undef HAVE_ISWPRINT
252 /* Define if your locale.h file contains LC_MESSAGES. */
253 #undef HAVE_LC_MESSAGES
255 /* Define if you have the `cposix' library (-lcposix). */
256 #undef HAVE_LIBCPOSIX
258 /* Define if you have the `dir' library (-ldir). */
259 #undef HAVE_LIBDIR
261 /* Define if you have the `gen' library (-lgen). */
262 #undef HAVE_LIBGEN
264 /* Define if you have the `i' library (-li). */
265 #undef HAVE_LIBI
267 /* Define if you have the `intl' library (-lintl). */
268 #undef HAVE_LIBINTL
270 /* Define if you have the <libintl.h> header file. */
271 #undef HAVE_LIBINTL_H
273 /* Define if you have the `seq' library (-lseq). */
274 #undef HAVE_LIBSEQ
276 /* Define if you have the `sun' library (-lsun). */
277 #undef HAVE_LIBSUN
279 /* Define if you have the `x' library (-lx). */
280 #undef HAVE_LIBX
282 /* Define if you have the <limits.h> header file. */
283 #undef HAVE_LIMITS_H
285 /* Define if you have the `listmntent' function. */
286 #undef HAVE_LISTMNTENT
288 /* Define if you have the `localeconv' function. */
289 #undef HAVE_LOCALECONV
291 /* Define if you have the <locale.h> header file. */
292 #undef HAVE_LOCALE_H
294 /* Define if you have the `localtime_r' function. */
295 #undef HAVE_LOCALTIME_R
297 /* Define if the `long double' type works. */
298 #undef HAVE_LONG_DOUBLE
300 /* Define if you support file names longer than 14 characters. */
301 #undef HAVE_LONG_FILE_NAMES
303 /* Define if lstat has the bug that it succeeds when given the zero-length
304 file name argument. The lstat from SunOS4.1.4 and the Hurd as of
305 1998-11-01) do this. */
306 #undef HAVE_LSTAT_EMPTY_STRING_BUG
308 /* Define if you have the <malloc.h> header file. */
309 #undef HAVE_MALLOC_H
311 /* Define if you have the `mblen' function. */
312 #undef HAVE_MBLEN
314 /* Define if you have the `mbrlen' function. */
315 #undef HAVE_MBRLEN
317 /* Define if you have the `mbrtowc' function. */
318 #undef HAVE_MBRTOWC
320 /* Define if mbstate_t is an object type. */
321 #undef HAVE_MBSTATE_T_OBJECT
323 /* Define if you have the `memcmp' function. */
324 #undef HAVE_MEMCMP
326 /* Define if you have the `memcpy' function. */
327 #undef HAVE_MEMCPY
329 /* Define if you have the <memory.h> header file. */
330 #undef HAVE_MEMORY_H
332 /* Define if you have the `mempcpy' function. */
333 #undef HAVE_MEMPCPY
335 /* Define if you have the `memset' function. */
336 #undef HAVE_MEMSET
338 /* Define if you have the `mkfifo' function. */
339 #undef HAVE_MKFIFO
341 /* Define if you have a working `mmap' system call. */
342 #undef HAVE_MMAP
344 /* Define if you have the <mntent.h> header file. */
345 #undef HAVE_MNTENT_H
347 /* Define if you have the <mnttab.h> header file. */
348 #undef HAVE_MNTTAB_H
350 /* Define if you have the `munmap' function. */
351 #undef HAVE_MUNMAP
353 /* Define if you have the <ndir.h> header file. */
354 #undef HAVE_NDIR_H
356 /* Define if you have the <netdb.h> header file. */
357 #undef HAVE_NETDB_H
359 /* Define if you have the <netinet/in.h> header file. */
360 #undef HAVE_NETINET_IN_H
362 /* Define if you have the <nl_types.h> header file. */
363 #undef HAVE_NL_TYPES_H
365 /* Define if you have the `pathconf' function. */
366 #undef HAVE_PATHCONF
368 /* Define if you have the <paths.h> header file. */
369 #undef HAVE_PATHS_H
371 /* Define if you have the `putenv' function. */
372 #undef HAVE_PUTENV
374 /* Define if you have the `realpath' function. */
375 #undef HAVE_REALPATH
377 /* Define if you have the `resolvepath' function. */
378 #undef HAVE_RESOLVEPATH
380 /* Define if you have the `rpmatch' function. */
381 #undef HAVE_RPMATCH
383 /* Define if you have the `setenv' function. */
384 #undef HAVE_SETENV
386 /* Define if you have the `sethostname' function. */
387 #undef HAVE_SETHOSTNAME
389 /* Define if you have the `setlocale' function. */
390 #undef HAVE_SETLOCALE
392 /* Define if stat has the bug that it succeeds when given the zero-length file
393 name argument. The stat from SunOS4.1.4 and the Hurd as of 1998-11-01) do
394 this. */
395 #undef HAVE_STAT_EMPTY_STRING_BUG
397 /* Define if you have the <stddef.h> header file. */
398 #undef HAVE_STDDEF_H
400 /* Define if you have the <stdlib.h> header file. */
401 #undef HAVE_STDLIB_H
403 /* Define to 1 if you have the stpcpy function. */
404 #undef HAVE_STPCPY
406 /* Define if you have the `strcasecmp' function. */
407 #undef HAVE_STRCASECMP
409 /* Define if you have the `strchr' function. */
410 #undef HAVE_STRCHR
412 /* Define if you have the `strdup' function. */
413 #undef HAVE_STRDUP
415 /* Define if you have the `strerror' function. */
416 #undef HAVE_STRERROR
418 /* Define if you have the `strerror_r' function. */
419 #undef HAVE_STRERROR_R
421 /* Define if you have the `strftime' function. */
422 #undef HAVE_STRFTIME
424 /* Define if you have the <strings.h> header file. */
425 #undef HAVE_STRINGS_H
427 /* Define if you have the <string.h> header file. */
428 #undef HAVE_STRING_H
430 /* Define if you have the `strncasecmp' function. */
431 #undef HAVE_STRNCASECMP
433 /* Define if you have the `strrchr' function. */
434 #undef HAVE_STRRCHR
436 /* Define if you have the `strspn' function. */
437 #undef HAVE_STRSPN
439 /* Define if you have the `strstr' function. */
440 #undef HAVE_STRSTR
442 /* Define if you have the `strtol' function. */
443 #undef HAVE_STRTOL
445 /* Define if you have the `strtoul' function. */
446 #undef HAVE_STRTOUL
448 /* Define if you have the `strtoull' function. */
449 #undef HAVE_STRTOULL
451 /* Define if you have the `strtoumax' function. */
452 #undef HAVE_STRTOUMAX
454 /* Define if `st_blksize' is member of `struct stat'. */
455 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
457 /* Define if `st_blocks' is member of `struct stat'. */
458 #undef HAVE_STRUCT_STAT_ST_BLOCKS
460 /* Define if `st_rdev' is member of `struct stat'. */
461 #undef HAVE_STRUCT_STAT_ST_RDEV
463 /* Define if struct timespec is declared in <time.h>. */
464 #undef HAVE_STRUCT_TIMESPEC
466 /* Define if `tm_zone' is member of `struct tm'. */
467 #undef HAVE_STRUCT_TM_TM_ZONE
469 /* Define if `ut_name' is member of `struct utmpx'. */
470 #undef HAVE_STRUCT_UTMPX_UT_NAME
472 /* Define if `ut_user' is member of `struct utmpx'. */
473 #undef HAVE_STRUCT_UTMPX_UT_USER
475 /* Define if `ut_name' is member of `struct utmp'. */
476 #undef HAVE_STRUCT_UTMP_UT_NAME
478 /* Define if `ut_user' is member of `struct utmp'. */
479 #undef HAVE_STRUCT_UTMP_UT_USER
481 /* Define if your `struct stat' has `st_blocks'. Deprecated, use
482 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
483 #undef HAVE_ST_BLOCKS
485 /* Define if struct stat has an st_dm_mode member. */
486 #undef HAVE_ST_DM_MODE
488 /* Define if you have the `sysinfo' function. */
489 #undef HAVE_SYSINFO
491 /* Define if you have the <syslog.h> header file. */
492 #undef HAVE_SYSLOG_H
494 /* Define if you have the <sys/acl.h> header file. */
495 #undef HAVE_SYS_ACL_H
497 /* Define if you have the <sys/dir.h> header file. */
498 #undef HAVE_SYS_DIR_H
500 /* Define if you have the <sys/filsys.h> header file. */
501 #undef HAVE_SYS_FILSYS_H
503 /* Define if you have the <sys/fstyp.h> header file. */
504 #undef HAVE_SYS_FSTYP_H
506 /* Define if you have the <sys/fs/s5param.h> header file. */
507 #undef HAVE_SYS_FS_S5PARAM_H
509 /* Define if you have the <sys/fs_types.h> header file. */
510 #undef HAVE_SYS_FS_TYPES_H
512 /* Define if you have the <sys/ioctl.h> header file. */
513 #undef HAVE_SYS_IOCTL_H
515 /* Define if you have the <sys/mntent.h> header file. */
516 #undef HAVE_SYS_MNTENT_H
518 /* Define if you have the <sys/mount.h> header file. */
519 #undef HAVE_SYS_MOUNT_H
521 /* Define if you have the <sys/ndir.h> header file. */
522 #undef HAVE_SYS_NDIR_H
524 /* Define if you have the <sys/param.h> header file. */
525 #undef HAVE_SYS_PARAM_H
527 /* Define if you have the <sys/socket.h> header file. */
528 #undef HAVE_SYS_SOCKET_H
530 /* Define if you have the <sys/statfs.h> header file. */
531 #undef HAVE_SYS_STATFS_H
533 /* Define if you have the <sys/statvfs.h> header file. */
534 #undef HAVE_SYS_STATVFS_H
536 /* Define if you have the <sys/stat.h> header file. */
537 #undef HAVE_SYS_STAT_H
539 /* Define if you have the <sys/systeminfo.h> header file. */
540 #undef HAVE_SYS_SYSTEMINFO_H
542 /* Define if you have the <sys/timeb.h> header file. */
543 #undef HAVE_SYS_TIMEB_H
545 /* Define if you have the <sys/time.h> header file. */
546 #undef HAVE_SYS_TIME_H
548 /* Define if you have the <sys/vfs.h> header file. */
549 #undef HAVE_SYS_VFS_H
551 /* Define if you have the <sys/wait.h> header file. */
552 #undef HAVE_SYS_WAIT_H
554 /* Define if you have the <termios.h> header file. */
555 #undef HAVE_TERMIOS_H
557 /* Define if struct tm has the tm_gmtoff member. */
558 #undef HAVE_TM_GMTOFF
560 /* Define if your `struct tm' has `tm_zone'. Deprecated, use
561 `HAVE_STRUCT_TM_TM_ZONE' instead. */
562 #undef HAVE_TM_ZONE
564 /* Define if you don't have `tm_zone' but do have the external array `tzname'.
566 #undef HAVE_TZNAME
568 /* Define if you have the `tzset' function. */
569 #undef HAVE_TZSET
571 /* Define if you have the <unistd.h> header file. */
572 #undef HAVE_UNISTD_H
574 /* Define if you have the unsigned long long type. */
575 #undef HAVE_UNSIGNED_LONG_LONG
577 /* Define if you have the `utmpname' function. */
578 #undef HAVE_UTMPNAME
580 /* Define if you have the `utmpxname' function. */
581 #undef HAVE_UTMPXNAME
583 /* Define if you have the <utmpx.h> header file. */
584 #undef HAVE_UTMPX_H
586 /* Define if you have the <values.h> header file. */
587 #undef HAVE_VALUES_H
589 /* Define if you have the `vprintf' function. */
590 #undef HAVE_VPRINTF
592 /* Define if you have the `waitpid' function. */
593 #undef HAVE_WAITPID
595 /* Define if you have the <wchar.h> header file. */
596 #undef HAVE_WCHAR_H
598 /* Define if you have the <wctype.h> header file. */
599 #undef HAVE_WCTYPE_H
601 /* Define if readdir is found to work properly in some unusual cases. */
602 #undef HAVE_WORKING_READDIR
604 /* Define to 1 if strerror_r returns a string. */
605 #undef HAVE_WORKING_STRERROR_R
607 /* Define if you have the `__argz_count' function. */
608 #undef HAVE___ARGZ_COUNT
610 /* Define if you have the `__argz_next' function. */
611 #undef HAVE___ARGZ_NEXT
613 /* Define if you have the `__argz_stringify' function. */
614 #undef HAVE___ARGZ_STRINGIFY
616 /* Define if `link(2)' dereferences symbolic links. */
617 #undef LINK_FOLLOWS_SYMLINKS
619 /* Define if lstat dereferences a symlink specified with a trailing slash */
620 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
622 /* Define if `major', `minor', and `makedev' are declared in <mkdev.h>. */
623 #undef MAJOR_IN_MKDEV
625 /* Define if `major', `minor', and `makedev' are declared in <sysmacros.h>. */
626 #undef MAJOR_IN_SYSMACROS
628 /* Define to 1 if assertions should be disabled. */
629 #undef NDEBUG
631 /* Name of package */
632 #undef PACKAGE
634 /* Define if compiler has function prototypes */
635 #undef PROTOTYPES
637 /* Define as the return type of signal handlers (`int' or `void'). */
638 #undef RETSIGTYPE
640 /* Define if the `setvbuf' function takes the buffering type as its second
641 argument and the buffer pointer as the third, as on System V before release
642 3. */
643 #undef SETVBUF_REVERSED
645 /* If using the C implementation of alloca, define if you know the
646 direction of stack growth for your system; otherwise it will be
647 automatically deduced at run-time.
648 STACK_DIRECTION > 0 => grows toward higher addresses
649 STACK_DIRECTION < 0 => grows toward lower addresses
650 STACK_DIRECTION = 0 => direction of growth unknown */
651 #undef STACK_DIRECTION
653 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
654 #undef STAT_MACROS_BROKEN
656 /* Define if you have the ANSI C header files. */
657 #undef STDC_HEADERS
659 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
661 #undef ST_MTIM_NSEC
663 /* Define if you can safely include both <sys/time.h> and <time.h>. */
664 #undef TIME_WITH_SYS_TIME
666 /* Define if your <sys/time.h> declares `struct tm'. */
667 #undef TM_IN_SYS_TIME
669 /* Version number of package */
670 #undef VERSION
672 /* Define if your processor stores words with the most significant byte first
673 (like Motorola and SPARC, unlike Intel and VAX). */
674 #undef WORDS_BIGENDIAN
676 /* Define if on AIX 3.
677 System headers sometimes define this.
678 We just want to avoid a redefinition error message. */
679 #ifndef _ALL_SOURCE
680 # undef _ALL_SOURCE
681 #endif
683 /* Number of bits in a file offset, on hosts where this is settable. */
684 #undef _FILE_OFFSET_BITS
686 /* Define to make fseeko etc. visible, on some hosts. */
687 #undef _LARGEFILE_SOURCE
689 /* Define for large files, on AIX-style hosts. */
690 #undef _LARGE_FILES
692 /* Define if on MINIX. */
693 #undef _MINIX
695 /* Define if the system does not provide POSIX.1 features except with this
696 defined. */
697 #undef _POSIX_1_SOURCE
699 /* Define if you need to in order for `stat' and other things to work. */
700 #undef _POSIX_SOURCE
702 /* Define to empty if `const' does not conform to ANSI C. */
703 #undef const
705 /* Define to `unsigned long' if <sys/types.h> does not define. */
706 #undef dev_t
708 /* Define to rpl_fnmatch if the replacement function should be used. */
709 #undef fnmatch
711 /* Define to `int' if <sys/types.h> doesn't define. */
712 #undef gid_t
714 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
715 if it is not supported. */
716 #undef inline
718 /* Define to `unsigned long' if <sys/types.h> does not define. */
719 #undef ino_t
721 /* Define to rpl_malloc if the replacement function should be used. */
722 #undef malloc
724 /* Define to rpl_memcmp if the replacement function should be used. */
725 #undef memcmp
727 /* Define to rpl_mktime if the replacement function should be used. */
728 #undef mktime
730 /* Define to `int' if <sys/types.h> does not define. */
731 #undef mode_t
733 /* Define to `long' if <sys/types.h> does not define. */
734 #undef off_t
736 /* Define to `int' if <sys/types.h> does not define. */
737 #undef pid_t
739 /* Define to rpl_realloc if the replacement function should be used. */
740 #undef realloc
742 /* Define to `unsigned' if <sys/types.h> does not define. */
743 #undef size_t
745 /* Define to `int' if <sys/types.h> does not define. */
746 #undef ssize_t
748 /* Define to gnu_strftime if the replacement function should be used. */
749 #undef strftime
751 /* Define to `int' if <sys/types.h> doesn't define. */
752 #undef uid_t
754 /* Define to unsigned long or unsigned long long if <inttypes.h> doesn't
755 define. */
756 #undef uintmax_t
758 /* Define to empty if the keyword `volatile' does not work. Warning: valid
759 code using `volatile' can become incorrect without. Disable with care. */
760 #undef volatile