mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-08 08:46:39 +00:00
Fix configure script and "make check" for TCP Wrappers
Add missing #include's and static variables. Problem spotted on OpenBSD. (cherry picked from commit e747fe92775f577a38f8dd681f7a58f751348f5e) Conflicts: configure.ng src/portab/portabtest.c
This commit is contained in:
parent
9f090d7554
commit
bb3096b0d3
@ -467,6 +467,8 @@ AC_ARG_WITH(tcp-wrappers,
|
||||
LIBS="-lwrap $LIBS"
|
||||
LIBS_END="-lwrap $LIBS_END"
|
||||
AC_TRY_LINK([
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <tcpd.h>
|
||||
int allow_severity = 0;
|
||||
int deny_severity = 0;
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include "exp.h"
|
||||
|
||||
int allow_severity = 0, deny_severity = 0;
|
||||
|
||||
|
||||
static void Panic PARAMS (( char *Reason, int Code ));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user