commit - 9f090d7554d4c0dec9f7c79f9d57eb9b4f16eefa
commit + bb3096b0d3318bea42b5b0d3aa5788f4bdf0893f
blob - 8f4585a7c7800ae964693ad20c6014654aa93ac5
blob + f6d83468445067739bee702f683eb523ff24373c
--- configure.ng
+++ configure.ng
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;
blob - 09afbfd18cb13d1c70495c2175e8df5422d4dd00
blob + b55ff9790c551f7d461088f611595014eb616906
--- src/portab/portabtest.c
+++ src/portab/portabtest.c
#include "exp.h"
+int allow_severity = 0, deny_severity = 0;
+
static void Panic PARAMS (( char *Reason, int Code ));