]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Began moving date outputs to strftime_l()
[citadel.git] / webcit / webcit.h
index ecd8d5d2de3eb9933fdc5746c961b3e68211dac9..0684163d2f7e920b55bf0de96ebee11e78dec555 100644 (file)
 #include <iconv.h>
 #endif
 
-#include "gettext.h"
-
-#if ENABLE_NLS
+#ifdef ENABLE_NLS
+#include <libintl.h>
 #include <locale.h>
+extern locale_t wc_locales[];
 #define _(string)      gettext(string)
 #else
 #define _(string)      (string)