From 92f4ed06e4e379043c47bb757675fef8effa4c49 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sun, 16 May 2010 16:34:23 -0400 Subject: [PATCH] HAVE_SIGACTION is required by tar. SVN-Revision: 2404 --- build/cmake/config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 765e6004f..ed1de814b 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -432,6 +432,9 @@ /* Define to 1 if you have the `setlocale' function. */ #cmakedefine HAVE_SETLOCALE 1 +/* Define to 1 if you have the `sigaction' function. */ +#cmakedefine HAVE_SIGACTION 1 + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SIGNAL_H 1 -- 2.47.3