From d7f9a56364a7457d662dc0e2a2eaf0075e3d3fbe Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 29 Sep 1996 15:10:22 +0000 Subject: Make newline escapes optional. JEEP_IS_DEFAULT is gone. Lots of other man page improvements. svn path=/trunk/; revision=181 --- options.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index f8b2c0c2..492bf5a9 100644 --- a/options.c +++ b/options.c @@ -277,12 +277,7 @@ struct hostrec *queryctl; } queryctl->protocol = P_AUTO; - -#if defined(KEEP_IS_DEFAULT) - queryctl->keep = 1; -#else queryctl->keep = 0; -#endif queryctl->norewrite = 0; strcpy(queryctl->localname, user); -- cgit v1.2.3