From 618fb8df6386ee7a6ff1b347b88638ab500edae9 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 11:12:05 +0000 Subject: The C define is NONAT. --- usr.sbin/ppp/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ppp/main.c') 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"); -- cgit v1.1