aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/buildh.in
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-01-09 10:07:31 -0500
committerJack Lloyd <[email protected]>2018-01-09 10:07:31 -0500
commit92749094c285d14a683b490042d79a960991490c (patch)
treef31e6c7a144c2f8c1ac2b8e323de7c5c0a819f71 /src/build-data/buildh.in
parentd220c13939be5102b7916d36c1031b77a07f972c (diff)
parentf0575ecf644a583afb491d14df1f7b03dae7bd32 (diff)
Merge GH #1378 Use OS feature flags instead of OS name for enabling system specific code
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r--src/build-data/buildh.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in
index 10b03ca70..9333cfb8a 100644
--- a/src/build-data/buildh.in
+++ b/src/build-data/buildh.in
@@ -45,9 +45,6 @@
/* Target identification and feature test macros */
#define BOTAN_TARGET_OS_IS_%{os_name|upper}
-%{if os_type}
-#define BOTAN_TARGET_OS_TYPE_IS_%{os_type|upper}
-%{endif}
%{for os_features}
#define BOTAN_TARGET_OS_HAS_%{i|upper}