From baf309de6b8b33af9fdcaf368317520b147dc51b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 20 Feb 1998 16:32:52 +0000 Subject: Security relabeling. svn path=/trunk/; revision=1659 --- rcfile_y.y | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index c59d1798..fa56cb2c 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -164,12 +164,12 @@ serv_option : AKA alias_list | QVIRTUAL STRING {current.server.qvirtual=xstrdup($2);} | NETSEC STRING { -#ifdef INET6 +#ifdef NET_SECURITY current.server.netsec = xstrdup($2); #else - yyerror("IPV6 support disabled") -#endif /* INET6 */ + yyerror("Network-security support disabled") +#endif /* NET_SECURITY */ } | INTERFACE STRING { #if defined(linux) && !defined(INET6) -- cgit v1.2.3