mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r18339: need these checks for roken.h on hpux
(This used to be commit e98e0a28a0
)
This commit is contained in:
parent
d159cffe2f
commit
5c104c1d2f
@ -58,6 +58,17 @@ AC_CHECK_TYPE(intptr_t, unsigned long long)
|
||||
AC_CHECK_TYPE(uint32_t, unsigned long)
|
||||
AC_CHECK_TYPE(ssize_t, int)
|
||||
|
||||
dnl these are needed for heimdal roken.h
|
||||
AC_CHECK_TYPE(struct sockaddr, [], [], [
|
||||
AC_INCLUDES_DEFAULT
|
||||
#include <sys/socket.h>])
|
||||
AC_CHECK_TYPE(struct sockaddr_storage, [], [], [
|
||||
AC_INCLUDES_DEFAULT
|
||||
#include <sys/socket.h>])
|
||||
AC_CHECK_TYPE(struct addrinfo, [], [], [
|
||||
AC_INCLUDES_DEFAULT
|
||||
#include <netdb.h>])
|
||||
|
||||
AC_TYPE_SIGNAL
|
||||
AC_TYPE_UID_T
|
||||
AC_TYPE_MODE_T
|
||||
|
Loading…
Reference in New Issue
Block a user