[svn] *** empty log message ***

This commit is contained in:
hniksic 2003-11-04 05:38:17 -08:00
parent f4cbba565e
commit 2da8868070
1 changed files with 2 additions and 6 deletions

View File

@ -173,11 +173,12 @@ AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(long long)
dnl
dnl Checks for system-specific types.
dnl Checks for non-universal or system-specific types.
dnl
AC_TYPE_SIZE_T
AC_TYPE_PID_T
AC_CHECK_TYPES(uint32_t)
AC_TYPE_SIGNAL
AC_CHECK_TYPES(sig_atomic_t, [], [], [
#include <stdio.h>
#if HAVE_SYS_TYPES_H
@ -191,11 +192,6 @@ AC_CHECK_TYPES(sig_atomic_t, [], [], [
#endif
])
dnl
dnl Return type of signal-handlers
dnl
AC_TYPE_SIGNAL
dnl
dnl Checks for library functions.
dnl