home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / gcc / bmake363.zoo / make / src / config.h next >
Encoding:
C/C++ Source or Header  |  1993-03-01  |  3.6 KB  |  145 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* Generated automatically from configure.in by autoheader.  DO NOT EDIT!  */
  3.  
  4. /* Define if you have dirent.h.  */
  5. #define DIRENT
  6.  
  7. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  8. #undef HAVE_ALLOCA_H
  9.  
  10. /* Define if you have the strcoll function and it is properly defined.  */
  11. #define HAVE_STRCOLL
  12.  
  13. /* Define if you have unistd.h.  */
  14. #define HAVE_UNISTD_H
  15.  
  16. /* Define if you have vfork.h.  */
  17. #undef HAVE_VFORK_H
  18.  
  19. /* Define vfork as fork if vfork does not work.  */
  20. /* #undef vfork */
  21.  
  22. /* Define if you have memory.h, and string.h doesn't declare the
  23.    mem* functions.  */
  24. #undef NEED_MEMORY_H
  25.  
  26. /* Define if your struct nlist has an n_un member.  */
  27. #undef NLIST_NAME_UNION
  28.  
  29. /* Define if you have nlist.h.  */
  30. #undef NLIST_STRUCT
  31.  
  32. /* Define if your C compiler doesn't accept -c and -o together.  */
  33. #undef NO_MINUS_C_MINUS_O
  34.  
  35. /* Define as the return type of signal handlers (int or void).  */
  36. #undef RETSIGTYPE void
  37.  
  38. /* Define if the setvbuf function takes the buffering type as its second
  39.    argument and the buffer pointer as the third, as on System V
  40.    before release 3.  */
  41. #undef SETVBUF_REVERSED
  42.  
  43. /* Define if you have the ANSI C header files.  */
  44. #define STDC_HEADERS
  45.  
  46. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  47. #undef SYSDIR
  48.  
  49. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  50. #undef SYSNDIR
  51.  
  52. /* Define if you do not have strings.h, index, bzero, etc..  */
  53. #define USG
  54.  
  55. /* Define if the closedir function returns void instead of int.  */
  56. #undef VOID_CLOSEDIR
  57.  
  58. /* Define if on AIX 3.  */
  59. #undef _ALL_SOURCE
  60.  
  61. /* Define if on MINIX.  */
  62. #undef _MINIX
  63.  
  64. /* Define if on MINIX.  */
  65. #undef _POSIX_1_SOURCE
  66.  
  67. /* Define if you need to in order for stat and other things to work.  */
  68. #define _POSIX_SOURCE
  69.  
  70. /* Define on System V Release 4.  */
  71. #undef SVR4
  72.  
  73. /* Define for Encore UMAX.  */
  74. #undef UMAX
  75.  
  76. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  77.    instead of <sys/cpustats.h>.  */
  78. #undef UMAX4_3
  79.  
  80. /* Define to `int' if <sys/types.h> doesn't define.  */
  81. #undef uid_t
  82. #undef gid_t
  83. #undef pid_t
  84.  
  85. /* Define to empty if the keyword does not work.  */
  86. #undef const
  87.  
  88. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  89. #undef DGUX
  90.  
  91. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  92. #undef GETLOADAVG_PRIVILEGED
  93.  
  94. /* Define if `union wait' is the type of the first arg to wait functions.  */
  95. #define HAVE_UNION_WAIT
  96.  
  97.  
  98. /* Define if you have getdtablesize.  */
  99. #undef HAVE_GETDTABLESIZE
  100.  
  101. /* Define if you have sys_siglist.  */
  102. #define HAVE_SYS_SIGLIST
  103.  
  104. /* Define if you have _sys_siglist.  */
  105. #undef HAVE__SYS_SIGLIST
  106.  
  107. /* Define if you have dup2.  */
  108. #define HAVE_DUP2
  109.  
  110. /* Define if you have getcwd.  */
  111. #define HAVE_GETCWD
  112.  
  113. /* Define if you have sigsetmask.  */
  114. #define HAVE_SIGSETMASK
  115.  
  116. /* Define if you have getgroups.  */
  117. #undef HAVE_GETGROUPS
  118.  
  119. /* Define if you have setlinebuf.  */
  120. #define HAVE_SETLINEBUF
  121.  
  122. /* Define if you have setreuid.  */
  123. #define HAVE_SETREUID
  124.  
  125. /* Define if you have setregid.  */
  126. #define HAVE_SETREGID
  127.  
  128. /* Define if you have waitpid.  */
  129. #define HAVE_WAITPID
  130.  
  131. /* Define if you have wait3.  */
  132. #define HAVE_WAIT3
  133.  
  134. /* Define if you have the <limits.h> header file.  */
  135. #define HAVE_LIMITS_H
  136.  
  137. /* Define if you have the <sys/param.h> header file.  */
  138. #define HAVE_SYS_PARAM_H
  139.  
  140. /* Define if you have the <fcntl.h> header file.  */
  141. #define HAVE_FCNTL_H
  142.  
  143. /* Define if you have the <sys/wait.h> header file.  */
  144. #define HAVE_SYS_WAIT_H
  145.