Commit b881d3ea authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Add --enable-nanorc to version string in nano.c

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@599 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 8d8e0122
Showing with 3 additions and 0 deletions
+3 -0
......@@ -449,6 +449,9 @@ void version(void)
#ifdef NANO_EXTRA
printf(" --enable-extra");
#endif
#ifdef ENABLE_NANORC
printf(" --enable-nanorc");
#endif
#ifdef NANO_SMALL
printf(" --enable-tiny");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment