From 0e75be4097bdd189641338d41d7019d0d2d9f4f2 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Wed, 1 Apr 2009 18:47:11 -0400 Subject: [PATCH] Add a config.h macro for SVN-Revision: 901 --- 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 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 -- 2.47.3