home *** CD-ROM | disk | FTP | other *** search
/ Dream 41 / Amiga_Dream_41.iso / Amiga / Programmation / c / gcc / make-3_68.lha / make-3.68 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-20  |  4.6 KB  |  172 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 to empty if the keyword does not work.  */
  12. #undef const
  13.  
  14. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  15.    This function is required for alloca.c support on those systems.  */
  16. #undef CRAY_STACKSEG_END
  17.  
  18. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  19. #undef DGUX
  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 if the `getloadavg' function needs to be run setuid or setgid.  */
  29. #undef GETLOADAVG_PRIVILEGED
  30.  
  31. /* Define to `int' if <sys/types.h> doesn't define.  */
  32. #undef gid_t
  33.  
  34. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  35. #undef HAVE_ALLOCA_H
  36.  
  37. /* Define if you have the strcoll function and it is properly defined.    */
  38. #define HAVE_STRCOLL 1
  39.  
  40. /* Define if `union wait' is the type of the first arg to wait functions.  */
  41. #define HAVE_UNION_WAIT 1
  42.  
  43. /* Define if you have unistd.h.  */
  44. #define HAVE_UNISTD_H 1
  45.  
  46. /* Define if you have vfork.h.    */
  47. #undef HAVE_VFORK_H
  48.  
  49. /* Define if on MINIX.    */
  50. #undef _MINIX
  51.  
  52. /* Define if you don't have dirent.h, but have ndir.h.  */
  53. #undef NDIR
  54.  
  55. /* Define if your struct nlist has an n_un member.  */
  56. #undef NLIST_NAME_UNION
  57.  
  58. /* Define if you have nlist.h.    */
  59. #define NLIST_STRUCT 1
  60.  
  61. /* Define if your C compiler doesn't accept -c and -o together.  */
  62. #undef NO_MINUS_C_MINUS_O
  63.  
  64. /* Define to `int' if <sys/types.h> doesn't define.  */
  65. #undef pid_t
  66.  
  67. /* Define if the system does not provide POSIX.1 features except
  68.    with this defined.  */
  69. #undef _POSIX_1_SOURCE
  70.  
  71. /* Define if you need to in order for stat and other things to work.  */
  72. #undef _POSIX_SOURCE
  73.  
  74. /* Define as the return type of signal handlers (int or void).  */
  75. #define RETSIGTYPE void
  76.  
  77. /* Define if the setvbuf function takes the buffering type as its second
  78.    argument and the buffer pointer as the third, as on System V
  79.    before release 3.  */
  80. #undef SETVBUF_REVERSED
  81.  
  82. /* If using the C implementation of alloca, define if you know the
  83.    direction of stack growth for your system; otherwise it will be
  84.    automatically deduced at run-time.
  85.     STACK_DIRECTION > 0 => grows toward higher addresses
  86.     STACK_DIRECTION < 0 => grows toward lower addresses
  87.     STACK_DIRECTION = 0 => direction of growth unknown
  88.  */
  89. #undef STACK_DIRECTION
  90.  
  91. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  92. #undef STAT_MACROS_BROKEN
  93.  
  94. /* Define if you have the ANSI C header files.    */
  95. #define STDC_HEADERS 1
  96.  
  97. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  98. #undef SYSDIR
  99.  
  100. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  101. #undef SYSNDIR
  102.  
  103. /* Define if `sys_siglist' is declared by <signal.h>.  */
  104. #undef SYS_SIGLIST_DECLARED
  105.  
  106. /* Define to `int' if <sys/types.h> doesn't define.  */
  107. #undef uid_t
  108.  
  109. /* Define for Encore UMAX.  */
  110. #undef UMAX
  111.  
  112. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  113.    instead of <sys/cpustats.h>.  */
  114. #undef UMAX4_3
  115.  
  116. /* Define if you do not have strings.h, index, bzero, etc..  */
  117. #undef USG
  118.  
  119. /* Define vfork as fork if vfork does not work.  */
  120. #undef vfork
  121.  
  122. /* Define if the closedir function returns void instead of int.  */
  123. #undef VOID_CLOSEDIR
  124.  
  125. /* Define to the name of the SCCS `get' command.  */
  126. #define SCCS_GET "get"
  127.  
  128. /* Define if you have waitpid.    */
  129. #define HAVE_WAITPID 1
  130.  
  131. /* Define if you have wait3.  */
  132. #define HAVE_WAIT3 1
  133.  
  134. /* Define if you have the <limits.h> header file.  */
  135. #define HAVE_LIMITS_H 1
  136.  
  137. /* Define if you have the <sys/param.h> header file.  */
  138. #define HAVE_SYS_PARAM_H 1
  139.  
  140. /* Define if you have the <fcntl.h> header file.  */
  141. #define HAVE_FCNTL_H 1
  142.  
  143. /* Define if you have the <string.h> header file.  */
  144. #define HAVE_STRING_H 1
  145.  
  146. /* Define if you have the <memory.h> header file.  */
  147. #define HAVE_MEMORY_H 1
  148.  
  149. /* Define if you have the <mach/mach.h> header file.  */
  150. #undef HAVE_MACH_MACH_H
  151.  
  152. /* Define if you have the <sys/wait.h> header file.  */
  153. #define HAVE_SYS_WAIT_H 1
  154.  
  155. /* Define if you have the util library (-lutil).  */
  156. #undef HAVE_UTIL
  157.  
  158. /* Define if you have the getloadavg library (-lgetloadavg).  */
  159. #undef HAVE_GETLOADAVG
  160.  
  161. /* Define if you have the dgc library (-ldgc).  */
  162. #undef HAVE_DGC
  163.  
  164. /* Define if you have the elf library (-lelf).  */
  165. #undef HAVE_ELF
  166.  
  167. /* Define if you have the seq library (-lseq).  */
  168. #undef HAVE_SEQ
  169.  
  170. /* Define if you have psignal */
  171. #define HAVE_PSIGNAL 1
  172.