comparison 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
comparison
equal deleted inserted replaced
923:2647b2078cc8 924:a07bd351008b
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
19 * USA 19 * USA
20 */ 20 */
21 21
22 #define _GNU_SOURCE /* for strcasestr() */
23 #include <string.h> 22 #include <string.h>
24 23
25 #include "roster.h" 24 #include "roster.h"
26 #include "utils.h" 25 #include "utils.h"
27 26