X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=3a96cae005dc44599302140e40eb7e3ea032972b;hp=301f9acdf774ec2f95131958a3a9e3afdd77d819;hb=981e10e224fde4de5d40adcee1deda89df2715ca;hpb=cfe08f2ca21af629f74268f1f1425a5fec0494cd diff --git a/globals.h b/globals.h index 301f9ac..3a96cae 100644 --- a/globals.h +++ b/globals.h @@ -64,12 +64,6 @@ WHERE char *Tunnel INITVAL (NULL); WHERE short NetInc; WHERE char *Muttrc INITVAL (NULL); -#ifdef USE_NNTP -WHERE char *GroupFormat; -WHERE char *NewsServer; -WHERE char *NntpUser; -WHERE char *NntpPass; -#endif WHERE char *PagerFmt; WHERE char *PipeSep; @@ -113,11 +107,6 @@ WHERE unsigned char Options[(OPTMAX + 7) / 8]; /* bit vector for the yes/no/ask variable type */ WHERE unsigned char QuadOptions[(OPT_MAX * 2 + 7) / 8]; -#ifdef USE_NNTP -WHERE short NewsPollTimeout; -WHERE short NntpContext; -#endif - WHERE short ConnectTimeout; WHERE short HistSize; WHERE short MenuContext; @@ -142,6 +131,7 @@ WHERE short ImapBuffyTimeout; WHERE sig_atomic_t SigAlrm INITVAL (0); WHERE sig_atomic_t SigInt INITVAL (0); WHERE sig_atomic_t SigWinch INITVAL (0); +WHERE sig_atomic_t SigChild INITVAL (0); WHERE int CurrentMenu; @@ -154,12 +144,4 @@ WHERE char *PgpSignAs; WHERE char *SmimeDefaultKey; WHERE char *SmimeCryptAlg; -#ifdef MAIN_C -const char *Months[] = - { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", -"Nov", "Dec", "ERR" }; -#else -extern const char *Months[]; -#endif - #endif /* !_GLOBALS_H */