hholzgra                Fri Feb 28 03:43:51 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/standard  file.c 
  Log:
  MFphp5
  
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.279.2.12 php4/ext/standard/file.c:1.279.2.13
--- php4/ext/standard/file.c:1.279.2.12 Mon Feb 24 17:48:39 2003
+++ php4/ext/standard/file.c    Fri Feb 28 03:43:51 2003
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: file.c,v 1.279.2.12 2003/02/24 22:48:39 moriyoshi Exp $ */
+/* $Id: file.c,v 1.279.2.13 2003/02/28 08:43:51 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

Reply via email to