unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-pty-c++.cc
index 1f1cefe7665070abc483921d14dfddf6130d4aa6..26b3a3434028203d275261803a61ed98982524a9 100644 (file)
 #include "signature.h"
 
 
-#if GNULIB_FORKPTY
+#if GNULIB_TEST_FORKPTY
 SIGNATURE_CHECK (GNULIB_NAMESPACE::forkpty, int,
                  (int *, char *, struct termios const *,
                   struct winsize const *));
 #endif
 
-#if GNULIB_OPENPTY
+#if GNULIB_TEST_OPENPTY
 SIGNATURE_CHECK (GNULIB_NAMESPACE::openpty, int,
                  (int *, int *, char *, struct termios const *,
                   struct winsize const *));