hyanantha               Mon Oct 18 06:42:16 2004 EDT

  Modified files:              
    /php-src/main       php_scandir.c 
  Log:
  removing inclusion of platform specific config files as they are already included 
from php_scandir.h
  
  
http://cvs.php.net/diff.php/php-src/main/php_scandir.c?r1=1.10&r2=1.11&ty=u
Index: php-src/main/php_scandir.c
diff -u php-src/main/php_scandir.c:1.10 php-src/main/php_scandir.c:1.11
--- php-src/main/php_scandir.c:1.10     Wed Sep 29 12:11:47 2004
+++ php-src/main/php_scandir.c  Mon Oct 18 06:42:16 2004
@@ -17,13 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_scandir.c,v 1.10 2004/09/29 16:11:47 hyanantha Exp $ */
-
-#ifdef PHP_WIN32
-#include "config.w32.h"
-#else
-#include "php_config.h"
-#endif
+/* $Id: php_scandir.c,v 1.11 2004/10/18 10:42:16 hyanantha Exp $ */
 
 #include "php_scandir.h"
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to