home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / make / make-3.74 / configh.dos < prev    next >
Encoding:
Text File  |  1995-08-01  |  7.8 KB  |  287 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /*
  5. ** Note that any #undef lines that are not commented out
  6. ** represent items that the configure script thought that
  7. ** we had, but we don't.
  8. */
  9.  
  10. #ifdef WIN32
  11. #include "nt.h"
  12. #endif
  13.  
  14. /* This is horrendous on the command line due to a bug in gcc */
  15. /* so we will define it here */
  16. #define INCLUDEDIR "/usr/include"
  17. #define LIBDIR "/usr/lib"
  18.  
  19. /* Define if on AIX 3.
  20.    System headers sometimes define this.
  21.    We just want to avoid a redefinition error message.  */
  22. #ifndef _ALL_SOURCE
  23. /* #undef _ALL_SOURCE */
  24. #endif
  25.  
  26. /* Define if using alloca.c.  */
  27. /* #undef C_ALLOCA */
  28.  
  29. /* Define to empty if the keyword does not work.  */
  30. /* #undef const */
  31.  
  32. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  33.    This function is required for alloca.c support on those systems.  */
  34. /* #undef CRAY_STACKSEG_END */
  35.  
  36. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  37. /* #undef DGUX */
  38.  
  39. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  40. #define GETLOADAVG_PRIVILEGED 1
  41.  
  42. /* Define to `int' if <sys/types.h> doesn't define.  */
  43. #define gid_t int
  44.  
  45. /* Define if you have alloca, as a function or macro.  */
  46. #define HAVE_ALLOCA 1
  47.  
  48. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  49. /* #undef HAVE_ALLOCA_H */
  50.  
  51. /* Define if you don't have vprintf but do have _doprnt.  */
  52. /* #undef HAVE_DOPRNT */
  53.  
  54. /* Define if your system has its own `getloadavg' function.  */
  55. #define HAVE_GETLOADAVG 1
  56.  
  57. /* Define if you have the getmntent function.  */
  58. /* #undef HAVE_GETMNTENT */
  59.  
  60. /* Define if the `long double' type works.  */
  61. /* #undef HAVE_LONG_DOUBLE */
  62.  
  63. /* Define if you support file names longer than 14 characters.  */
  64. /* #undef HAVE_LONG_FILE_NAMES */
  65.  
  66. /* Define if you have a working `mmap' system call.  */
  67. /* #undef HAVE_MMAP */
  68.  
  69. /* Define if system calls automatically restart after interruption
  70.    by a signal.  */
  71. /* #undef HAVE_RESTARTABLE_SYSCALLS */
  72.  
  73. /* Define if your struct stat has st_blksize.  */
  74. /* #undef HAVE_ST_BLKSIZE */
  75.  
  76. /* Define if your struct stat has st_blocks.  */
  77. /* #undef HAVE_ST_BLOCKS */
  78.  
  79. /* Define if you have the strcoll function and it is properly defined.  */
  80. /* #undef HAVE_STRCOLL */
  81.  
  82. /* Define if your struct stat has st_rdev.  */
  83. /* #undef HAVE_ST_RDEV */
  84.  
  85. /* Define if you have the strftime function.  */
  86. /* #undef HAVE_STRFTIME */
  87.  
  88. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  89. /* #undef HAVE_SYS_WAIT_H */
  90.  
  91. /* Define if your struct tm has tm_zone.  */
  92. /* #undef HAVE_TM_ZONE */
  93.  
  94. /* Define if you don't have tm_zone but do have the external array
  95.    tzname.  */
  96. /* #undef HAVE_TZNAME */
  97.  
  98. /* Define if you have <unistd.h>.  */
  99. /* #undef HAVE_UNISTD_H */
  100.  
  101. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  102. /* #undef HAVE_UTIME_NULL */
  103.  
  104. /* Define if you have <vfork.h>.  */
  105. /* #undef HAVE_VFORK_H */
  106.  
  107. /* Define if you have the vprintf function.  */
  108. /* #undef HAVE_VPRINTF */
  109.  
  110. /* Define if you have the wait3 system call.  */
  111. #define HAVE_WAIT3 1
  112.  
  113. /* Define if on MINIX.  */
  114. /* #undef _MINIX */
  115.  
  116. /* Define if your struct nlist has an n_un member.  */
  117. /* #undef NLIST_NAME_UNION */
  118.  
  119. /* Define if you have <nlist.h>.  */
  120. /* #undef NLIST_STRUCT */
  121.  
  122. /* Define if your C compiler doesn't accept -c and -o together.  */
  123. #define NO_MINUS_C_MINUS_O 1
  124.  
  125. /* Define to `int' if <sys/types.h> doesn't define.  */
  126. #define pid_t int
  127.  
  128. /* Define if the system does not provide POSIX.1 features except
  129.    with this defined.  */
  130. /* #undef _POSIX_1_SOURCE */
  131.  
  132. /* Define if you need to in order for stat and other things to work.  */
  133. /* #undef _POSIX_SOURCE */
  134.  
  135. /* Define as the return type of signal handlers (int or void).  */
  136. #define RETSIGTYPE void
  137.  
  138. /* Define if the setvbuf function takes the buffering type as its second
  139.    argument and the buffer pointer as the third, as on System V
  140.    before release 3.  */
  141. /* #undef SETVBUF_REVERSED */
  142.  
  143. /* If using the C implementation of alloca, define if you know the
  144.    direction of stack growth for your system; otherwise it will be
  145.    automatically deduced at run-time.
  146.     STACK_DIRECTION > 0 => grows toward higher addresses
  147.     STACK_DIRECTION < 0 => grows toward lower addresses
  148.     STACK_DIRECTION = 0 => direction of growth unknown
  149.  */
  150. /* #undef STACK_DIRECTION */
  151.  
  152. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  153. /* #undef STAT_MACROS_BROKEN */
  154.  
  155. /* Define if you have the ANSI C header files.  */
  156. /* #undef STDC_HEADERS */
  157.  
  158. /* Define on System V Release 4.  */
  159. /* #undef SVR4 */
  160.  
  161. /* Define if `sys_siglist' is declared by <signal.h>.  */
  162. /* #undef SYS_SIGLIST_DECLARED */
  163.  
  164. /* Define to `int' if <sys/types.h> doesn't define.  */
  165. #define uid_t int
  166.  
  167. /* Define for Encore UMAX.  */
  168. /* #undef UMAX */
  169.  
  170. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  171.    instead of <sys/cpustats.h>.  */
  172. /* #undef UMAX4_3 */
  173.  
  174. /* Define vfork as fork if vfork does not work.  */
  175. #define vfork fork
  176.  
  177. /* Define to the name of the SCCS `get' command.  */
  178. #define SCCS_GET "get"
  179.  
  180. /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
  181. /* #undef SCCS_GET_MINUS_G */
  182.  
  183. /* Define this if the C library defines the variable `sys_siglist'.  */
  184. #undef HAVE_SYS_SIGLIST 
  185.  
  186. /* Define this if the C library defines the variable `_sys_siglist'.  */
  187. #define HAVE__SYS_SIGLIST 1
  188.  
  189. /* Define this if you have the `union wait' type in <sys/wait.h>.  */
  190. /* #undef HAVE_UNION_WAIT */
  191.  
  192. /* Define this if the POSIX.1 call `sysconf (_SC_OPEN_MAX)' works properly.  */
  193. /* #undef HAVE_SYSCONF_OPEN_MAX */
  194.  
  195. /* Define if you have the dup2 function.  */
  196. #define HAVE_DUP2 1
  197.  
  198. /* Define if you have the getcwd function.  */
  199. #define HAVE_GETCWD 1
  200.  
  201. /* Define if you have the getdtablesize function.  */
  202. #undef HAVE_GETDTABLESIZE
  203.  
  204. /* Define if you have the getgroups function.  */
  205. #define HAVE_GETGROUPS 1
  206.  
  207. /* Define if you have the mktemp function.  */
  208. #undef HAVE_MKTEMP 
  209.  
  210. /* Define if you have the psignal function.  */
  211. #define HAVE_PSIGNAL 1
  212.  
  213. /* Define if you have the setegid function.  */
  214. #undef HAVE_SETEGID 
  215.  
  216. /* Define if you have the seteuid function.  */
  217. #undef HAVE_SETEUID 
  218.  
  219. /* Define if you have the setlinebuf function.  */
  220. #undef HAVE_SETLINEBUF
  221.  
  222. /* Define if you have the setregid function.  */
  223. #undef HAVE_SETREGID 
  224.  
  225. /* Define if you have the setreuid function.  */
  226. #undef HAVE_SETREUID 
  227.  
  228. /* Define if you have the sigsetmask function.  */
  229. #undef HAVE_SIGSETMASK
  230.  
  231. /* Define if you have the strerror function.  */
  232. #define HAVE_STRERROR 1
  233.  
  234. /* Define if you have the strsignal function.  */
  235. #undef HAVE_STRSIGNAL
  236.  
  237. /* Define if you have the wait3 function.  */
  238. #undef  HAVE_WAIT3
  239.  
  240. /* Define if you have the waitpid function.  */
  241. #undef  HAVE_WAITPID
  242.  
  243. /* Define if you have the <dirent.h> header file.  */
  244. #define HAVE_DIRENT_H 1
  245.  
  246. /* Define if you have the <fcntl.h> header file.  */
  247. #define HAVE_FCNTL_H 1
  248.  
  249. /* Define if you have the <limits.h> header file.  */
  250. #define HAVE_LIMITS_H 1
  251.  
  252. /* Define if you have the <mach/mach.h> header file.  */
  253. /* #undef HAVE_MACH_MACH_H */
  254.  
  255. /* Define if you have the <memory.h> header file.  */
  256. #define HAVE_MEMORY_H 1
  257.  
  258. /* Define if you have the <ndir.h> header file.  */
  259. /* #undef HAVE_NDIR_H */
  260.  
  261. /* Define if you have the <string.h> header file.  */
  262. #define HAVE_STRING_H 1
  263.  
  264. /* Define if you have the <sys/dir.h> header file.  */
  265. /* #undef HAVE_SYS_DIR_H */
  266.  
  267. /* Define if you have the <sys/ndir.h> header file.  */
  268. /* #undef HAVE_SYS_NDIR_H */
  269.  
  270. /* Define if you have the <sys/param.h> header file.  */
  271. #define HAVE_SYS_PARAM_H 1
  272.  
  273. /* Define if you have the <sys/timeb.h> header file.  */
  274. #define HAVE_SYS_TIMEB_H 1
  275.  
  276. /* Define if you have the <sys/wait.h> header file.  */
  277. /* #undef HAVE_SYS_WAIT_H */
  278.  
  279. /* Define if you have the <unistd.h> header file.  */
  280. /* #undef HAVE_UNISTD_H */
  281.  
  282. /* Define if you have the dgc library (-ldgc).  */
  283. /* #undef HAVE_LIBDGC */
  284.  
  285. /* Define if you have the sun library (-lsun).  */
  286. #define HAVE_LIBSUN 1
  287.