X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=67131a5eb3345459997438163531d0ecc89f33b3;hb=898bab06ba7d6cf04a9b5e41bfcc6319ff3bb8de;hp=6611a927517cd3a22615c5c3af0af99297d3dce1;hpb=475c21c8532b6ba682535c2b2e19a1427040a669;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 6611a9275..67131a5eb 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -53,7 +53,7 @@ #include #endif -#ifdef ENABLE_NLS +#ifdef HAVE_USELOCALE #ifdef HAVE_XLOCALE_H #include #endif @@ -487,7 +487,6 @@ struct wcsession { time_t lastreq; /* Timestamp of most recent HTTP */ time_t last_pager_check; /* last time we polled for instant msgs */ ServInfo *serv_info; /* Information about the citserver we're connected to */ - int is_ajax; /* are we doing an ajax request? */ StrBuf *PushedDestination; /* Where to go after login, registration, etc. */ /* Request local Members */