diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-09-06 16:51:26 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-09-06 16:51:26 +0000 |
commit | 44b82ae723b6a824cfee75e452b2ac55e6940bac (patch) | |
tree | 58998be35d836168c85d10cdbe8815a6b10a59ad | |
parent | 30f1bdfd9e2c9645bca2261974d62154f67621e0 (diff) |
Portage lib Unix
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@961 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | config/s-nt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/s-nt.h b/config/s-nt.h index 76f1a9463..317fe8fe7 100644 --- a/config/s-nt.h +++ b/config/s-nt.h @@ -16,7 +16,9 @@ #define HAS_MEMMOVE #define BSD_SIGNALS #define HAS_STRERROR +#define HAS_SOCKETS #define HAS_GETCWD +#define HAS_UTIME #define HAS_DUP2 -#define HAS_SELECT #define HAS_GETHOSTNAME +#define HAS_MKTIME |