]> granicus.if.org Git - curl/commitdiff
Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition.
authorYang Tse <yangsita@gmail.com>
Sun, 10 Aug 2008 00:39:45 +0000 (00:39 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 10 Aug 2008 00:39:45 +0000 (00:39 +0000)
This should have been done with the initial 64-bit curl_off_t patch.

ares/Makefile.netware

index 209035d9e55356dc26a52cef878cb3c4243c3172..2e00b09566ae14294146ede08d08609a80ed282d 100644 (file)
@@ -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) >> $@