]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Borland doesn't have <sys/utime.h> nor utime().
authorGisle Vanem <gvanem@broadpark.no>
Sun, 14 Nov 2004 13:49:09 +0000 (13:49 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Sun, 14 Nov 2004 13:49:09 +0000 (13:49 +0000)
lib/config-win32.h

index 3aa27b639e1094611de47c0110bc296ffadd3f3b..820e9b5b90d94173a6511d9cff28da6de55b1063 100644 (file)
@@ -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
 /*#define HAVE_UNAME 1*/
 
 /* Define if you have utime() */
+#ifndef __BORLANDC__
 #define HAVE_UTIME 1
+#endif
 
 /* Define if you have the <alloca.h> header file.  */
 /*#define HAVE_ALLOCA_H 1*/
 #define HAVE_SYS_STAT_H 1
 
 /* Define if you have the <sys/utime.h> header file */
+#ifndef __BORLANDC__
 #define HAVE_SYS_UTIME_H 1
+#endif
 
 /* Define if you have the <sys/types.h> header file.  */
 #define HAVE_SYS_TYPES_H 1