]> granicus.if.org Git - neomutt/commitdiff
Add USE_INODESORT to main.c's option dump.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 27 Jan 2005 20:52:13 +0000 (20:52 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 27 Jan 2005 20:52:13 +0000 (20:52 +0000)
main.c

diff --git a/main.c b/main.c
index e7ae4aa9b589b6f09f3826edbf91ff4053611ef7..ecf9703cece8a1bb43d8645970e7197c121eef73 100644 (file)
--- a/main.c
+++ b/main.c
@@ -211,9 +211,15 @@ static void show_version (void)
 #endif
 
 #ifdef USE_FLOCK
-       "+USE_FLOCK"
+       "+USE_FLOCK   "
 #else
-       "-USE_FLOCK"
+       "-USE_FLOCK   "
+#endif
+       
+#ifdef USE_INODESORT
+       "+USE_INODESORT   "
+#else
+       "-USE_INODESORT   "
 #endif
        );
   puts (