aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2002-02-07 03:24:12 +0000
committerAnthony Green <green@gcc.gnu.org>2002-02-07 03:24:12 +0000
commitb5ee195f1e3f11a5979841bedbf932926ffe5322 (patch)
tree27d9ff28c3ab0424e26761a6636a9afcbf395114 /libjava/include
parent383aa2ef4972a828f0be6f36ff7f3e1c742fb173 (diff)
downloadgcc-b5ee195f1e3f11a5979841bedbf932926ffe5322.zip
gcc-b5ee195f1e3f11a5979841bedbf932926ffe5322.tar.gz
gcc-b5ee195f1e3f11a5979841bedbf932926ffe5322.tar.bz2
embedded updates
From-SVN: r49562
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 4a0aa7d..429e1ce 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