X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=2e1b4d447b1a94fcccb0f85bca0d7281250044c8;hp=5e589af7b3401cf0da6a8e3bd4dcc6a6336601b4;hb=785bb3cb4dd83ec1071998a64af74e333d076347;hpb=c819524d3e0eb3c982c43d4ee88c148b1141397a diff --git a/main.c b/main.c index 5e589af..2e1b4d4 100644 --- a/main.c +++ b/main.c @@ -183,11 +183,6 @@ static void show_version (void) puts (_("Compile Options:")); puts ( -#ifdef HOMESPOOL - " +HOMESPOOL " -#else - " -HOMESPOOL " -#endif #ifdef USE_SETGID "+USE_SETGID " #else @@ -227,11 +222,6 @@ static void show_version (void) "-HAVE_REGCOMP " #endif "\n " -#ifdef HAVE_START_COLOR - "+HAVE_START_COLOR " -#else - "-HAVE_START_COLOR " -#endif #ifdef HAVE_TYPEAHEAD "+HAVE_TYPEAHEAD " #else @@ -278,12 +268,6 @@ static void show_version (void) #else "-HAVE_LANGINFO_CODESET " #endif -#ifdef HAVE_LANGINFO_YESEXPR - "+HAVE_LANGINFO_YESEXPR " -#else - "-HAVE_LANGINFO_YESEXPR " -#endif - "\n " #ifdef HAVE_ICONV "+HAVE_ICONV " #else