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 <gcj/libgcj-config.h>. Don't include CNI-specific headers if we are compiling ordinary JNI code with a C++ compiler. Include <inttypes.h> and JNIWeakRef.h when appropriate. * jni.cc: Don't include JNIWeakRef.h. From-SVN: r48082
This commit is contained in:
parent
68940f3f3c
commit
04942eac9b
8 changed files with 493 additions and 316 deletions
|
@ -148,8 +148,6 @@
|
|||
/* Define if you have dladdr() */
|
||||
#undef HAVE_DLADDR
|
||||
|
||||
/* Define if yo have dlopen(). */
|
||||
#undef HAVE_DLOPEN
|
||||
|
||||
/* Define if getuid() and friends are missing. */
|
||||
#undef NO_GETUID
|
||||
|
@ -394,3 +392,12 @@
|
|||
/* Define if struct hostent_data is defined in netdb.h */
|
||||
#undef HAVE_STRUCT_HOSTENT_DATA
|
||||
|
||||
/* Define if dlopen is available */
|
||||
#undef HAVE_DLOPEN
|
||||
|
||||
/* Define if <inttypes.h> is available */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define if <inttypes.h> is available */
|
||||
#undef JV_HAVE_INTTYPES_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue