Remove iruserok()
This commit is contained in:

committed by
Nico Williams

parent
3b8c762dd0
commit
8fae8a1826
@@ -358,7 +358,6 @@ AC_BROKEN([ \
|
||||
getusershell \
|
||||
initgroups \
|
||||
innetgr \
|
||||
iruserok \
|
||||
localtime_r \
|
||||
lstat \
|
||||
memmove \
|
||||
@@ -511,26 +510,6 @@ AC_NEED_PROTO([#include <unistd.h>], gethostname)
|
||||
AC_NEED_PROTO([#include <unistd.h>], mkstemp)
|
||||
AC_NEED_PROTO([#include <unistd.h>], getusershell)
|
||||
AC_NEED_PROTO([#include <unistd.h>], daemon)
|
||||
AC_NEED_PROTO([
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETDB_H
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif],
|
||||
iruserok)
|
||||
|
||||
AC_NEED_PROTO([
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
|
Reference in New Issue
Block a user