mirror of
https://github.com/curl/curl.git
synced 2026-05-15 02:06:21 +03:00
Added HAVE_SYS_TIME_H for djgpp and HighC.
This commit is contained in:
parent
c7aae10300
commit
c9c8ee3796
1 changed files with 5 additions and 0 deletions
|
|
@ -116,6 +116,7 @@
|
|||
#define HAVE_STRCASECMP 1
|
||||
#define HAVE_SIGACTION 1
|
||||
#define HAVE_SIGSETJMP 1
|
||||
#define HAVE_SYS_TIME_H 1
|
||||
|
||||
#if (DJGPP_MINOR >= 4)
|
||||
#define HAVE_STRLCAT 1
|
||||
|
|
@ -133,6 +134,10 @@
|
|||
#define HAVE_STRCASECMP 1
|
||||
#endif
|
||||
|
||||
#if defined(__HIGHC__)
|
||||
#define HAVE_SYS_TIME_H 1
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <tcp.h> /* Watt-32 API */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue