home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / fileutils-3.12-src.lha / fileutils-3.12 / acconfig.h next >
Encoding:
Text File  |  1994-10-08  |  3.5 KB  |  102 lines

  1. /* acconfig.h
  2.    This file is in the public domain.
  3.  
  4.    Descriptive text for the C preprocessor macros that
  5.    the distributed Autoconf macros can define.
  6.    No software package will use all of them; autoheader copies the ones
  7.    your configure.in uses into your configuration header file templates.
  8.  
  9.    The entries are in sort -df order: alphabetical, case insensitive,
  10.    ignoring punctuation (such as underscores).  Although this order
  11.    can split up related entries, it makes it easier to check whether
  12.    a given entry is in the file.
  13.  
  14.    Leave the following blank line there!!  Autoheader needs it.  */
  15.  
  16.  
  17. /* Define if you have the Andrew File System.  */
  18. #undef AFS
  19.  
  20. /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
  21. #undef ino_t
  22.  
  23. /* Define if there is a member named d_ino in the struct describing
  24.    directory headers.  */
  25. #undef D_INO_IN_DIRENT
  26.  
  27.  
  28. /* Define one of the following to indicate how a program can
  29.    get a list of mounted filesystems.  */
  30.  
  31. /* Define if there is no specific function for reading the list of
  32.    mounted filesystems.  fread will be used to read /etc/mnttab.  [SVR2]  */
  33. #undef MOUNTED_FREAD
  34.  
  35. /* Define if (like SVR2) there is no specific function for reading the
  36.    list of mounted filesystems, and your system has these header files:
  37.    <sys/fstyp.h> and <sys/statfs.h>.  [SVR3]  */
  38. #undef MOUNTED_FREAD_FSTYP
  39.  
  40. /* Define if there is a function named getfsstat for reading the list
  41.    of mounted filesystems.  [DEC Alpha running OSF/1]  */
  42. #undef MOUNTED_GETFSSTAT
  43.  
  44. /* Define if there is a function named getmnt for reading the list of
  45.    mounted filesystems.  [Ultrix]  */
  46. #undef MOUNTED_GETMNT
  47.  
  48. /* Define if there is a function named getmntent for reading the list
  49.    of mounted filesystems, and that function takes a single argument.
  50.    [4.3BSD, SunOS, HP-UX, Dynix, Irix]  */
  51. #undef MOUNTED_GETMNTENT1
  52.  
  53. /* Define if there is a function named getmntent for reading the list of
  54.    mounted filesystems, and that function takes two arguments.  [SVR4]  */
  55. #undef MOUNTED_GETMNTENT2
  56.  
  57. /* Define if there is a function named getmntinfo for reading the list
  58.    of mounted filesystems.  [4.4BSD]  */
  59. #undef MOUNTED_GETMNTINFO
  60.  
  61. /* Define if there is a function named mntctl that can be used to read
  62.    the list of mounted filesystems, and there is a system header file
  63.    that declares `struct vmount.'  [AIX]  */
  64. #undef MOUNTED_VMOUNT
  65.  
  66.  
  67.  
  68.  
  69. /* Define one of the following to indicate how a program can obtain
  70.    filesystems usage information.  */
  71.  
  72. /*  Define if  statfs takes 3 args.  [DEC Alpha running OSF/1]  */
  73. #undef STAT_STATFS3_OSF1
  74.  
  75. /* Define if there is no specific function for reading filesystems usage
  76.    information and you have the <sys/filsys.h> header file.  [SVR2]  */
  77. #undef STAT_READ_FILSYS
  78.  
  79. /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
  80.    [4.3BSD, SunOS 4, HP-UX, AIX PS/2]  */
  81. #undef STAT_STATFS2_BSIZE
  82.  
  83. /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
  84.    [4.4BSD, NetBSD]  */
  85. #undef STAT_STATFS2_FSIZE
  86.  
  87. /* Define if statfs takes 2 args and the second argument has
  88.    type struct fs_data.  [Ultrix]  */
  89. #undef STAT_STATFS2_FS_DATA
  90.  
  91. /* Define if statfs takes 4 args.  [SVR3, Dynix, Irix, Dolphin]  */
  92. #undef STAT_STATFS4
  93.  
  94. /* Define if there is a function named statvfs.  [SVR4]  */
  95. #undef STAT_STATVFS
  96.  
  97.  
  98. /* Leave that blank line there!!  Autoheader needs it.
  99.    If you're adding to this file, keep in mind:
  100.    The entries are in sort -df order: alphabetical, case insensitive,
  101.    ignoring punctuation (such as underscores).  */
  102.