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 / config.h.in < prev    next >
Encoding:
Text File  |  1993-10-11  |  6.2 KB  |  220 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define if you have dirent.h.  */
  21. #undef DIRENT
  22.  
  23. /* Define to the type of elements in the array set by `getgroups'.
  24.    Usually this is either `int' or `gid_t'.  */
  25. #undef GETGROUPS_T
  26.  
  27. /* Define to `int' if <sys/types.h> doesn't define.  */
  28. #undef gid_t
  29.  
  30. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  31. #undef HAVE_ALLOCA_H
  32.  
  33. /* Define if you don't have vprintf but do have _doprnt.  */
  34. #undef HAVE_DOPRNT
  35.  
  36. /* Define if your struct stat has st_blocks.  */
  37. #undef HAVE_ST_BLOCKS
  38.  
  39. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  40. #undef HAVE_UTIME_NULL
  41.  
  42. /* Define if you have the vprintf function.  */
  43. #undef HAVE_VPRINTF
  44.  
  45. /* Define if int is 16 bits instead of 32.  */
  46. #undef INT_16_BITS
  47.  
  48. /* Define if major, minor, and makedev are declared in mkdev.h.  */
  49. #undef MAJOR_IN_MKDEV
  50.  
  51. /* Define if major, minor, and makedev are declared in sysmacros.h.  */
  52. #undef MAJOR_IN_SYSMACROS
  53.  
  54. /* Define if on MINIX.  */
  55. #undef _MINIX
  56.  
  57. /* Define if you don't have dirent.h, but have ndir.h.  */
  58. #undef NDIR
  59.  
  60. /* Define if the system does not provide POSIX.1 features except
  61.    with this defined.  */
  62. #undef _POSIX_1_SOURCE
  63.  
  64. /* Define if you need to in order for stat and other things to work.  */
  65. #undef _POSIX_SOURCE
  66.  
  67. /* Define as the return type of signal handlers (int or void).  */
  68. #undef RETSIGTYPE
  69.  
  70. /* If using the C implementation of alloca, define if you know the
  71.    direction of stack growth for your system; otherwise it will be
  72.    automatically deduced at run-time.
  73.     STACK_DIRECTION > 0 => grows toward higher addresses
  74.     STACK_DIRECTION < 0 => grows toward lower addresses
  75.     STACK_DIRECTION = 0 => direction of growth unknown
  76.  */
  77. #undef STACK_DIRECTION
  78.  
  79. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  80. #undef STAT_MACROS_BROKEN
  81.  
  82. /* Define if you have the ANSI C header files.  */
  83. #undef STDC_HEADERS
  84.  
  85. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  86. #undef SYSDIR
  87.  
  88. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  89. #undef SYSNDIR
  90.  
  91. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  92. #undef TIME_WITH_SYS_TIME
  93.  
  94. /* Define if your <sys/time.h> declares struct tm.  */
  95. #undef TM_IN_SYS_TIME
  96.  
  97. /* Define to `int' if <sys/types.h> doesn't define.  */
  98. #undef uid_t
  99.  
  100. /* Define if the closedir function returns void instead of int.  */
  101. #undef VOID_CLOSEDIR
  102.  
  103. /* Define if you have the Andrew File System.  */
  104. #undef AFS
  105.  
  106. /* Define if your system has the ftruncate function or if it can
  107.    emulate it.  */
  108. #undef HAVE_FTRUNCATE
  109.  
  110. /* Define if there is no specific function for reading the list of
  111.    mounted filesystems.  fread will be used to read /etc/mnttab.  [SVR2]  */
  112. #undef MOUNTED_FREAD
  113.  
  114. /* Define if (like SVR2) there is no specific function for reading the
  115.    list of mounted filesystems, and your system has these header files:
  116.    <sys/fstyp.h> and <sys/statfs.h>.  [SVR3]  */
  117. #undef MOUNTED_FREAD_FSTYP
  118.  
  119. /* Define if there is a function named getfsstat for reading the list
  120.    of mounted filesystems.  [DEC Alpha running OSF/1]  */
  121. #undef MOUNTED_GETFSSTAT
  122.  
  123. /* Define if there is a function named getmnt for reading the list of
  124.    mounted filesystems.  [Ultrix]  */
  125. #undef MOUNTED_GETMNT
  126.  
  127. /* Define if there is a function named getmntent for reading the list
  128.    of mounted filesystems, and that function takes a single argument.
  129.    [4.3BSD, SunOS, HP-UX, Dynix, Irix]  */
  130. #undef MOUNTED_GETMNTENT1
  131.  
  132. /* Define if there is a function named getmntent for reading the list of
  133.    mounted filesystems, and that function takes two arguments.  [SVR4]  */
  134. #undef MOUNTED_GETMNTENT2
  135.  
  136. /* Define if there is a function named getmntinfo for reading the list
  137.    of mounted filesystems.  [4.4BSD]  */
  138. #undef MOUNTED_GETMNTINFO
  139.  
  140. /* Define if there is a function named mntctl that can be used to read
  141.    the list of mounted filesystems, and there is a system header file
  142.    that declares `struct vmount.'  [AIX]  */
  143. #undef MOUNTED_VMOUNT
  144.  
  145. /*  Define if  statfs takes 3 args.  [DEC Alpha running OSF/1]  */
  146. #undef STAT_STATFS3_OSF1
  147.  
  148. /* Define if there is no specific function for reading filesystems usage
  149.    information;  Use `read'.  [SVR2]  */
  150. #undef STAT_READ
  151.  
  152. /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
  153.    [4.3BSD, SunOS 4, HP-UX, AIX PS/2]  */
  154. #undef STAT_STATFS2_BSIZE
  155.  
  156. /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
  157.    [4.4BSD]  */
  158. #undef STAT_STATFS2_FSIZE
  159.  
  160. /* Define if statfs takes 2 args and the second argument has
  161.    type struct fs_data.  [Ultrix]  */
  162. #undef STAT_STATFS2_FS_DATA
  163.  
  164. /* Define if statfs takes 4 args.  [SVR3, Dynix, Irix, Dolphin]  */
  165. #undef STAT_STATFS4
  166.  
  167. /* Define if there is a function named statvfs.  [SVR4]  */
  168. #undef STAT_STATVFS
  169.  
  170. /* Define if you have bcopy.  */
  171. #undef HAVE_BCOPY
  172.  
  173. /* Define if you have ftime.  */
  174. #undef HAVE_FTIME
  175.  
  176. /* Define if you have getcwd.  */
  177. #undef HAVE_GETCWD
  178.  
  179. /* Define if you have gettimeofday.  */
  180. #undef HAVE_GETTIMEOFDAY
  181.  
  182. /* Define if you have memcpy.  */
  183. #undef HAVE_MEMCPY
  184.  
  185. /* Define if you have mkfifo.  */
  186. #undef HAVE_MKFIFO
  187.  
  188. /* Define if you have strerror.  */
  189. #undef HAVE_STRERROR
  190.  
  191. /* Define if you have the <errno.h> header file.  */
  192. #undef HAVE_ERRNO_H
  193.  
  194. /* Define if you have the <fcntl.h> header file.  */
  195. #undef HAVE_FCNTL_H
  196.  
  197. /* Define if you have the <limits.h> header file.  */
  198. #undef HAVE_LIMITS_H
  199.  
  200. /* Define if you have the <string.h> header file.  */
  201. #undef HAVE_STRING_H
  202.  
  203. /* Define if you have the <sys/time.h> header file.  */
  204. #undef HAVE_SYS_TIME_H
  205.  
  206. /* Define if you have the <unistd.h> header file.  */
  207. #undef HAVE_UNISTD_H
  208.  
  209. /* Define if you have the dgc library (-ldgc).  */
  210. #undef HAVE_DGC
  211.  
  212. /* Define if you have the seq library (-lseq).  */
  213. #undef HAVE_SEQ
  214.  
  215. /* Define if you have the sun library (-lsun).  */
  216. #undef HAVE_SUN
  217.  
  218. /* Define if you have the ypsec library (-lypsec).  */
  219. #undef HAVE_YPSEC
  220.