diff options
author | Jack Lloyd <[email protected]> | 2017-12-11 16:38:31 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-11 20:10:54 -0500 |
commit | d01025961ffe8b928be751d5adc3000dd34739a4 (patch) | |
tree | aa81c6038495cfb8512e85cc50e8e37b92b6cd23 /src/build-data | |
parent | 6c7b3fc30ede3f78cc91868e496ff9b4476423a6 (diff) |
More simplifications
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/buildh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index aeae12cec..6d814398c 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -44,7 +44,7 @@ /* Target identification and feature test macros */ %{for os_defines} -#define BOTAN_%{i} +#define BOTAN_TARGET_OS_%{i} %{endfor} %{for cc_defines} @@ -59,7 +59,7 @@ * Module availability definitions */ %{for module_defines} -#define BOTAN_%{i} +#define BOTAN_HAS_%{i} %{endfor} /* @@ -68,7 +68,7 @@ %{local_config} %{for house_ecc_curve_defines} -%{i} +#define BOTAN_HOUSE_ECC_CURVE_%{i} %{endfor} /* |