X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=main.c;h=c2d06c51861f5f295dbcaea5f9f37c12d3d4c77d;hb=8cb10a4102d1271eeb6d7892a3979ec9ed0beb36;hp=4d322dc5f0c6705042505d1242718a358831aacb;hpb=7dcd7ee09b8760133ac8ec00562e4d60b2f0aebd;p=apps%2Fmadmutt.git diff --git a/main.c b/main.c index 4d322dc..c2d06c5 100644 --- a/main.c +++ b/main.c @@ -138,11 +138,6 @@ static void show_version (void) puts (_("Compile Options:")); puts ( -#ifdef USE_SETGID - " +USE_SETGID" -#else - " -USE_SETGID" -#endif #ifdef USE_FCNTL " +USE_FCNTL" #else @@ -252,9 +247,6 @@ int main (int argc, char **argv) srand48 (time (NULL)); umask (077); - p_clear(Options, countof(Options)); - p_clear(QuadOptions, countof(QuadOptions)); - while ((i = getopt(argc, argv, "a:b:F:f:c:e:H:s:i:hnpRTtvyzZ" #ifdef USE_NNTP "g:G"