unigbrk: Fix uc_graphemeclusterbreak_property(), add comprehensive test.
[pspp] / tests / test-signal-c++.cc
index e5457aeeec0ce45a5967a4fb838cc699f5f71d3a..fa06021101c55462a629d9f2b0515e0f15a6fb10 100644 (file)
@@ -24,7 +24,7 @@
 #include "signature.h"
 
 
-#if GNULIB_SIGPROCMASK
+#if GNULIB_TEST_SIGPROCMASK
 SIGNATURE_CHECK (GNULIB_NAMESPACE::sigismember, int, (const sigset_t *, int));
 SIGNATURE_CHECK (GNULIB_NAMESPACE::sigemptyset, int, (sigset_t *));
 SIGNATURE_CHECK (GNULIB_NAMESPACE::sigaddset, int, (sigset_t *, int));
@@ -39,7 +39,7 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::signal,
 SIGNATURE_CHECK (GNULIB_NAMESPACE::raise, int, (int));
 #endif
 
-#if GNULIB_SIGACTION
+#if GNULIB_TEST_SIGACTION
 SIGNATURE_CHECK (GNULIB_NAMESPACE::sigaction, int,
                  (int, const struct sigaction *, struct sigaction *));
 #endif