From 74e5beab9dbeb0e893754b8c21679527b5b7e178 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 24 Nov 2005 10:22:46 +0000 Subject: Doug Kaufman's set of patches to make curl build fine on DJGPP again using configure. --- src/setup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/setup.h b/src/setup.h index 7bc3cb17f..01823157c 100644 --- a/src/setup.h +++ b/src/setup.h @@ -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 -- cgit v1.2.3