From: David Lawrence Ramsey Date: Mon, 24 Apr 2006 20:17:50 +0000 (+0000) Subject: add missing #ifdef X-Git-Tag: v1.3.12~255 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9adc445c5c04d9421254ca2f096b261d0308010b;p=nano.git add missing #ifdef git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3423 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index b6142fca..4c32adbf 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1863,7 +1863,9 @@ int main(int argc, char **argv) if (ISSET(RESTRICTED)) { UNSET(SUSPEND); UNSET(BACKUP_FILE); +#ifdef ENABLE_NANORC no_rcfiles = TRUE; +#endif } /* We've read through the command line options. Now back up the flags