]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
HAVE_SIGACTION is required by tar.
authorTim Kientzle <kientzle@gmail.com>
Sun, 16 May 2010 20:34:23 +0000 (16:34 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 16 May 2010 20:34:23 +0000 (16:34 -0400)
SVN-Revision: 2404

build/cmake/config.h.in

index 765e6004f73191779698bc94dff012a3ddc01af2..ed1de814b506dd585db2cc6472d1064525ccd9d7 100644 (file)
 /* 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 <signal.h> header file. */
 #cmakedefine HAVE_SIGNAL_H 1