From 04942eac9b0d10067418038e746428703d17035c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 16 Dec 2001 22:33:02 +0000 Subject: For PR libgcj/5103: * include/jvm.h (__GCJ_JNI_IMPL__): Define. * include/config.h.in: Rebuilt. * configure: Rebuilt. * configure.in: Define JV_HAVE_INTTYPES_H if inttypes.h found. Added comment for HAVE_DLOPEN to avoid autoheader error. * gcj/libgcj-config.h.in (JV_HAVE_INTTYPES_H): Added. * include/jni.h: Include . Don't include CNI-specific headers if we are compiling ordinary JNI code with a C++ compiler. Include and JNIWeakRef.h when appropriate. * jni.cc: Don't include JNIWeakRef.h. From-SVN: r48082 --- libjava/gcj/libgcj-config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libjava/gcj') diff --git a/libjava/gcj/libgcj-config.h.in b/libjava/gcj/libgcj-config.h.in index 8bc71e7..14ccc94 100644 --- a/libjava/gcj/libgcj-config.h.in +++ b/libjava/gcj/libgcj-config.h.in @@ -3,3 +3,6 @@ /* Define if hash synchronization is in use. */ #undef JV_HASH_SYNCHRONIZATION + +/* Define if is available. */ +#undef JV_HAVE_INTTYPES_H -- cgit v1.1