]> granicus.if.org Git - php/commitdiff
removing inclusion of platform specific config files as they are already included...
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 18 Oct 2004 10:42:16 +0000 (10:42 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 18 Oct 2004 10:42:16 +0000 (10:42 +0000)
main/php_scandir.c

index 3b9d8cf0ab063beda60407c985f1ffe401ef6fac..4586214af86354827055b56473da68567e5fe8d2 100644 (file)
 
 /* $Id$ */
 
-#ifdef PHP_WIN32
-#include "config.w32.h"
-#else
-#include "php_config.h"
-#endif
-
 #include "php_scandir.h"
 
 #ifdef HAVE_SYS_TYPES_H