diff options
Diffstat (limited to 'libjava/include/config.h.in')
-rw-r--r-- | libjava/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index ffb3d3f..990b885 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -319,6 +319,9 @@ /* Define if global 'timezone' exists. */ #undef HAVE_TIMEZONE +/* Define to 1 if the target supports thread-local storage. */ +#undef HAVE_TLS + /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use `HAVE_STRUCT_TM_TM_ZONE' instead. */ #undef HAVE_TM_ZONE |