home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / make-3.70-src.lha / src / build / make-3.70 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-21  |  6.0 KB  |  223 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 for DGUX with <sys/dg_sys_info.h>.  */
  22. /* #undef DGUX */
  23.  
  24. /* Define if you have dirent.h.  */
  25. #define DIRENT 1
  26.  
  27. /* Define to the type of elements in the array set by `getgroups'.
  28.    Usually this is either `int' or `gid_t'.  */
  29. #define GETGROUPS_T int
  30.  
  31. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  32. /* #undef GETLOADAVG_PRIVILEGED */
  33.  
  34. /* Define to `int' if <sys/types.h> doesn't define.  */
  35. /* #undef gid_t */
  36.  
  37. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  38. /* #undef HAVE_ALLOCA_H */
  39.  
  40. /* Define if your system has its own `getloadavg' function.  */
  41. /* #undef HAVE_GETLOADAVG */
  42.  
  43. /* Define if you have the strcoll function and it is properly defined.  */
  44. #define HAVE_STRCOLL 1
  45.  
  46. /* Define if `union wait' is the type of the first arg to wait functions.  */
  47. #define HAVE_UNION_WAIT 1
  48.  
  49. /* Define if you have vfork.h.  */
  50. /* #undef HAVE_VFORK_H */
  51.  
  52. /* Define if on MINIX.  */
  53. /* #undef _MINIX */
  54.  
  55. /* Define if you don't have dirent.h, but have ndir.h.  */
  56. /* #undef NDIR */
  57.  
  58. /* Define if your struct nlist has an n_un member.  */
  59. /* #undef NLIST_NAME_UNION */
  60.  
  61. /* Define if you have nlist.h.  */
  62. #define NLIST_STRUCT 1
  63.  
  64. /* Define if your C compiler doesn't accept -c and -o together.  */
  65. /* #undef NO_MINUS_C_MINUS_O */
  66.  
  67. /* Define to `int' if <sys/types.h> doesn't define.  */
  68. /* #undef pid_t */
  69.  
  70. /* Define if the system does not provide POSIX.1 features except
  71.    with this defined.  */
  72. /* #undef _POSIX_1_SOURCE */
  73.  
  74. /* Define if you need to in order for stat and other things to work.  */
  75. /* #undef _POSIX_SOURCE */
  76.  
  77. /* Define as the return type of signal handlers (int or void).  */
  78. #define RETSIGTYPE void
  79.  
  80. /* Define if the setvbuf function takes the buffering type as its second
  81.    argument and the buffer pointer as the third, as on System V
  82.    before release 3.  */
  83. /* #undef SETVBUF_REVERSED */
  84.  
  85. /* If using the C implementation of alloca, define if you know the
  86.    direction of stack growth for your system; otherwise it will be
  87.    automatically deduced at run-time.
  88.     STACK_DIRECTION > 0 => grows toward higher addresses
  89.     STACK_DIRECTION < 0 => grows toward lower addresses
  90.     STACK_DIRECTION = 0 => direction of growth unknown
  91.  */
  92. /* #undef STACK_DIRECTION */
  93.  
  94. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  95. /* #undef STAT_MACROS_BROKEN */
  96.  
  97. /* Define if you have the ANSI C header files.  */
  98. /* #undef STDC_HEADERS */
  99.  
  100. /* Define on System V Release 4.  */
  101. /* #undef SVR4 */
  102.  
  103. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  104. /* #undef SYSDIR */
  105.  
  106. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  107. /* #undef SYSNDIR */
  108.  
  109. /* Define if `sys_siglist' is declared by <signal.h>.  */
  110. #define SYS_SIGLIST_DECLARED 1
  111.  
  112. /* Define to `int' if <sys/types.h> doesn't define.  */
  113. /* #undef uid_t */
  114.  
  115. /* Define for Encore UMAX.  */
  116. /* #undef UMAX */
  117.  
  118. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  119.    instead of <sys/cpustats.h>.  */
  120. /* #undef UMAX4_3 */
  121.  
  122. /* Define vfork as fork if vfork does not work.  */
  123. /* #undef vfork */
  124.  
  125. /* Define if the closedir function returns void instead of int.  */
  126. /* #undef VOID_CLOSEDIR */
  127.  
  128. /* Define to the name of the SCCS `get' command.  */
  129. #define SCCS_GET "get"
  130.  
  131. /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
  132. /* #undef SCCS_GET_MINUS_G */
  133.  
  134. /* Define if you have _sys_siglist.  */
  135. /* #undef HAVE__SYS_SIGLIST */
  136.  
  137. /* Define if you have dup2.  */
  138. #define HAVE_DUP2 1
  139.  
  140. /* Define if you have getcwd.  */
  141. #define HAVE_GETCWD 1
  142.  
  143. /* Define if you have getdtablesize.  */
  144. #define HAVE_GETDTABLESIZE 1
  145.  
  146. /* Define if you have getgroups.  */
  147. #define HAVE_GETGROUPS 1
  148.  
  149. /* Define if you have psignal.  */
  150. #define HAVE_PSIGNAL 1
  151.  
  152. /* Define if you have setlinebuf.  */
  153. #define HAVE_SETLINEBUF 1
  154.  
  155. /* Define if you have setregid.  */
  156. /* #undef HAVE_SETREGID */
  157.  
  158. /* Define if you have setreuid.  */
  159. /* #undef HAVE_SETREUID */
  160.  
  161. /* Define if you have sigsetmask.  */
  162. #define HAVE_SIGSETMASK 1
  163.  
  164. /* Define if you have strerror.  */
  165. #define HAVE_STRERROR 1
  166.  
  167. /* Define if you have sys_siglist.  */
  168. #define HAVE_SYS_SIGLIST 1
  169.  
  170. /* Define if you have wait3.  */
  171. #define HAVE_WAIT3 1
  172.  
  173. /* Define if you have waitpid.  */
  174. #define HAVE_WAITPID 1
  175.  
  176. /* Define if you have the <fcntl.h> header file.  */
  177. #define HAVE_FCNTL_H 1
  178.  
  179. /* Define if you have the <limits.h> header file.  */
  180. #define HAVE_LIMITS_H 1
  181.  
  182. /* Define if you have the <mach/mach.h> header file.  */
  183. /* #undef HAVE_MACH_MACH_H */
  184.  
  185. /* Define if you have the <memory.h> header file.  */
  186. #define HAVE_MEMORY_H 1
  187.  
  188. /* Define if you have the <string.h> header file.  */
  189. #define HAVE_STRING_H 1
  190.  
  191. /* Define if you have the <sys/param.h> header file.  */
  192. #define HAVE_SYS_PARAM_H 1
  193.  
  194. /* Define if you have the <sys/timeb.h> header file.  */
  195. #define HAVE_SYS_TIMEB_H 1
  196.  
  197. /* Define if you have the <sys/wait.h> header file.  */
  198. #define HAVE_SYS_WAIT_H 1
  199.  
  200. /* Define if you have the <unistd.h> header file.  */
  201. #define HAVE_UNISTD_H 1
  202.  
  203. /* Define if you have the dgc library (-ldgc).  */
  204. /* #undef HAVE_DGC */
  205.  
  206. /* Define if you have the elf library (-lelf).  */
  207. /* #undef HAVE_ELF */
  208.  
  209. /* Define if you have the getloadavg library (-lgetloadavg).  */
  210. /* #undef HAVE_GETLOADAVG */
  211.  
  212. /* Define if you have the kvm library (-lkvm).  */
  213. /* #undef HAVE_KVM */
  214.  
  215. /* Define if you have the seq library (-lseq).  */
  216. /* #undef HAVE_SEQ */
  217.  
  218. /* Define if you have the sun library (-lsun).  */
  219. /* #undef HAVE_SUN */
  220.  
  221. /* Define if you have the util library (-lutil).  */
  222. /* #undef HAVE_UTIL */
  223.