home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnufind.zip / acconfig.h next >
Text File  |  1994-09-27  |  1KB  |  37 lines

  1. /* Entries for config.h.in that aren't automatically generated.  */
  2.  
  3. /* Define if you have the Andrew File System.  */
  4. #undef AFS
  5.  
  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
  12.  
  13. /* Define to use SVR4 statvfs to get filesystem type.  */
  14. #undef FSTYPE_STATVFS
  15.  
  16. /* Define to use SVR3.2 statfs to get filesystem type.  */
  17. #undef FSTYPE_USG_STATFS
  18.  
  19. /* Define to use AIX3 statfs to get filesystem type.  */
  20. #undef FSTYPE_AIX_STATFS
  21.  
  22. /* Define to use 4.3BSD getmntent to get filesystem type.  */
  23. #undef FSTYPE_MNTENT
  24.  
  25. /* Define to use 4.4BSD and OSF1 statfs to get filesystem type.  */
  26. #undef FSTYPE_STATFS
  27.  
  28. /* Define to use Ultrix getmnt to get filesystem type.  */
  29. #undef FSTYPE_GETMNT
  30.  
  31. /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
  32. #undef dev_t
  33.  
  34. /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
  35. #undef ino_t
  36.  
  37.