Add data storage for two application-provided variables.

GNU configure goes very mad when sensing anything with -lwrap
since those two vars are missing
This commit is contained in:
Andrey A. Chernov 1999-04-03 03:29:14 +00:00
parent cd9559886a
commit b53aaddfad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45255
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#
# $Id$
# $Id: Makefile,v 1.1 1999/03/14 17:56:11 markm Exp $
#
MAINTAINER=markm@FreeBSD.org
@ -19,7 +19,7 @@ CFLAGS+=-DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 \
SRCS= clean_exit.c diag.c eval.c fix_options.c fromhost.c \
hosts_access.c hosts_ctl.c misc.c myvsyslog.c options.c \
percent_m.c percent_x.c refuse.c rfc931.c shell_cmd.c \
socket.c tli.c update.c workarounds.c
socket.c tli.c update.c workarounds.c libvars.c
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \

2
lib/libwrap/libvars.c Normal file
View File

@ -0,0 +1,2 @@
int allow_severity;
int deny_severity;