]> sjero.net Git - wget/blobdiff - windows/config.h.bor
[svn] Fix for Borland's broken (on Win9X) `utime' function.
[wget] / windows / config.h.bor
index 60a629e0839709ed666dd81973cddd629608ea89..18ade4c8a66b9506cd511b86972776e265bd7093 100644 (file)
 #define ftruncate chsize
 #define inline __inline
 
+/* Define if the free Borland C++Builder 5.5 command-line compiler is used,
+   because its utime() has a bug. */
+#define HACK_BCC_UTIME_BUG
+
+#ifdef HACK_BCC_UTIME_BUG
+#define utime borland_utime
+#endif
+
 /* Define if you have the <alloca.h> header file.  */
 #undef HAVE_ALLOCA_H