[Box Backup-dev] COMMIT r421 - box/chris/win32/vc2005-compile-fixes/lib/win32

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sat, 11 Feb 2006 13:23:06 +0000 (GMT)


Author: chris
Date: 2006-02-11 13:23:04 +0000 (Sat, 11 Feb 2006)
New Revision: 421

Modified:
   box/chris/win32/vc2005-compile-fixes/lib/win32/config.h.win32
Log:
* config.h.win32
- Updated to more closely match the header currently generated by configure
  on MinGW


Modified: box/chris/win32/vc2005-compile-fixes/lib/win32/config.h.win32
===================================================================
--- box/chris/win32/vc2005-compile-fixes/lib/win32/config.h.win32	2006-02-11 13:12:57 UTC (rev 420)
+++ box/chris/win32/vc2005-compile-fixes/lib/win32/config.h.win32	2006-02-11 13:23:04 UTC (rev 421)
@@ -1,12 +1,22 @@
-/* lib/common/config.h.  Generated by configure.  */
-/* lib/common/config.h.in.  Generated from configure.ac by autoheader.  */
+/* lib/common/BoxConfig.h.  Generated by configure.  */
+/* lib/common/BoxConfig.h.in.  Generated from configure.ac by autoheader.  */
+/* Hacked by hand to work for MSVC by Chris Wilson */
 
+/* Define to major version for BDB_VERSION */
+/* #undef BDB_VERSION_MAJOR */
+
+/* Define to minor version for BDB_VERSION */
+/* #undef BDB_VERSION_MINOR */
+
+/* Define to point version for BDB_VERSION */
+/* #undef BDB_VERSION_POINT */
+
+/* Name of the 64 bit endian swapping function */
+/* #undef BSWAP64 */
+
 /* Define to 1 if the `closedir' function returns void instead of `int'. */
-/* #undef CLOSEDIR_VOID */
+#define CLOSEDIR_VOID 1
 
-/* Define to the location of the Berkeley DB 1.85 header */
-/* #undef DB_HEADER */
-
 /* Define to 1 if non-aligned int16 access will fail */
 /* #undef HAVE_ALIGNED_ONLY_INT16 */
 
@@ -16,21 +26,13 @@
 /* Define to 1 if non-aligned int64 access will fail */
 /* #undef HAVE_ALIGNED_ONLY_INT64 */
 
-/* Define to 1 if Berkeley DB is available */
-/* #undef HAVE_DB */
+/* Define to 1 if you have the <asm/byteorder.h> header file. */
+/* #undef HAVE_ASM_BYTEORDER_H */
 
-/* Define to 1 if you have the <db1/db.h> header file. */
-/* #undef HAVE_DB1_DB_H */
+/* Define to 1 if BSWAP64 is defined to the name of a valid 64 bit endian
+   swapping function */
+/* #undef HAVE_BSWAP64 */
 
-/* Define to 1 if you have the <db3/db_185.h> header file. */
-/* #undef HAVE_DB3_DB_185_H */
-
-/* Define to 1 if you have the <db4/db_185.h> header file. */
-/* #undef HAVE_DB4_DB_185_H */
-
-/* Define to 1 if you have the <db_185.h> header file. */
-/* #undef HAVE_DB_185_H */
-
 /* Define to 1 if you have the <db.h> header file. */
 /* #undef HAVE_DB_H */
 
@@ -50,13 +52,20 @@
    don't. */
 #define HAVE_DECL_SO_PEERCRED 0
 
+/* Define to 1 if you have the declaration of `XATTR_NOFOLLOW', and to 0 if
+   you don't. */
+#define HAVE_DECL_XATTR_NOFOLLOW 0
+
 /* Define to 1 if #define of pragmas works */
 /* #undef HAVE_DEFINE_PRAGMA */
 
 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
    */
-// #define HAVE_DIRENT_H 1
+/* #undef HAVE_DIRENT_H */
 
+/* Define to 1 if you have the <editline/readline.h> header file. */
+/* #undef HAVE_EDITLINE_READLINE_H */
+
 /* define if the compiler supports exceptions */
 #define HAVE_EXCEPTIONS 
 
@@ -72,21 +81,27 @@
 /* Define to 1 if you have the `getpeereid' function. */
 /* #undef HAVE_GETPEEREID */
 
+/* Define to 1 if you have the `getpid' function. */
+#define HAVE_GETPID 1
+
+/* Define to 1 if you have the `getxattr' function. */
+/* #undef HAVE_GETXATTR */
+
 /* Define to 1 if you have the <history.h> header file. */
 /* #undef HAVE_HISTORY_H */
 
 /* Define to 1 if you have the <inttypes.h> header file. */
-/* #undef HAVE_INTTYPES_H */
+// #define HAVE_INTTYPES_H 1
 
 /* Define to 1 if you have the `kqueue' function. */
 /* #undef HAVE_KQUEUE */
 
-/* Define to 1 large file support is in use */
-/* #undef HAVE_LARGE_FILE_SUPPORT */
-
 /* Define to 1 if you have the `lchown' function. */
 /* #undef HAVE_LCHOWN */
 
+/* Define to 1 if you have the `lgetxattr' function. */
+/* #undef HAVE_LGETXATTR */
+
 /* Define to 1 if you have the `crypto' library (-lcrypto). */
 #define HAVE_LIBCRYPTO 1
 
