diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-03-02 23:05:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-03-02 23:05:01 +0000 |
commit | 8ddd89a323a7599a9ea9ac102df552f8f4488946 (patch) | |
tree | 0f5d894af62d4ba89ccdb5c53e5f971c91e70d19 | |
parent | 5d25dec9b9b5019cfca6fbede4edf6cfbb58cf98 (diff) |
sys/select.h and gettimeofday() adjusted
-rw-r--r-- | config-win32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-win32.h b/config-win32.h index 8fe85e8aa..20e00ca47 100644 --- a/config-win32.h +++ b/config-win32.h @@ -51,7 +51,7 @@ #define HAVE_GETSERVBYNAME 1 /* Define if you have the gettimeofday function. */ -#define HAVE_GETTIMEOFDAY 1 +/* #define HAVE_GETTIMEOFDAY 1 */ /* Define if you have the inet_addr function. */ #define HAVE_INET_ADDR 1 @@ -126,7 +126,7 @@ /*#define HAVE_SYS_PARAM_H 1*/ /* Define if you have the <sys/select.h> header file. */ -#define HAVE_SYS_SELECT_H 1 +/* #define HAVE_SYS_SELECT_H 1 */ /* Define if you have the <sys/socket.h> header file. */ /*#define HAVE_SYS_SOCKET_H 1*/ |