diff mcabber/src/hbuf.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 c65b71dcda94
children a75f7a13df7b
line wrap: on
line diff
--- a/mcabber/src/hbuf.c	Tue Jun 27 23:05:41 2006 +0200
+++ b/mcabber/src/hbuf.c	Sun Jul 02 22:54:18 2006 +0200
@@ -19,7 +19,6 @@
  * USA
  */
 
-#define _GNU_SOURCE  /* We need glibc for strptime */
 #include <string.h>
 
 #include "hbuf.h"