check getsockname for proto compat
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8909 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -389,6 +389,16 @@ AC_PROTO_COMPAT([
|
||||
],
|
||||
getservbyname, struct servent *getservbyname(const char *, const char *))
|
||||
|
||||
AC_PROTO_COMPAT([
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
],
|
||||
getsockname, int getsockname(int, struct sockaddr*, socklen_t*))
|
||||
|
||||
AC_PROTO_COMPAT([
|
||||
#ifdef HAVE_SYSLOG_H
|
||||
#include <syslog.h>
|
||||
|
Reference in New Issue
Block a user