summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-12-30 12:14:16 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-12-30 16:08:10 -0600
commit878828757a25978a9c22371f6ccfd5729ce04ea4 (patch)
tree0df255c8825f583576d7f57d502f5e9505c6364b /config_host.mk.in
parent16ea3bec808dc53de557bf1765c503b38848ab8d (diff)
move SIZEOF_* to config_host.mk
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 494ed92407da..7d33cb83540c 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -47,6 +47,12 @@ export ENABLE_UGLY="@ENABLE_UGLY@"
export ENABLE_XMLSEC="@ENABLE_XMLSEC@"
export ENABLE_ZENITY="@ENABLE_ZENITY@"
export SAL_ENABLE_FILE_LOCKING="1"
+export SIZEOF_DOUBLE="@SIZEOF_DOUBLE@"
+export SIZEOF_INT="@SIZEOF_INT@"
+export SIZEOF_LONG="@SIZEOF_LONG@"
+export SIZEOF_LONGLONG="@SIZEOF_LONGLONG@"
+export SIZEOF_POINTER="@SIZEOF_POINTER@"
+export SIZEOF_SHORT="@SIZEOF_SHORT@"
export SYSTEM_APACHE_COMMONS="@SYSTEM_APACHE_COMMONS@"
export SYSTEM_BOOST="@SYSTEM_BOOST@"
export SYSTEM_BSH="@SYSTEM_BSH@"