Resolve conflict between the two kinds of module indicators.
[gnulib.git] / tests / test-fcntl-h-c++.cc
index 8b69425..6e8b246 100644 (file)
 #include "signature.h"
 
 
-#if GNULIB_FCNTL
+#if GNULIB_TEST_FCNTL
 SIGNATURE_CHECK (GNULIB_NAMESPACE::fcntl, int, (int, int, ...));
 #endif
 
-#if GNULIB_OPEN
+#if GNULIB_TEST_OPEN
 SIGNATURE_CHECK (GNULIB_NAMESPACE::open, int, (const char *, int, ...));
 #endif
 
-#if GNULIB_OPENAT
+#if GNULIB_TEST_OPENAT
 SIGNATURE_CHECK (GNULIB_NAMESPACE::openat, int, (int, char const *, int, ...));
 #endif