home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / gnuc / make-3.64 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-26  |  4.2 KB  |  169 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 1
  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. #undef HAVE_STRCOLL
  12.  
  13. /* Define if you have unistd.h.  */
  14. #define HAVE_UNISTD_H 1
  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 your struct nlist has an n_un member.  */
  23. #undef NLIST_NAME_UNION
  24.  
  25. /* Define if you have nlist.h.    */
  26. #define NLIST_STRUCT 1
  27.  
  28. /* Define if your C compiler doesn't accept -c and -o together.  */
  29. #undef NO_MINUS_C_MINUS_O
  30.  
  31. /* Define as the return type of signal handlers (int or void).  */
  32. #define RETSIGTYPE void
  33.  
  34. /* Define if the setvbuf function takes the buffering type as its second
  35.    argument and the buffer pointer as the third, as on System V
  36.    before release 3.  */
  37. #undef SETVBUF_REVERSED
  38.  
  39. /* Define if you have the ANSI C header files.    */
  40. #undef STDC_HEADERS
  41.  
  42. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  43. #undef SYSDIR
  44.  
  45. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  46. #undef SYSNDIR
  47.  
  48. /* Define if you do not have strings.h, index, bzero, etc..  */
  49. #undef USG
  50.  
  51. /* Define if the closedir function returns void instead of int.  */
  52. #undef VOID_CLOSEDIR
  53.  
  54. /* Define if on AIX 3.
  55.    System headers sometimes define this.
  56.    We just want to avoid a redefinition error message.    */
  57. #ifndef _ALL_SOURCE
  58. #undef _ALL_SOURCE
  59. #endif
  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. #undef _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. #undef HAVE_UNION_WAIT
  96.  
  97. /* Define if `sys_siglist' is declared by <signal.h>.  */
  98. #undef SYS_SIGLIST_DECLARED
  99.  
  100. /* If using the C implementation of alloca, define if you know the
  101.    direction of stack growth for your system; otherwise it will be
  102.    automatically deduced at run-time.
  103.     STACK_DIRECTION > 0 => grows toward higher addresses
  104.     STACK_DIRECTION < 0 => grows toward lower addresses
  105.     STACK_DIRECTION = 0 => direction of growth unknown
  106.  */
  107. #undef STACK_DIRECTION
  108.  
  109. /* Define to the name of the SCCS `get' command.  */
  110. #define SCCS_GET "get"
  111.  
  112. /* Define if you have getdtablesize.  */
  113. #define HAVE_GETDTABLESIZE 1
  114.  
  115. /* Define if you have sys_siglist.  */
  116. #define HAVE_SYS_SIGLIST 1
  117.  
  118. /* Define if you have _sys_siglist.  */
  119. #undef HAVE__SYS_SIGLIST
  120.  
  121. /* Define if you have psignal.    */
  122. #define HAVE_PSIGNAL 1
  123.  
  124. /* Define if you have dup2.  */
  125. #define HAVE_DUP2 1
  126.  
  127. /* Define if you have getcwd.  */
  128. #define HAVE_GETCWD 1
  129.  
  130. /* Define if you have sigsetmask.  */
  131. #define HAVE_SIGSETMASK 1
  132.  
  133. /* Define if you have getgroups.  */
  134. #define HAVE_GETGROUPS 1
  135.  
  136. /* Define if you have setlinebuf.  */
  137. #define HAVE_SETLINEBUF 1
  138.  
  139. /* Define if you have setreuid.  */
  140. #undef HAVE_SETREUID
  141.  
  142. /* Define if you have setregid.  */
  143. #undef HAVE_SETREGID
  144.  
  145. /* Only one of the following two is needed */
  146. /* Define if you have waitpid.    */
  147. #define HAVE_WAITPID 1
  148.  
  149. /* Define if you have wait3.  */
  150. #undef HAVE_WAIT3
  151.  
  152. /* Define if you have the <limits.h> header file.  */
  153. #define HAVE_LIMITS_H 1
  154.  
  155. /* Define if you have the <sys/param.h> header file.  */
  156. #define HAVE_SYS_PARAM_H 1
  157.  
  158. /* Define if you have the <fcntl.h> header file.  */
  159. #define HAVE_FCNTL_H 1
  160.  
  161. /* Define if you have the <string.h> header file.  */
  162. #define HAVE_STRING_H 1
  163.  
  164. /* Define if you have the <memory.h> header file.  */
  165. #define HAVE_MEMORY_H 1
  166.  
  167. /* Define if you have the <sys/wait.h> header file.  */
  168. #define HAVE_SYS_WAIT_H 1
  169.