From b616c7615ffe360fc35628ec30214c1b4ec46268 Mon Sep 17 00:00:00 2001 From: bellardo Date: Thu, 12 Jul 2001 20:39:43 +0000 Subject: [PATCH] Added support for HAVE_SIGNAL_H. --- src/makefiles/config/config.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/makefiles/config/config.h.in b/src/makefiles/config/config.h.in index 95eea46076..7290c6e669 100644 --- a/src/makefiles/config/config.h.in +++ b/src/makefiles/config/config.h.in @@ -15,6 +15,7 @@ #undef HAVE_VARARGS_H #undef HAVE_STDARG_H #undef HAVE_STRING_H +#undef HAVE_SIGNAL_H /* Is the platform big endian? */