14 lines
618 B
Makefile
14 lines
618 B
Makefile
# $NetBSD: Makefile.cflags,v 1.2 1997/01/20 06:22:05 cjs Exp $
|
|
|
|
CFLAGS+=-DFACILITY=LOG_AUTHPRIV -DSEVERITY=LOG_INFO
|
|
CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" -DHOSTS_ACCESS -DDAEMON_UMASK=022
|
|
CFLAGS+=-DRFC931_TIMEOUT=10 -DALWAYS_HOSTNAME -DSYS_ERRLIST_DEFINED
|
|
CFLAGS+=-DHOSTS_ALLOW=\"/etc/hosts.allow\" -DHOSTS_DENY=\"/etc/hosts.deny\"
|
|
CFLAGS+=-DPROCESS_OPTIONS
|
|
|
|
# -DPARANOID is not used by libwrap, only by programs that use it.
|
|
# in this case inetd does not use it (probably rightly so) and so
|
|
# we don't want to use it in wrapper-related utilities (such as
|
|
# tcpdmatch) that include this file.
|
|
#CFLAGS+=-DPARANOID
|