From b5ee195f1e3f11a5979841bedbf932926ffe5322 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Thu, 7 Feb 2002 03:24:12 +0000 Subject: embedded updates From-SVN: r49562 --- 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 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 is available */ #undef HAVE_INTTYPES_H -- cgit v1.1