mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 09:12:44 +00:00
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:
parent
cd9559886a
commit
b53aaddfad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45255
@ -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
2
lib/libwrap/libvars.c
Normal file
@ -0,0 +1,2 @@
|
||||
int allow_severity;
|
||||
int deny_severity;
|
Loading…
Reference in New Issue
Block a user