diff options
author | lloyd <[email protected]> | 2008-09-06 23:04:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-06 23:04:12 +0000 |
commit | 5222834ee1feadffc5ba01a0bb972b08d542ed02 (patch) | |
tree | 90a2f4438f6aa9a2157090d8d56b450b5f648640 /misc/config | |
parent | 2c39ad817ed4ec734684553a5e474f1c8f6da932 (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.in | 17 |
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} |