diff options
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index a4e013d..2c025a2 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -232,6 +232,9 @@ /* Define if you have /proc/self/exe */ #undef HAVE_PROC_SELF_EXE +/* Define if you have /proc/self/maps */ +#undef HAVE_PROC_SELF_MAPS + /* Define if using POSIX threads that have the mutexattr functions. */ #undef HAVE_PTHREAD_MUTEXATTR_INIT @@ -375,6 +378,9 @@ /* Define to 1 if you have the file `AC_File'. */ #undef HAVE__PROC_SELF_EXE +/* Define to 1 if you have the file `AC_File'. */ +#undef HAVE__PROC_SELF_MAPS + /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST |