summaryrefslogtreecommitdiff
path: root/ext/java/config.h.stub
diff options
context:
space:
mode:
authorSam Ruby <rubys@php.net>1999-11-09 12:02:22 +0000
committerSam Ruby <rubys@php.net>1999-11-09 12:02:22 +0000
commitd17a12319f3fabff41884b1e578f331a88f80f83 (patch)
treec0a7b87e2b7c96a8aab7a2ed96b1bdc75f247928 /ext/java/config.h.stub
parent60766eff5a356954c1d036bfb8341a56063b2251 (diff)
downloadphp-git-d17a12319f3fabff41884b1e578f331a88f80f83.tar.gz
@ Added Zend OO syntax overloading support for Java components
# # My lawyer made me do this: # Users of PHP are hereby granted a non-exclusive, irrevocable, world-wide, royalty-free, non-transferable license to use, execute, prepare derivative works of, and distribute (internally and externally, and including derivative works) the code accompanying this license as part of, and integrated into PHP. WARRANTY OF ANY KIND EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTY OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY WARRANTY OF NON-INFRINGEMENT. THE ENTIRE RISK ARISING OUT OF THE USE OR PERFORMANCE OF THIS CODE REMAINS WITH USERS OF PHP. The owner of this code represents and warrants that it is legally entitled to grant the above license.
Diffstat (limited to 'ext/java/config.h.stub')
-rw-r--r--ext/java/config.h.stub3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/java/config.h.stub b/ext/java/config.h.stub
new file mode 100644
index 0000000000..737d5d39ff
--- /dev/null
+++ b/ext/java/config.h.stub
@@ -0,0 +1,3 @@
+#ifndef HAVE_JAVA
+#define HAVE_JAVA 0
+#endif