]> granicus.if.org Git - php/commitdiff
Works now with phpize
authorfoobar <sniper@php.net>
Wed, 31 Oct 2001 00:20:34 +0000 (00:20 +0000)
committerfoobar <sniper@php.net>
Wed, 31 Oct 2001 00:20:34 +0000 (00:20 +0000)
ext/java/java.c
ext/rpc/java/java.c

index 833e5a3fce585d290549ff5925fdae104237f55b..0b32ee533e7a566d555bf48dcad3c888b0844691 100644 (file)
 
 /* $Id$ */
 
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+
 /*
  * This module implements Zend OO syntax overloading support for Java
  * components using JNI and reflection.
  */
 
-
 #include "php.h"
 #include "zend_compile.h"
 #include "php_ini.h"
index 833e5a3fce585d290549ff5925fdae104237f55b..0b32ee533e7a566d555bf48dcad3c888b0844691 100644 (file)
 
 /* $Id$ */
 
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+
 /*
  * This module implements Zend OO syntax overloading support for Java
  * components using JNI and reflection.
  */
 
-
 #include "php.h"
 #include "zend_compile.h"
 #include "php_ini.h"