diff mcabber/src/roster.c @ 924:a07bd351008b

Move _GNU_SOURCE define to the Makefile (Reimar Döffinger)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 02 Jul 2006 22:54:18 +0200
parents ae93e69aaaaf
children 527d6f234924
line wrap: on
line diff
--- a/mcabber/src/roster.c	Tue Jun 27 23:05:41 2006 +0200
+++ b/mcabber/src/roster.c	Sun Jul 02 22:54:18 2006 +0200
@@ -19,7 +19,6 @@
  * USA
  */
 
-#define _GNU_SOURCE     /* for strcasestr() */
 #include <string.h>
 
 #include "roster.h"