summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-07 03:24:12 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-07 03:24:12 +0000
commit2a8dfff3f974ba56056ce7f5ebc5737a6a3f5849 (patch)
tree27d9ff28c3ab0424e26761a6636a9afcbf395114 /libjava/include
parent434f18a9dac1041b7f31ee5f55943de818e96d91 (diff)
downloadppe42-gcc-2a8dfff3f974ba56056ce7f5ebc5737a6a3f5849.tar.gz
ppe42-gcc-2a8dfff3f974ba56056ce7f5ebc5737a6a3f5849.zip
embedded updates
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49562 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/config.h.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in
index 4a0aa7d7ee9..429e1ce83ca 100644
--- a/libjava/include/config.h.in
+++ b/libjava/include/config.h.in
@@ -151,6 +151,9 @@
getenv("GCJ_PROPERTIES"). */
#undef DISABLE_GETENV_PROPERTIES
+/* Define if we should ignore arguments to main(). */
+#undef DISABLE_MAIN_ARGS
+
/* Define if you have /proc/self/exe */
#undef HAVE_PROC_SELF_EXE
@@ -158,7 +161,6 @@
/* Define if you have dladdr() */
#undef HAVE_DLADDR
-
/* Define if getuid() and friends are missing. */
#undef NO_GETUID
@@ -171,9 +173,6 @@
/* Define if you are using JVMPI. */
#undef ENABLE_JVMPI
-/* The number of bytes in a void *. */
-#undef SIZEOF_VOID_P
-
/* Define if you have the access function. */
#undef HAVE_ACCESS
@@ -252,6 +251,9 @@
/* Define if you have the open function. */
#undef HAVE_OPEN
+/* Define if you have the opendir function. */
+#undef HAVE_OPENDIR
+
/* Define if you have the pipe function. */
#undef HAVE_PIPE
@@ -408,6 +410,9 @@
/* Define if dlopen is available */
#undef HAVE_DLOPEN
+/* The number of bytes in type void * */
+#undef SIZEOF_VOID_P
+
/* Define if <inttypes.h> is available */
#undef HAVE_INTTYPES_H
OpenPOWER on IntegriCloud