summaryrefslogtreecommitdiff
path: root/lib/common/BoxConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/BoxConfig.h')
-rw-r--r--lib/common/BoxConfig.h17
1 files changed, 12 insertions, 5 deletions
diff --git a/lib/common/BoxConfig.h b/lib/common/BoxConfig.h
index 0758963a..71fa5e51 100644
--- a/lib/common/BoxConfig.h
+++ b/lib/common/BoxConfig.h
@@ -1,11 +1,12 @@
-// distribution boxbackup-0.11rc1 (svn version: 2023_2024)
+// distribution boxbackup-0.11rc2 (svn version: 2072)
//
-// Copyright (c) 2003 - 2006
+// Copyright (c) 2003 - 2008
// Ben Summers and contributors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
+//
// 1. Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// 2. Redistributions in binary form must reproduce the above copyright
@@ -112,6 +113,12 @@
*/
#define HAVE_DIRENT_H 1
+/* Define to 1 if `dd_fd' is member of `DIR'. */
+/* #undef HAVE_DIR_DD_FD */
+
+/* Define to 1 if `d_fd' is member of `DIR'. */
+/* #undef HAVE_DIR_D_FD */
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
@@ -399,19 +406,19 @@
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "box@fluffy.co.uk"
+#define PACKAGE_BUGREPORT "boxbackup@fluffy.co.uk"
/* Define to the full name of this package. */
#define PACKAGE_NAME "Box Backup"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Box Backup 0.10"
+#define PACKAGE_STRING "Box Backup 0.11"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "box-backup"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10"
+#define PACKAGE_VERSION "0.11"
/* Location of the perl executable */
#define PERL_EXECUTABLE "/usr/bin/perl"