[Box Backup-dev] COMMIT r260 - in box/trunk: . lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 21 Dec 2005 00:43:33 +0000 (GMT)
Author: martin
Date: 2005-12-21 00:43:31 +0000 (Wed, 21 Dec 2005)
New Revision: 260
Modified:
box/trunk/configure.ac
box/trunk/lib/common/BoxPlatform.h
Log:
Rename config.h to BoxConfig.h to help prevent clashes
Modified: box/trunk/configure.ac
===================================================================
--- box/trunk/configure.ac 2005-12-21 00:26:30 UTC (rev 259)
+++ box/trunk/configure.ac 2005-12-21 00:43:31 UTC (rev 260)
@@ -4,7 +4,7 @@
AC_PREREQ(2.59)
AC_INIT([Box Backup], 0.09, [box@fluffy.co.uk])
AC_CONFIG_SRCDIR([lib/common/Box.h])
-AC_CONFIG_HEADERS([lib/common/config.h])
+AC_CONFIG_HEADERS([lib/common/BoxConfig.h])
touch install-sh
AC_CANONICAL_SYSTEM
Modified: box/trunk/lib/common/BoxPlatform.h
===================================================================
--- box/trunk/lib/common/BoxPlatform.h 2005-12-21 00:26:30 UTC (rev 259)
+++ box/trunk/lib/common/BoxPlatform.h 2005-12-21 00:43:31 UTC (rev 260)
@@ -21,7 +21,7 @@
#define PLATFORM_DEV_NULL "/dev/null"
-#include "config.h"
+#include "BoxConfig.h"
#ifdef WIN32
// need msvcrt version 6.1 or higher for _gmtime64()