From 2a8dfff3f974ba56056ce7f5ebc5737a6a3f5849 Mon Sep 17 00:00:00 2001 From: green Date: Thu, 7 Feb 2002 03:24:12 +0000 Subject: embedded updates git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49562 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/include/config.h.in | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'libjava/include') 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 is available */ #undef HAVE_INTTYPES_H -- cgit v1.2.3