[Box Backup-dev] COMMIT r259 - box/chris/win32/vc2005-compile-fixes/lib/win32
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 21 Dec 2005 00:26:33 +0000 (GMT)
Author: chris
Date: 2005-12-21 00:26:30 +0000 (Wed, 21 Dec 2005)
New Revision: 259
Modified:
box/chris/win32/vc2005-compile-fixes/lib/win32/config.h.win32
Log:
* config.h.win32
- Undefine HAVE_UNISTD_H since Visual C++ 2005 doesn't
Modified: box/chris/win32/vc2005-compile-fixes/lib/win32/config.h.win32
===================================================================
--- box/chris/win32/vc2005-compile-fixes/lib/win32/config.h.win32 2005-12-21 00:25:17 UTC (rev 258)
+++ box/chris/win32/vc2005-compile-fixes/lib/win32/config.h.win32 2005-12-21 00:26:30 UTC (rev 259)
@@ -238,7 +238,7 @@
// #define HAVE_UINT8_T 1
/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
+// #define HAVE_UNISTD_H 1
/* Define to 1 if the system has the type `u_int16_t'. */
/* #undef HAVE_U_INT16_T */