From 8b8cd431c5c3ee03974299337ecdd25e0593210a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 27 Feb 2013 14:41:59 +0100 Subject: move generation of sal/typesizes.h to configure Change-Id: I22d28044bde624b7cfd8537c5c1e2906cb5303fc --- config_host/config_typesizes.h.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config_host/config_typesizes.h.in (limited to 'config_host/config_typesizes.h.in') 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 -- cgit