From: Tim Kientzle Date: Sun, 16 May 2010 20:34:23 +0000 (-0400) Subject: HAVE_SIGACTION is required by tar. X-Git-Tag: v3.0.0a~1000 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92f4ed06e4e379043c47bb757675fef8effa4c49;p=thirdparty%2Flibarchive.git HAVE_SIGACTION is required by tar. SVN-Revision: 2404 --- 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