mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:43:33 +03:00
Doug Kaufman's set of patches to make curl build fine on DJGPP again using
configure.
This commit is contained in:
parent
b41765f441
commit
74e5beab9d
6 changed files with 28 additions and 4 deletions
|
|
@ -103,7 +103,9 @@ int fileno( FILE *stream);
|
|||
#ifdef word
|
||||
#undef word
|
||||
#endif
|
||||
#ifndef HAVE_LIMITS_H
|
||||
#define HAVE_LIMITS_H /* we have limits.h */
|
||||
#endif
|
||||
#define DIR_CHAR "/"
|
||||
#define DOT_CHAR "_"
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue