mirror of
https://github.com/openssh/openssh-portable.git
synced 2026-01-12 00:04:08 +08:00
Create replacement netgroup.h if needed.
Remove #ifdef HAVE_NETGROUP_H wrapper. ok djm@
This commit is contained in:
@@ -21,9 +21,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#ifdef HAVE_NETGROUP_H
|
||||
# include <netgroup.h>
|
||||
#endif
|
||||
#include <netgroup.h>
|
||||
#include <pwd.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -477,7 +477,6 @@ AC_CHECK_HEADERS([ \
|
||||
ndir.h \
|
||||
net/if_tun.h \
|
||||
netdb.h \
|
||||
netgroup.h \
|
||||
pam/pam_appl.h \
|
||||
pty.h \
|
||||
readpassphrase.h \
|
||||
@@ -533,6 +532,7 @@ AC_CHECK_HEADERS([ \
|
||||
ifaddrs.h \
|
||||
libgen.h \
|
||||
paths.h \
|
||||
netgroup.h \
|
||||
poll.h \
|
||||
stdint.h \
|
||||
sys/stat.h \
|
||||
|
||||
Reference in New Issue
Block a user