home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / fileutils-3.12-src.lha / fileutils-3.12 / config.h.in < prev    next >
Encoding:
Text File  |  1994-11-01  |  8.1 KB  |  286 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 if the closedir function returns void instead of int.  */
  14. #undef CLOSEDIR_VOID
  15.  
  16. /* Define to empty if the keyword does not work.  */
  17. #undef const
  18.  
  19. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  20.    This function is required for alloca.c support on those systems.  */
  21. #undef CRAY_STACKSEG_END
  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, as a function or macro.  */
  31. #undef HAVE_ALLOCA
  32.  
  33. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  34. #undef HAVE_ALLOCA_H
  35.  
  36. /* Define if you don't have vprintf but do have _doprnt.  */
  37. #undef HAVE_DOPRNT
  38.  
  39. /* Define if you have the getmntent function.  */
  40. #undef HAVE_GETMNTENT
  41.  
  42. /* Define if your struct stat has st_blocks.  */
  43. #undef HAVE_ST_BLOCKS
  44.  
  45. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  46. #undef HAVE_UTIME_NULL
  47.  
  48. /* Define if you have the vprintf function.  */
  49. #undef HAVE_VPRINTF
  50.  
  51. /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
  52. #undef MAJOR_IN_MKDEV
  53.  
  54. /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
  55. #undef MAJOR_IN_SYSMACROS
  56.  
  57. /* Define if on MINIX.  */
  58. #undef _MINIX
  59.  
  60. /* Define to `int' if <sys/types.h> doesn't define.  */
  61. #undef mode_t
  62.  
  63. /* Define to `long' if <sys/types.h> doesn't define.  */
  64. #undef off_t
  65.  
  66. /* Define if the system does not provide POSIX.1 features except
  67.    with this defined.  */
  68. #undef _POSIX_1_SOURCE
  69.  
  70. /* Define if you need to in order for stat and other things to work.  */
  71. #undef _POSIX_SOURCE
  72.  
  73. /* Define as the return type of signal handlers (int or void).  */
  74. #undef RETSIGTYPE
  75.  
  76. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  77. #undef size_t
  78.  
  79. /* If using the C implementation of alloca, define if you know the
  80.    direction of stack growth for your system; otherwise it will be
  81.    automatically deduced at run-time.
  82.     STACK_DIRECTION > 0 => grows toward higher addresses
  83.     STACK_DIRECTION < 0 => grows toward lower addresses
  84.     STACK_DIRECTION = 0 => direction of growth unknown
  85.  */
  86. #undef STACK_DIRECTION
  87.  
  88. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  89. #undef STAT_MACROS_BROKEN
  90.  
  91. /* Define if you have the ANSI C header files.  */
  92. #undef STDC_HEADERS
  93.  
  94. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  95. #undef TIME_WITH_SYS_TIME
  96.  
  97. /* Define if your <sys/time.h> declares struct tm.  */
  98. #undef TM_IN_SYS_TIME
  99.  
  100. /* Define to `int' if <sys/types.h> doesn't define.  */
  101. #undef uid_t
  102.  
  103. /* Define if you have the Andrew File System.  */
  104. #undef AFS
  105.  
  106. /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
  107. #undef ino_t
  108.  
  109. /* Define if there is a member named d_ino in the struct describing
  110.    directory headers.  */
  111. #undef D_INO_IN_DIRENT
  112.  
  113. /* Define if there is no specific function for reading the list of
  114.    mounted filesystems.  fread will be used to read /etc/mnttab.  [SVR2]  */
  115. #undef MOUNTED_FREAD
  116.  
  117. /* Define if (like SVR2) there is no specific function for reading the
  118.    list of mounted filesystems, and your system has these header files:
  119.    <sys/fstyp.h> and <sys/statfs.h>.  [SVR3]  */
  120. #undef MOUNTED_FREAD_FSTYP
  121.  
  122. /* Define if there is a function named getfsstat for reading the list
  123.    of mounted filesystems.  [DEC Alpha running OSF/1]  */
  124. #undef MOUNTED_GETFSSTAT
  125.  
  126. /* Define if there is a function named getmnt for reading the list of
  127.    mounted filesystems.  [Ultrix]  */
  128. #undef MOUNTED_GETMNT
  129.  
  130. /* Define if there is a function named getmntent for reading the list
  131.    of mounted filesystems, and that function takes a single argument.
  132.    [4.3BSD, SunOS, HP-UX, Dynix, Irix]  */
  133. #undef MOUNTED_GETMNTENT1
  134.  
  135. /* Define if there is a function named getmntent for reading the list of
  136.    mounted filesystems, and that function takes two arguments.  [SVR4]  */
  137. #undef MOUNTED_GETMNTENT2
  138.  
  139. /* Define if there is a function named getmntinfo for reading the list
  140.    of mounted filesystems.  [4.4BSD]  */
  141. #undef MOUNTED_GETMNTINFO
  142.  
  143. /* Define if there is a function named mntctl that can be used to read
  144.    the list of mounted filesystems, and there is a system header file
  145.    that declares `struct vmount.'  [AIX]  */
  146. #undef MOUNTED_VMOUNT
  147.  
  148. /*  Define if  statfs takes 3 args.  [DEC Alpha running OSF/1]  */
  149. #undef STAT_STATFS3_OSF1
  150.  
  151. /* Define if there is no specific function for reading filesystems usage
  152.    information and you have the <sys/filsys.h> header file.  [SVR2]  */
  153. #undef STAT_READ_FILSYS
  154.  
  155. /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
  156.    [4.3BSD, SunOS 4, HP-UX, AIX PS/2]  */
  157. #undef STAT_STATFS2_BSIZE
  158.  
  159. /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
  160.    [4.4BSD, NetBSD]  */
  161. #undef STAT_STATFS2_FSIZE
  162.  
  163. /* Define if statfs takes 2 args and the second argument has
  164.    type struct fs_data.  [Ultrix]  */
  165. #undef STAT_STATFS2_FS_DATA
  166.  
  167. /* Define if statfs takes 4 args.  [SVR3, Dynix, Irix, Dolphin]  */
  168. #undef STAT_STATFS4
  169.  
  170. /* Define if there is a function named statvfs.  [SVR4]  */
  171. #undef STAT_STATVFS
  172.  
  173. /* Define if you have the bcopy function.  */
  174. #undef HAVE_BCOPY
  175.  
  176. /* Define if you have the endgrent function.  */
  177. #undef HAVE_ENDGRENT
  178.  
  179. /* Define if you have the fchdir function.  */
  180. #undef HAVE_FCHDIR
  181.  
  182. /* Define if you have the ftime function.  */
  183. #undef HAVE_FTIME
  184.  
  185. /* Define if you have the ftruncate function.  */
  186. #undef HAVE_FTRUNCATE
  187.  
  188. /* Define if you have the getcwd function.  */
  189. #undef HAVE_GETCWD
  190.  
  191. /* Define if you have the getgroups function.  */
  192. #undef HAVE_GETGROUPS
  193.  
  194. /* Define if you have the getmntinfo function.  */
  195. #undef HAVE_GETMNTINFO
  196.  
  197. /* Define if you have the gettimeofday function.  */
  198. #undef HAVE_GETTIMEOFDAY
  199.  
  200. /* Define if you have the isascii function.  */
  201. #undef HAVE_ISASCII
  202.  
  203. /* Define if you have the memcpy function.  */
  204. #undef HAVE_MEMCPY
  205.  
  206. /* Define if you have the mkfifo function.  */
  207. #undef HAVE_MKFIFO
  208.  
  209. /* Define if you have the statvfs function.  */
  210. #undef HAVE_STATVFS
  211.  
  212. /* Define if you have the strerror function.  */
  213. #undef HAVE_STRERROR
  214.  
  215. /* Define if you have the <dirent.h> header file.  */
  216. #undef HAVE_DIRENT_H
  217.  
  218. /* Define if you have the <errno.h> header file.  */
  219. #undef HAVE_ERRNO_H
  220.  
  221. /* Define if you have the <fcntl.h> header file.  */
  222. #undef HAVE_FCNTL_H
  223.  
  224. /* Define if you have the <limits.h> header file.  */
  225. #undef HAVE_LIMITS_H
  226.  
  227. /* Define if you have the <mntent.h> header file.  */
  228. #undef HAVE_MNTENT_H
  229.  
  230. /* Define if you have the <mnttab.h> header file.  */
  231. #undef HAVE_MNTTAB_H
  232.  
  233. /* Define if you have the <ndir.h> header file.  */
  234. #undef HAVE_NDIR_H
  235.  
  236. /* Define if you have the <string.h> header file.  */
  237. #undef HAVE_STRING_H
  238.  
  239. /* Define if you have the <sys/dir.h> header file.  */
  240. #undef HAVE_SYS_DIR_H
  241.  
  242. /* Define if you have the <sys/filsys.h> header file.  */
  243. #undef HAVE_SYS_FILSYS_H
  244.  
  245. /* Define if you have the <sys/fs_types.h> header file.  */
  246. #undef HAVE_SYS_FS_TYPES_H
  247.  
  248. /* Define if you have the <sys/fstyp.h> header file.  */
  249. #undef HAVE_SYS_FSTYP_H
  250.  
  251. /* Define if you have the <sys/mount.h> header file.  */
  252. #undef HAVE_SYS_MOUNT_H
  253.  
  254. /* Define if you have the <sys/ndir.h> header file.  */
  255. #undef HAVE_SYS_NDIR_H
  256.  
  257. /* Define if you have the <sys/param.h> header file.  */
  258. #undef HAVE_SYS_PARAM_H
  259.  
  260. /* Define if you have the <sys/statfs.h> header file.  */
  261. #undef HAVE_SYS_STATFS_H
  262.  
  263. /* Define if you have the <sys/statvfs.h> header file.  */
  264. #undef HAVE_SYS_STATVFS_H
  265.  
  266. /* Define if you have the <sys/time.h> header file.  */
  267. #undef HAVE_SYS_TIME_H
  268.  
  269. /* Define if you have the <sys/vfs.h> header file.  */
  270. #undef HAVE_SYS_VFS_H
  271.  
  272. /* Define if you have the <unistd.h> header file.  */
  273. #undef HAVE_UNISTD_H
  274.  
  275. /* Define if you have the <utime.h> header file.  */
  276. #undef HAVE_UTIME_H
  277.  
  278. /* Define if you have the bsd library (-lbsd).  */
  279. #undef HAVE_LIBBSD
  280.  
  281. /* Define if you have the ldgc library (-lldgc).  */
  282. #undef HAVE_LIBLDGC
  283.  
  284. /* Define if you have the ypsec library (-lypsec).  */
  285. #undef HAVE_LIBYPSEC
  286.