From 536464bb7aced3f8a52f533f217b1b8bc6162b1b Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Sat, 14 Jun 2003 13:51:29 +0000 Subject: [PATCH] Initial revision. --- m4/type-sizes.m4 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 m4/type-sizes.m4 diff --git a/m4/type-sizes.m4 b/m4/type-sizes.m4 new file mode 100644 index 0000000..0a01d82 --- /dev/null +++ b/m4/type-sizes.m4 @@ -0,0 +1,21 @@ +dnl +dnl Mmmh. Maybe shouldn't do this +dnl +AC_DEFUN([ALBERT_TYPE_SIZES], +[AC_C_BIGENDIAN +AC_C_CONST +AC_C_INLINE +AC_C_VOLATILE +AC_C_STRINGIZE +AC_TYPE_SIZE_T +AC_C_LONG_DOUBLE +AC_CHECK_SIZEOF(char) +AC_CHECK_SIZEOF(short) +AC_CHECK_SIZEOF(int) +AC_CHECK_SIZEOF(long) +AC_CHECK_SIZEOF(long long) +AC_CHECK_SIZEOF(void *) +AC_CHECK_SIZEOF(float) +AC_CHECK_SIZEOF(double) +AC_CHECK_SIZEOF(long double) +]) -- GitLab