home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / fileutils-3.9-src.lha / src / amiga / fileutils-3.9 / acconfig.h next >
Encoding:
Text File  |  1993-10-09  |  3.3 KB  |  101 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 if your system has the ftruncate function or if it can
  21.    emulate it.  */
  22. #undef HAVE_FTRUNCATE
  23.  
  24.  
  25.  
  26.  
  27. /* Define one of the following to indicate how a program can
  28.    get a list of mounted filesystems.  */
  29.  
  30. /* Define if there is no specific function for reading the list of
  31.    mounted filesystems.  fread will be used to read /etc/mnttab.  [SVR2]  */
  32. #undef MOUNTED_FREAD
  33.  
  34. /* Define if (like SVR2) there is no specific function for reading the
  35.    list of mounted filesystems, and your system has these header files:
  36.    <sys/fstyp.h> and <sys/statfs.h>.  [SVR3]  */
  37. #undef MOUNTED_FREAD_FSTYP
  38.  
  39. /* Define if there is a function named getfsstat for reading the list
  40.    of mounted filesystems.  [DEC Alpha running OSF/1]  */
  41. #undef MOUNTED_GETFSSTAT
  42.  
  43. /* Define if there is a function named getmnt for reading the list of
  44.    mounted filesystems.  [Ultrix]  */
  45. #undef MOUNTED_GETMNT
  46.  
  47. /* Define if there is a function named getmntent for reading the list
  48.    of mounted filesystems, and that function takes a single argument.
  49.    [4.3BSD, SunOS, HP-UX, Dynix, Irix]  */
  50. #undef MOUNTED_GETMNTENT1
  51.  
  52. /* Define if there is a function named getmntent for reading the list of
  53.    mounted filesystems, and that function takes two arguments.  [SVR4]  */
  54. #undef MOUNTED_GETMNTENT2
  55.  
  56. /* Define if there is a function named getmntinfo for reading the list
  57.    of mounted filesystems.  [4.4BSD]  */
  58. #undef MOUNTED_GETMNTINFO
  59.  
  60. /* Define if there is a function named mntctl that can be used to read
  61.    the list of mounted filesystems, and there is a system header file
  62.    that declares `struct vmount.'  [AIX]  */
  63. #undef MOUNTED_VMOUNT
  64.  
  65.  
  66.  
  67.  
  68. /* Define one of the following to indicate how a program can obtain
  69.    filesystems usage information.  */
  70.  
  71. /*  Define if  statfs takes 3 args.  [DEC Alpha running OSF/1]  */
  72. #undef STAT_STATFS3_OSF1
  73.  
  74. /* Define if there is no specific function for reading filesystems usage
  75.    information;  Use `read'.  [SVR2]  */
  76. #undef STAT_READ
  77.  
  78. /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
  79.    [4.3BSD, SunOS 4, HP-UX, AIX PS/2]  */
  80. #undef STAT_STATFS2_BSIZE
  81.  
  82. /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
  83.    [4.4BSD]  */
  84. #undef STAT_STATFS2_FSIZE
  85.  
  86. /* Define if statfs takes 2 args and the second argument has
  87.    type struct fs_data.  [Ultrix]  */
  88. #undef STAT_STATFS2_FS_DATA
  89.  
  90. /* Define if statfs takes 4 args.  [SVR3, Dynix, Irix, Dolphin]  */
  91. #undef STAT_STATFS4
  92.  
  93. /* Define if there is a function named statvfs.  [SVR4]  */
  94. #undef STAT_STATVFS
  95.  
  96.  
  97. /* Leave that blank line there!!  Autoheader needs it.
  98.    If you're adding to this file, keep in mind:
  99.    The entries are in sort -df order: alphabetical, case insensitive,
  100.    ignoring punctuation (such as underscores).  */
  101.