diff options
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r-- | libjava/include/config.h.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index a31dcea..b4cdf24 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -135,9 +135,6 @@ getenv("GCJ_PROPERTIES"). */ #undef DISABLE_GETENV_PROPERTIES -/* Define if using setjmp/longjmp exceptions. */ -#undef SJLJ_EXCEPTIONS - /* Define if you have /proc/self/exe */ #undef HAVE_PROC_SELF_EXE @@ -167,6 +164,9 @@ /* Define if you have the backtrace function. */ #undef HAVE_BACKTRACE +/* Define if you have the chmod function. */ +#undef HAVE_CHMOD + /* Define if you have the execvp function. */ #undef HAVE_EXECVP @@ -287,6 +287,9 @@ /* Define if you have the unlink function. */ #undef HAVE_UNLINK +/* Define if you have the utime function. */ +#undef HAVE_UTIME + /* Define if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H @@ -359,6 +362,9 @@ /* Version number of package */ #undef VERSION +/* Define if the compiler is configured for setjmp/longjmp exceptions. */ +#undef SJLJ_EXCEPTIONS + /* Required define if using POSIX threads */ #undef _REENTRANT |