aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-07-01 18:22:03 +0000
committerlloyd <[email protected]>2006-07-01 18:22:03 +0000
commit9609db4dc754909209b0126dd2c00ac1de680507 (patch)
tree8327c223a4801d768bec06312ac004de5e7257c5 /misc
parent864dcbc7b49d8e57b57af594b88f3853523b74da (diff)
Change build/config.h -> build/build.h
Diffstat (limited to 'misc')
-rw-r--r--misc/config/code/config.pl2
-rw-r--r--misc/config/code/include.pl6
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/config/code/config.pl b/misc/config/code/config.pl
index be6203080..b60517589 100644
--- a/misc/config/code/config.pl
+++ b/misc/config/code/config.pl
@@ -16,7 +16,7 @@ my $BUILD_DIR_CHECKS = 'checks';
my $MAKE_FILE = 'Makefile';
my $BUILD_INCLUDE_DIR = 'build/include';
-my $CONFIG_HEADER = 'config.h';
+my $CONFIG_HEADER = 'build.h';
my $CPP_INCLUDE_DIR_DIRNAME = $PROJECT_NAME_LC;
diff --git a/misc/config/code/include.pl b/misc/config/code/include.pl
index 514acb961..60eccefff 100644
--- a/misc/config/code/include.pl
+++ b/misc/config/code/include.pl
@@ -29,12 +29,12 @@ sub print_config_h
print CONFIG_H <<END_OF_CONFIG_H;
/*************************************************
-* Configuration Header File *
+* Build Config Header File *
* (C) 1999-2006 The Botan Project *
*************************************************/
-#ifndef BOTAN_CONFIG_H__
-#define BOTAN_CONFIG_H__
+#ifndef BOTAN_BUILD_CONFIG_H__
+#define BOTAN_BUILD_CONFIG_H__
#define BOTAN_VERSION_MAJOR $major
#define BOTAN_VERSION_MINOR $minor