diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-16 22:33:02 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-16 22:33:02 +0000 |
| commit | ce958f0eda1adc860081aa46cf5d6d0f62644285 (patch) | |
| tree | 64e32591f27a799f39718a3672ec5eecb78f0e4c /libjava/include/config.h.in | |
| parent | d4652353843fddfcdab818810b5406737349afc7 (diff) | |
| download | ppe42-gcc-ce958f0eda1adc860081aa46cf5d6d0f62644285.tar.gz ppe42-gcc-ce958f0eda1adc860081aa46cf5d6d0f62644285.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48082 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include/config.h.in')
| -rw-r--r-- | libjava/include/config.h.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 6c8b98f6121..b4a3c6d05a2 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -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 + |

