summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-02-27 14:41:59 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-27 17:09:44 +0100
commit8b8cd431c5c3ee03974299337ecdd25e0593210a (patch)
tree4216b6f96bf9f646365f280a14a4087def4c5a42 /config_host
parent8281578b89c3df3fe3452a594f6b21483683638a (diff)
move generation of sal/typesizes.h to configure
Change-Id: I22d28044bde624b7cfd8537c5c1e2906cb5303fc
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_typesizes.h.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/config_host/config_typesizes.h.in b/config_host/config_typesizes.h.in
new file mode 100644
index 000000000000..cc0fcf8f8a86
--- /dev/null
+++ b/config_host/config_typesizes.h.in
@@ -0,0 +1,19 @@
+/*
+
+ Alignments and sizes of types.
+
+*/
+
+#ifndef CONFIG_TYPESIZES_H
+#define CONFIG_TYPESIZES_H
+
+#undef SAL_TYPES_ALIGNMENT2
+#undef SAL_TYPES_ALIGNMENT4
+#undef SAL_TYPES_ALIGNMENT8
+#undef SAL_TYPES_SIZEOFSHORT
+#undef SAL_TYPES_SIZEOFINT
+#undef SAL_TYPES_SIZEOFLONG
+#undef SAL_TYPES_SIZEOFLONGLONG
+#undef SAL_TYPES_SIZEOFPOINTER
+
+#endif