]> code.citadel.org Git - citadel.git/blobdiff - webcit/gettext.c
Moved _GNU_SOURCE declaration to webcit.h so all source modules have it defined.
[citadel.git] / webcit / gettext.c
index 70af1ef5a9714c824061d1081aa39376ca875aa9..3596c5d7c5103d5bdc868f74800d49aa831632ad 100644 (file)
@@ -6,8 +6,6 @@
  * \ingroup WebcitHttpServer 
  */
 /*@{*/
-/** we need _GNU_SOURCE for various functions arround the NLS-Stuff */
-#define _GNU_SOURCE
 #include "webcit.h"
 #include "webserver.h"