home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / fileutils-3.9-src.lha / src / build / fileutils-3.9 / config.h next >
C/C++ Source or Header  |  1994-02-22  |  7KB  |  221 lines

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