summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-24 10:22:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-24 10:22:46 +0000
commit74e5beab9dbeb0e893754b8c21679527b5b7e178 (patch)
tree1fcd900435ec3ee95ba7ae0b0d0ed339ad1aacf1 /src/setup.h
parentb41765f4416b3bdd05694073ae58b8d5a003ec1b (diff)
downloadcurl-74e5beab9dbeb0e893754b8c21679527b5b7e178.tar.gz
Doug Kaufman's set of patches to make curl build fine on DJGPP again using
configure.
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h2
1 files changed, 2 insertions, 0 deletions
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