aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-02-20 16:32:52 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-02-20 16:32:52 +0000
commitbaf309de6b8b33af9fdcaf368317520b147dc51b (patch)
treef1c2d4f0eba90d76a6f9b608f2cd8979f9e031a0 /rcfile_y.y
parent91f1a0e1058f39fc6b75acb77c95eec2d3106a0c (diff)
downloadfetchmail-baf309de6b8b33af9fdcaf368317520b147dc51b.tar.gz
fetchmail-baf309de6b8b33af9fdcaf368317520b147dc51b.tar.bz2
fetchmail-baf309de6b8b33af9fdcaf368317520b147dc51b.zip
Security relabeling.
svn path=/trunk/; revision=1659
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y6
1 files changed, 3 insertions, 3 deletions
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)