[Box Backup-dev] COMMIT r763 - box/chris/general/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Aug 10 00:41:49 BST 2006


Author: chris
Date: 2006-08-09 23:41:47 +0000 (Wed, 09 Aug 2006)
New Revision: 763

Modified:
   box/chris/general/lib/common/BoxConfig-MSVC.h
Log:
* BoxConfig-MSVC.h
- We do have O_BINARY on MSVC


Modified: box/chris/general/lib/common/BoxConfig-MSVC.h
===================================================================
--- box/chris/general/lib/common/BoxConfig-MSVC.h	2006-08-09 23:39:54 UTC (rev 762)
+++ box/chris/general/lib/common/BoxConfig-MSVC.h	2006-08-09 23:41:47 UTC (rev 763)
@@ -56,6 +56,10 @@
    you don't. */
 #define HAVE_DECL_XATTR_NOFOLLOW 0
 
+/* Define to 1 if you have the declaration of `O_BINARY', and to 0 if you
+   don't. */
+#define HAVE_DECL_O_BINARY 1
+
 /* Define to 1 if #define of pragmas works */
 /* #undef HAVE_DEFINE_PRAGMA */
 




More information about the Boxbackup-dev mailing list