mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:07:16 +03:00
Added CARES_INCLUDES_SYS_TYPES
This commit is contained in:
parent
256489639c
commit
dd8d472318
1 changed files with 19 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#***************************************************************************
|
||||
|
||||
# File version for 'aclocal' use. Keep it a single number.
|
||||
# serial 28
|
||||
# serial 29
|
||||
|
||||
|
||||
dnl CARES_INCLUDES_ARPA_INET
|
||||
|
|
@ -187,6 +187,24 @@ cares_includes_sys_socket="\
|
|||
])
|
||||
|
||||
|
||||
dnl CARES_INCLUDES_SYS_TYPES
|
||||
dnl -------------------------------------------------
|
||||
dnl Set up variable with list of headers that must be
|
||||
dnl included when sys/types.h is to be included.
|
||||
|
||||
AC_DEFUN([CARES_INCLUDES_SYS_TYPES], [
|
||||
cares_includes_sys_types="\
|
||||
/* includes start */
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
/* includes end */"
|
||||
AC_CHECK_HEADERS(
|
||||
sys/types.h,
|
||||
[], [], [$cares_includes_sys_types])
|
||||
])
|
||||
|
||||
|
||||
dnl CARES_INCLUDES_SYS_UIO
|
||||
dnl -------------------------------------------------
|
||||
dnl Set up variable with list of headers that must be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue