diff options
Diffstat (limited to 'libjava/include')
-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 b4cdf24..80e4951 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -269,6 +269,9 @@ /* Define if you have the setlocale function. */ #undef HAVE_SETLOCALE +/* Define if you have the sigaction function. */ +#undef HAVE_SIGACTION + /* Define if you have the sleep function. */ #undef HAVE_SLEEP |