From d5a36d3b186476354ba9e8c5383fef7011e4c930 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Feb 2008 00:45:20 +0000 Subject: 2008-01-31 Joel Sherrill * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988. --- testsuites/support/include/tmacros.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuites/support/include/tmacros.h') diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index a3e3ddd845..71792bd754 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -31,9 +31,8 @@ extern "C" { #define FOREVER 1 /* infinite loop */ -#ifdef TEST_INIT +#ifdef CONFIGURE_INIT #define TEST_EXTERN -#define CONFIGURE_INIT #else #define TEST_EXTERN extern #endif -- cgit v1.2.3