From 253a4e7a9f26facc7e266f700832a213473d05f9 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 10 Jun 2008 13:00:27 -0700 Subject: Make it possible to use "inline" and "restrict" Put the appropriate machinery in place to be able to use the "inline" and "restrict" keywords with appropriate semantics. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9a73514..1551948 100644 --- a/configure.in +++ b/configure.in @@ -92,6 +92,8 @@ AC_CHECK_HEADERS(stdbool.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST +AC_C_INLINE +AC_C_RESTRICT AC_TYPE_SIZE_T AC_C_BIGENDIAN(AC_DEFINE(WORDS_BIGENDIAN),AC_DEFINE(WORDS_LITTLEENDIAN)) AH_TEMPLATE(WORDS_BIGENDIAN, -- cgit v1.2.3