X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-time-c%2B%2B.cc;fp=tests%2Ftest-time-c%2B%2B.cc;h=deb1860f1b3e7e2e1012e2a05780b5441241a1a2;hb=e016983c7406fb8aa0c750053425ffb3cbaeec4a;hp=bb6fd20b90d5289c0aab84401db372db9ea468b0;hpb=b28cd4f44395e0d0f53ad1f32ae9da79b4d4f52f;p=gnulib.git diff --git a/tests/test-time-c++.cc b/tests/test-time-c++.cc index bb6fd20b9..deb1860f1 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