diff options
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r-- | libjava/include/config.h.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 612a2bfe30d..cd770f93ac6 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if using alloca.c. */ #undef C_ALLOCA @@ -343,12 +343,12 @@ /* Define if you have the <locale.h> header file. */ #undef HAVE_LOCALE_H -/* Define if you have the <netdb.h> header file. */ -#undef HAVE_NETDB_H - /* Define if you have the <net/if.h> header file. */ #undef HAVE_NET_IF_H +/* Define if you have the <netdb.h> header file. */ +#undef HAVE_NETDB_H + /* Define if you have the <netinet/in.h> header file. */ #undef HAVE_NETINET_IN_H @@ -394,6 +394,9 @@ /* Define if the compiler is configured for setjmp/longjmp exceptions. */ #undef SJLJ_EXCEPTIONS +/* Indicate that linker is not able to 8-byte align static data */ +#undef JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS + /* Required define if using POSIX threads */ #undef _REENTRANT |