From: Tim Kientzle Date: Wed, 1 Apr 2009 22:47:11 +0000 (-0400) Subject: Add a config.h macro for X-Git-Tag: v2.7.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e75be4097bdd189641338d41d7019d0d2d9f4f2;p=thirdparty%2Flibarchive.git Add a config.h macro for SVN-Revision: 901 --- diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 3ab657563..5b04efa64 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -362,6 +362,9 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SHA_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_SIGNAL_H 1 + /* Define to 1 if `stat' has the bug that it succeeds when given the zero-length file name argument. */ #cmakedefine HAVE_STAT_EMPTY_STRING_BUG 1