mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] *** empty log message ***
This commit is contained in:
parent
f4cbba565e
commit
2da8868070
@ -173,11 +173,12 @@ AC_CHECK_SIZEOF(long)
|
|||||||
AC_CHECK_SIZEOF(long long)
|
AC_CHECK_SIZEOF(long long)
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Checks for system-specific types.
|
dnl Checks for non-universal or system-specific types.
|
||||||
dnl
|
dnl
|
||||||
AC_TYPE_SIZE_T
|
AC_TYPE_SIZE_T
|
||||||
AC_TYPE_PID_T
|
AC_TYPE_PID_T
|
||||||
AC_CHECK_TYPES(uint32_t)
|
AC_CHECK_TYPES(uint32_t)
|
||||||
|
AC_TYPE_SIGNAL
|
||||||
AC_CHECK_TYPES(sig_atomic_t, [], [], [
|
AC_CHECK_TYPES(sig_atomic_t, [], [], [
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#if HAVE_SYS_TYPES_H
|
#if HAVE_SYS_TYPES_H
|
||||||
@ -191,11 +192,6 @@ AC_CHECK_TYPES(sig_atomic_t, [], [], [
|
|||||||
#endif
|
#endif
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl
|
|
||||||
dnl Return type of signal-handlers
|
|
||||||
dnl
|
|
||||||
AC_TYPE_SIGNAL
|
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Checks for library functions.
|
dnl Checks for library functions.
|
||||||
dnl
|
dnl
|
||||||
|
Loading…
Reference in New Issue
Block a user