From 7fc946eaea6dd81513ed85f0ad7977bb6e7e15e3 Mon Sep 17 00:00:00 2001 From: green Date: Sat, 2 Jun 2001 08:34:33 +0000 Subject: Check for sigaction. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42790 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libjava/include') diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index b4cdf2468ea..80e495175d0 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 -- cgit v1.2.3