From 5222834ee1feadffc5ba01a0bb972b08d542ed02 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 6 Sep 2008 23:04:12 +0000 Subject: 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. --- misc/config/buildh.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'misc/config') 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} -- cgit v1.2.3