* Makefile.am: recreated Makefile.am from Makefile.am.in
[findutils.git] / acconfig.h
blobbacda75c635fedb64f37d5819c16f73dd69647ae
1 /* Entries for config.h.in that aren't automatically generated. */
3 /* Define if you have the Andrew File System. */
4 #undef AFS
6 /* Define If you want find -nouser and -nogroup to make tables of
7 used UIDs and GIDs at startup instead of using getpwuid or
8 getgrgid when needed. Speeds up -nouser and -nogroup unless you
9 are running NIS or Hesiod, which make password and group calls
10 very expensive. */
11 #undef CACHE_IDS
13 /* Define to use SVR4 statvfs to get filesystem type. */
14 #undef FSTYPE_STATVFS
16 /* Define to use SVR3.2 statfs to get filesystem type. */
17 #undef FSTYPE_USG_STATFS
19 /* Define to use AIX3 statfs to get filesystem type. */
20 #undef FSTYPE_AIX_STATFS
22 /* Define to use 4.3BSD getmntent to get filesystem type. */
23 #undef FSTYPE_MNTENT
25 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type. */
26 #undef FSTYPE_STATFS
28 /* Define to use Ultrix getmnt to get filesystem type. */
29 #undef FSTYPE_GETMNT
31 /* Define to `unsigned long' if <sys/types.h> doesn't define. */
32 #undef dev_t
34 /* Define to `unsigned long' if <sys/types.h> doesn't define. */
35 #undef ino_t
37 /* Define to rpl_fnmatch if the replacement function should be used. */
38 #undef fnmatch
40 /* Define to 1 if assertions should be disabled. */
41 #undef NDEBUG
43 /* Define to rpl_malloc if the replacement function should be used. */
44 #undef malloc
46 /* Define to rpl_memcmp if the replacement function should be used. */
47 #undef memcmp
49 /* Define to gnu_mktime if the replacement function should be used. */
50 #undef mktime
52 /* Define to rpl_realloc if the replacement function should be used. */
53 #undef realloc
55 /* Define to `int' if <sys/types.h> doesn't define. */
56 #undef ssize_t
58 /* Define to `unsigned long' or `unsigned long long'
59 if <inttypes.h> doesn't define. */
60 #undef uintmax_t