From: Gisle Vanem Date: Sun, 14 Nov 2004 13:49:09 +0000 (+0000) Subject: Borland doesn't have nor utime(). X-Git-Tag: curl-7_12_3~200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3ecd552f5c89998052f83814b199b263f34f517;p=thirdparty%2Fcurl.git Borland doesn't have nor utime(). --- diff --git a/lib/config-win32.h b/lib/config-win32.h index 3aa27b639e..820e9b5b90 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -41,7 +41,7 @@ /* Borland lacks _lseeki64(), so we don't support >2GB files */ #ifdef __BORLANDC__ -#define SIZEOF_CURL_OFF_T 4 +#define SIZEOF_CURL_OFF_T 4 #else #define SIZEOF_CURL_OFF_T 8 #endif @@ -121,7 +121,9 @@ /*#define HAVE_UNAME 1*/ /* Define if you have utime() */ +#ifndef __BORLANDC__ #define HAVE_UTIME 1 +#endif /* Define if you have the header file. */ /*#define HAVE_ALLOCA_H 1*/ @@ -178,7 +180,9 @@ #define HAVE_SYS_STAT_H 1 /* Define if you have the header file */ +#ifndef __BORLANDC__ #define HAVE_SYS_UTIME_H 1 +#endif /* Define if you have the header file. */ #define HAVE_SYS_TYPES_H 1