]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Add a config.h macro for <signal.h>
authorTim Kientzle <kientzle@gmail.com>
Wed, 1 Apr 2009 22:47:11 +0000 (18:47 -0400)
committerTim Kientzle <kientzle@gmail.com>
Wed, 1 Apr 2009 22:47:11 +0000 (18:47 -0400)
SVN-Revision: 901

build/cmake/config.h.in

index 3ab6575632b95095b5f6d9c02999d063a3322cf2..5b04efa646e5ebe3589cafa60536e13dd78fa02b 100644 (file)
 /* Define to 1 if you have the <sha.h> header file. */
 #cmakedefine HAVE_SHA_H 1
 
+/* Define to 1 if you have the <signal.h> 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