summaryrefslogtreecommitdiff
path: root/tests/test-pty-c++.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-28 01:29:52 +0100
committerBruno Haible <bruno@clisp.org>2010-03-28 01:38:29 +0100
commite016983c7406fb8aa0c750053425ffb3cbaeec4a (patch)
treef6e8996ab8d4400d729b1af42a9da174d1a865d9 /tests/test-pty-c++.cc
parentb28cd4f44395e0d0f53ad1f32ae9da79b4d4f52f (diff)
downloadgnulib-e016983c7406fb8aa0c750053425ffb3cbaeec4a.tar.gz
Resolve conflict between the two kinds of module indicators.
Diffstat (limited to 'tests/test-pty-c++.cc')
-rw-r--r--tests/test-pty-c++.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-pty-c++.cc b/tests/test-pty-c++.cc
index 1f1cefe766..26b3a34340 100644
--- a/tests/test-pty-c++.cc
+++ b/tests/test-pty-c++.cc
@@ -24,13 +24,13 @@
#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 *));