hholzgra Fri Feb 28 03:44:35 2003 EDT
Modified files: (Branch: PHP_4)
/php4/ext/standard file.c
Log:
MFphp5
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.279.2.6 php4/ext/standard/file.c:1.279.2.6.2.1
--- php4/ext/standard/file.c:1.279.2.6 Thu Jan 9 18:09:41 2003
+++ php4/ext/standard/file.c Fri Feb 28 03:44:35 2003
@@ -21,7 +21,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: file.c,v 1.279.2.6 2003/01/09 23:09:41 iliaa Exp $ */
+/* $Id: file.c,v 1.279.2.6.2.1 2003/02/28 08:44:35 hholzgra Exp $ */
/* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */
@@ -112,6 +112,9 @@
#endif
#ifdef HAVE_FNMATCH
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
#include <fnmatch.h>
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php