aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-06 23:04:12 +0000
committerlloyd <[email protected]>2008-09-06 23:04:12 +0000
commit5222834ee1feadffc5ba01a0bb972b08d542ed02 (patch)
tree90a2f4438f6aa9a2157090d8d56b450b5f648640 /misc/config
parent2c39ad817ed4ec734684553a5e474f1c8f6da932 (diff)
Include a comment in the generated build.h stating that the file was
automatically generated, along with the time, the command line arguments, the target compiler/CPU, and the enabled modules.
Diffstat (limited to 'misc/config')
-rw-r--r--misc/config/buildh.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/config/buildh.in b/misc/config/buildh.in
index 6e59b482b..7739d9bc4 100644
--- a/misc/config/buildh.in
+++ b/misc/config/buildh.in
@@ -2,6 +2,23 @@
#ifndef BOTAN_BUILD_CONFIG_H__
#define BOTAN_BUILD_CONFIG_H__
+/*
+This file was automatically generated at
+ @{var:timestamp} UTC
+by
+ @{var:command-line}
+
+Target
+-------
+Compiler: @{var:cc} @{var:lib_opt} @{var:mach_opt}
+Arch: @{var:submodel}/@{var:arch}
+OS: @{var:os}
+
+Modules
+-------
+@{var:mod-list}
+*/
+
#define BOTAN_VERSION_MAJOR @{var:version_major}
#define BOTAN_VERSION_MINOR @{var:version_minor}
#define BOTAN_VERSION_PATCH @{var:version_patch}