diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-10 00:39:45 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-10 00:39:45 +0000 |
commit | 6237fd2c16931c416e14c99f4d413460633481b9 (patch) | |
tree | 671dc434abfd5d534072e3770c56c6fbb3c42a6a /ares/Makefile.netware | |
parent | b023f9bd2a140fedb3fc85b3df6b94ea839c26bd (diff) |
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 'ares/Makefile.netware')
-rw-r--r-- | ares/Makefile.netware | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 209035d9e..2e00b0956 100644 --- a/ares/Makefile.netware +++ b/ares/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) >> $@ |