summaryrefslogtreecommitdiff
path: root/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-08-10 00:39:45 +0000
committerYang Tse <yangsita@gmail.com>2008-08-10 00:39:45 +0000
commitd23952ffdf836ee7162deba4a9ac402a84f67f47 (patch)
tree1db3d604d6fb989554ed9e5adef67c4c50325f4e /Makefile.netware
parentbad5e6f6ae70ac4651b285bed92bc37c7dc6aeeb (diff)
downloadc-ares-d23952ffdf836ee7162deba4a9ac402a84f67f47.tar.gz
c-ares-d23952ffdf836ee7162deba4a9ac402a84f67f47.tar.bz2
c-ares-d23952ffdf836ee7162deba4a9ac402a84f67f47.zip
Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition.
This should have been done with the initial 64-bit curl_off_t patch.
Diffstat (limited to 'Makefile.netware')
-rw-r--r--Makefile.netware1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.netware b/Makefile.netware
index 209035d..2e00b09 100644
--- a/Makefile.netware
+++ b/Makefile.netware
@@ -388,7 +388,6 @@ endif
@echo $(DL)#define HAVE_UTIME 1$(DL) >> $@
@echo $(DL)#define HAVE_UTIME_H 1$(DL) >> $@
@echo $(DL)#define RETSIGTYPE void$(DL) >> $@
- @echo $(DL)#define SIZEOF_CURL_OFF_T 4$(DL) >> $@
@echo $(DL)#define SIZEOF_STRUCT_IN_ADDR 4$(DL) >> $@
@echo $(DL)#define STDC_HEADERS 1$(DL) >> $@
@echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@