@@ -99,9 +114,18 @@
 /* Define to 1 if you have the `z' library (-lz). */
 #define HAVE_LIBZ 1
 
+/* Define to 1 if you have the `listxattr' function. */
+/* #undef HAVE_LISTXATTR */
+
+/* Define to 1 if you have the `llistxattr' function. */
+/* #undef HAVE_LLISTXATTR */
+
 /* Define to 1 if syscall lseek requires a dummy middle parameter */
 /* #undef HAVE_LSEEK_DUMMY_PARAM */
 
+/* Define to 1 if you have the `lsetxattr' function. */
+/* #undef HAVE_LSETXATTR */
+
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
@@ -120,21 +144,25 @@
 /* Define to 1 if you have the <netinet/in.h> header file. */
 /* #undef HAVE_NETINET_IN_H */
 
-#define HAVE_PROCESS_H 1
-
 /* Define to 1 if SSL is pre-0.9.7 */
 /* #undef HAVE_OLD_SSL */
 
 /* Define to 1 if you have the <openssl/ssl.h> header file. */
 #define HAVE_OPENSSL_SSL_H 1
 
+/* Define to 1 if you have the <process.h> header file. */
+#define HAVE_PROCESS_H 1
+
+/* Define to 1 if you have the <pwd.h> header file. */
+/* #undef HAVE_PWD_H */
+
 /* Define to 1 (and set RANDOM_DEVICE) if a random device is available */
 /* #undef HAVE_RANDOM_DEVICE */
 
 /* Define to 1 if you have the <readline.h> header file. */
 /* #undef HAVE_READLINE_H */
 
-/* Define if your readline library has \`add_history' */
+/* Define if your readline library has add_history */
 /* #undef HAVE_READLINE_HISTORY */
 
 /* Define to 1 if you have the <readline/history.h> header file. */
@@ -144,11 +172,17 @@
 /* #undef HAVE_READLINE_READLINE_H */
 
 /* Define to 1 if you have the <regex.h> header file. */
-/* #undef HAVE_REGEX_H */
+// #define HAVE_REGEX_H 1
 
 /* Define to 1 if you have the `setproctitle' function. */
 /* #undef HAVE_SETPROCTITLE */
 
+/* Define to 1 if you have the `setxattr' function. */
+/* #undef HAVE_SETXATTR */
+
+/* Define to 1 if you have the <signal.h> header file. */
+#define HAVE_SIGNAL_H 1
+
 /* Define to 1 if SSL is available */
 #define HAVE_SSL 1
 
@@ -163,7 +197,7 @@
 #define HAVE_STDBOOL_H 1
 
 /* Define to 1 if you have the <stdint.h> header file. */
-/* #undef HAVE_STDINT_H */
+// #define HAVE_STDINT_H 1
 
 /* Define to 1 if you have the <stdlib.h> header file. */
 #define HAVE_STDLIB_H 1
@@ -198,10 +232,16 @@
 /* Define to 1 if you have the `syscall' function. */
 /* #undef HAVE_SYSCALL */
 
+/* Define to 1 if you have the <syslog.h> header file. */
+/* #undef HAVE_SYSLOG_H */
+
 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
    */
 /* #undef HAVE_SYS_DIR_H */
 
+/* Define to 1 if you have the <sys/endian.h> header file. */
+/* #undef HAVE_SYS_ENDIAN_H */
+
 /* Define to 1 if you have the <sys/mnttab.h> header file. */
 /* #undef HAVE_SYS_MNTTAB_H */
 
@@ -212,32 +252,44 @@
    */
 /* #undef HAVE_SYS_NDIR_H */
 
+/* Define to 1 if you have the <sys/param.h> header file. */
+// #define HAVE_SYS_PARAM_H 1
+
+/* Define to 1 if you have the <sys/socket.h> header file. */
+/* #undef HAVE_SYS_SOCKET_H */
+
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
 
 /* Define to 1 if you have the <sys/syscall.h> header file. */
 /* #undef HAVE_SYS_SYSCALL_H */
 
+/* Define to 1 if you have the <sys/time.h> header file. */
+// #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 to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
+/* Define to 1 if you have the <sys/wait.h> header file. */
 /* #undef HAVE_SYS_WAIT_H */
 
 /* Define to 1 if you have the <sys/xattr.h> header file. */
 /* #undef HAVE_SYS_XATTR_H */
 
+/* Define to 1 if you have the <time.h> header file. */
+#define HAVE_TIME_H 1
+
 /* Define to 1 if the system has the type `uint16_t'. */
-// #define HAVE_UINT16_T 1
+#define HAVE_UINT16_T 1
 
 /* Define to 1 if the system has the type `uint32_t'. */
-// #define HAVE_UINT32_T 1
+#define HAVE_UINT32_T 1
 
 /* Define to 1 if the system has the type `uint64_t'. */
-// #define HAVE_UINT64_T 1
+#define HAVE_UINT64_T 1
 
 /* Define to 1 if the system has the type `uint8_t'. */
-// #define HAVE_UINT8_T 1
+#define HAVE_UINT8_T 1
 
 /* Define to 1 if you have the <unistd.h> header file. */
 // #define HAVE_UNISTD_H 1