From fd79d4ee6122808d10baf270bb21fdeba23d72e8 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Tue, 27 Aug 2002 18:10:51 +0000 Subject: * configure.ac: Check type of mode_t. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 67f160b3d..11193baa7 100644 --- a/configure.ac +++ b/configure.ac @@ -504,6 +504,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_C_INLINE AC_TYPE_SIZE_T +AC_TYPE_MODE_T AC_TYPE_SIGNAL AC_DECL_SYS_SIGLIST -- cgit v1.2.3