mboeren Mon Mar 26 00:26:07 2001 EDT
Modified files:
/php4/ext/dbx dbx.c
Log:
Removed #include php_config.h, since it was not necessary (Mc)
Index: php4/ext/dbx/dbx.c
diff -u php4/ext/dbx/dbx.c:1.5 php4/ext/dbx/dbx.c:1.6
--- php4/ext/dbx/dbx.c:1.5 Fri Mar 23 06:50:16 2001
+++ php4/ext/dbx/dbx.c Mon Mar 26 00:26:07 2001
@@ -24,9 +24,6 @@
#include "php_ini.h"
#include "php_dbx.h"
#include "ext/standard/info.h"
-#if !(WIN32|WINNT)
-#include "php_config.h"
-#endif
/*/ defines for supported databases /*/
#define DBX_UNKNOWN 0
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]