summaryrefslogtreecommitdiff
path: root/tests/test-time-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-time-c++.cc
parentb28cd4f44395e0d0f53ad1f32ae9da79b4d4f52f (diff)
downloadgnulib-e016983c7406fb8aa0c750053425ffb3cbaeec4a.tar.gz
Resolve conflict between the two kinds of module indicators.
Diffstat (limited to 'tests/test-time-c++.cc')
-rw-r--r--tests/test-time-c++.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test-time-c++.cc b/tests/test-time-c++.cc
index bb6fd20b90..deb1860f1b 100644
--- a/tests/test-time-c++.cc
+++ b/tests/test-time-c++.cc
@@ -24,16 +24,16 @@
#include "signature.h"
-#if GNULIB_NANOSLEEP
+#if GNULIB_TEST_NANOSLEEP
SIGNATURE_CHECK (GNULIB_NAMESPACE::nanosleep, int,
(struct timespec const *, struct timespec *));
#endif
-#if GNULIB_MKTIME
+#if GNULIB_TEST_MKTIME
SIGNATURE_CHECK (GNULIB_NAMESPACE::mktime, time_t, (struct tm *));
#endif
-#if GNULIB_TIME_R
+#if GNULIB_TEST_TIME_R
SIGNATURE_CHECK (GNULIB_NAMESPACE::localtime_r, struct tm *,
(time_t const *, struct tm *));
@@ -41,12 +41,12 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::gmtime_r, struct tm *,
(time_t const *, struct tm *));
#endif
-#if GNULIB_STRPTIME
+#if GNULIB_TEST_STRPTIME
SIGNATURE_CHECK (GNULIB_NAMESPACE::strptime, char *,
(char const *, char const *, struct tm *));
#endif
-#if GNULIB_TIMEGM
+#if GNULIB_TEST_TIMEGM
SIGNATURE_CHECK (GNULIB_NAMESPACE::timegm, time_t, (struct tm *));
#endif