For unknown reason _G_HAVE_SYS_RESOURCE was defined to 0 instead

of 1. (we have it). Please check gnu2bmake script
This commit is contained in:
Andrey A. Chernov 1994-11-23 21:11:20 +00:00
parent 284cd8b7b9
commit 97b8db5f63

View File

@ -63,7 +63,7 @@ typedef unsigned _G_uint64_t;
#define _G_NO_EXTERN_TEMPLATES
#endif
#define _G_HAVE_ATEXIT 1
#define _G_HAVE_SYS_RESOURCE 0
#define _G_HAVE_SYS_RESOURCE 1
#define _G_HAVE_SYS_SOCKET 1
#define _G_HAVE_SYS_WAIT 1
#define _G_HAVE_UNISTD 1