summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 11:12:05 +0000
committerru <ru@FreeBSD.org>2004-12-21 11:12:05 +0000
commit618fb8df6386ee7a6ff1b347b88638ab500edae9 (patch)
treed7e64f0803f354f4520f4c54b18806ee22060caf /usr.sbin/ppp/main.c
parent5c04306fea28785632e3975355c1de290b84d0d5 (diff)
downloadFreeBSD-src-618fb8df6386ee7a6ff1b347b88638ab500edae9.zip
FreeBSD-src-618fb8df6386ee7a6ff1b347b88638ab500edae9.tar.gz
The C define is NONAT.
Diffstat (limited to 'usr.sbin/ppp/main.c')
-rw-r--r--usr.sbin/ppp/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c
index 097de79..694b744 100644
--- a/usr.sbin/ppp/main.c
+++ b/usr.sbin/ppp/main.c
@@ -191,7 +191,7 @@ Usage(void)
{
fprintf(stderr, "usage: ppp [-auto | -foreground | -background | -direct |"
" -dedicated | -ddial | -interactive]"
-#ifndef NOALIAS
+#ifndef NONAT
" [-nat]"
#endif
" [-quiet] [-unit N] [system ...]\n");
OpenPOWER on IntegriCloud