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

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


Author: chris
Date: 2006-08-09 23:35:48 +0000 (Wed, 09 Aug 2006)
New Revision: 760

Modified:
   box/chris/general/lib/common/BoxConfig-MSVC.h
Log:
* BoxConfig-MSVC.h
- Don't define HAVE_SYS_TYPES_H, since we don't want to include 
  <sys/types.h> because its _ino_t conflicts with our own


Modified: box/chris/general/lib/common/BoxConfig-MSVC.h
===================================================================
--- box/chris/general/lib/common/BoxConfig-MSVC.h	2006-08-09 23:25:56 UTC (rev 759)
+++ box/chris/general/lib/common/BoxConfig-MSVC.h	2006-08-09 23:35:48 UTC (rev 760)
@@ -268,7 +268,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 */




More information about the Boxbackup-dev mailing list