mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
Gisle Vanem updated the code for win32 and djgpp builds.
This commit is contained in:
parent
f1da9e508e
commit
c3614fa6a3
@ -8,6 +8,9 @@
|
|||||||
/* Define if you have the <io.h> header file. */
|
/* Define if you have the <io.h> header file. */
|
||||||
#define HAVE_IO_H 1
|
#define HAVE_IO_H 1
|
||||||
|
|
||||||
|
/* Define if you have the <limits.h> header file */
|
||||||
|
#define HAVE_LIMITS_H 1
|
||||||
|
|
||||||
/* Define if you have the strdup function. */
|
/* Define if you have the strdup function. */
|
||||||
#define HAVE_STRDUP 1
|
#define HAVE_STRDUP 1
|
||||||
|
|
||||||
|
@ -88,6 +88,10 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_LIMITS_H
|
||||||
|
#include <limits.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SYS_POLL_H
|
#ifdef HAVE_SYS_POLL_H
|
||||||
#include <sys/poll.h>
|
#include <sys/poll.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -92,6 +92,7 @@ int fileno( FILE *stream);
|
|||||||
#ifdef word
|
#ifdef word
|
||||||
#undef word
|
#undef word
|
||||||
#endif
|
#endif
|
||||||
|
#define HAVE_LIMITS_H /* we have limits.h */
|
||||||
#define DIR_CHAR "/"
|
#define DIR_CHAR "/"
|
||||||
#define DOT_CHAR "_"
|
#define DOT_CHAR "_"
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user