* debian.rules (debian): update debian revision to 10
[findutils.git] / acconfig.h
blobe9d4a9693cc22d712647034f9976fc5fe595cab7
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