[Box Backup-commit] COMMIT r1357 - box/chris/merge/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sun, 04 Mar 2007 23:04:02 +0000
Author: chris
Date: 2007-03-04 23:04:02 +0000 (Sun, 04 Mar 2007)
New Revision: 1357
Modified:
box/chris/merge/lib/common/BoxConfig-MSVC.h
Log:
Declare that we have O_BINARY but not <sys/types.h> for MSVC
(refs #3, merges [760] and [763])
Modified: box/chris/merge/lib/common/BoxConfig-MSVC.h
===================================================================
--- box/chris/merge/lib/common/BoxConfig-MSVC.h 2007-03-04 22:59:22 UTC (rev 1356)
+++ box/chris/merge/lib/common/BoxConfig-MSVC.h 2007-03-04 23:04:02 UTC (rev 1357)
@@ -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 */
@@ -268,7 +272,7 @@
// #define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
+// #define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/wait.h> header file. */
/* #undef HAVE_SYS_WAIT_H */
@@ -318,6 +322,12 @@
/* Define to 1 if __syscall is available but needs a definition */
/* #undef HAVE___SYSCALL_NEED_DEFN */
+/* max value of long long calculated by configure */
+/* #undef LLONG_MAX */
+
+/* min value of long long calculated by configure */
+/* #undef LLONG_MIN */
+
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
/* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */