[xiph-commits] r13404 - in experimental/moritz: thread xalloc

moritz at svn.xiph.org moritz at svn.xiph.org
Mon Jul 30 14:05:44 PDT 2007


Author: moritz
Date: 2007-07-30 14:05:44 -0700 (Mon, 30 Jul 2007)
New Revision: 13404

Modified:
   experimental/moritz/thread/config.h
   experimental/moritz/xalloc/config.h
Log:
Appease Linux.


Modified: experimental/moritz/thread/config.h
===================================================================
--- experimental/moritz/thread/config.h	2007-07-30 15:29:26 UTC (rev 13403)
+++ experimental/moritz/thread/config.h	2007-07-30 21:05:44 UTC (rev 13404)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE		1
 #define HAVE_SYS_TYPES_H	1
 #define HAVE_NANOSLEEP		1
 #define HAVE_POLL_H		1

Modified: experimental/moritz/xalloc/config.h
===================================================================
--- experimental/moritz/xalloc/config.h	2007-07-30 15:29:26 UTC (rev 13403)
+++ experimental/moritz/xalloc/config.h	2007-07-30 21:05:44 UTC (rev 13404)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE		1
 #define HAVE_SYS_TYPES_H	1
 #define HAVE_SYS_TREE_H 	1
 #define HAVE_ASPRINTF		1



More information about the commits mailing list