Changeset 192 for trunk/src/gmake/config.h.OS2.libc
- Timestamp:
- Dec 17, 2004, 4:37:43 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/config.h.OS2.libc
r57 r192 87 87 88 88 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 89 # undefHAVE_SYS_WAIT_H 189 #define HAVE_SYS_WAIT_H 1 90 90 91 91 /* Define if your struct tm has tm_zone. */ … … 216 216 217 217 /* Define this if the C library defines the variable `sys_siglist'. */ 218 /* #undef HAVE_SYS_SIGLIST */ 218 #define HAVE_SYS_SIGLIST 1 219 219 220 220 /* Define this if the C library defines the variable `_sys_siglist'. */ … … 287 287 288 288 /* Define if you have the strsignal function. */ 289 /* #undef HAVE_STRSIGNAL */ 289 #define HAVE_STRSIGNAL 290 290 291 291 /* Define if you have the wait3 function. */ 292 /* #undef HAVE_WAIT3 */ 292 #define HAVE_WAIT3 1 293 293 294 294 /* Define if you have the waitpid function. */ … … 405 405 #define LIBDIR "." 406 406 407 #define HAVE_SA_RESTART 1 408 409 #if 0 407 410 static inline int getloadavg(double loadavg[], int nelem) 408 411 { … … 414 417 return 0; 415 418 } 416 417 418 #if 1 419 #endif 420 421 422 #if 0 419 423 #include <string.h> 420 424
Note:
See TracChangeset
for help on using the changeset viewer.