Doug Kaufman's set of patches to make curl build fine on DJGPP again using

configure.
This commit is contained in:
Daniel Stenberg
2005-11-24 10:22:46 +00:00
parent b41765f441
commit 74e5beab9d
6 changed files with 28 additions and 4 deletions

View File

@@ -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