From a4bc4d6e295f4e11ec26fe1071bdc115d187dba8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Feb 2011 10:00:39 +0000 Subject: Add HAVE_CONFIG_H. --- testsuites/mptests/mp14/delay.c | 4 ++++ testsuites/mptests/mp14/evtask1.c | 4 ++++ testsuites/mptests/mp14/evtmtask.c | 4 ++++ testsuites/mptests/mp14/exit.c | 4 ++++ testsuites/mptests/mp14/init.c | 4 ++++ testsuites/mptests/mp14/msgtask1.c | 4 ++++ testsuites/mptests/mp14/pttask1.c | 4 ++++ testsuites/mptests/mp14/smtask1.c | 4 ++++ 8 files changed, 32 insertions(+) (limited to 'testsuites/mptests/mp14') diff --git a/testsuites/mptests/mp14/delay.c b/testsuites/mptests/mp14/delay.c index a7375990d2..f1baeed713 100644 --- a/testsuites/mptests/mp14/delay.c +++ b/testsuites/mptests/mp14/delay.c @@ -16,6 +16,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" rtems_timer_service_routine Delayed_send_event( diff --git a/testsuites/mptests/mp14/evtask1.c b/testsuites/mptests/mp14/evtask1.c index 8f3082bc3d..1512c85785 100644 --- a/testsuites/mptests/mp14/evtask1.c +++ b/testsuites/mptests/mp14/evtask1.c @@ -19,6 +19,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" extern rtems_multiprocessing_table Multiprocessing_configuration; diff --git a/testsuites/mptests/mp14/evtmtask.c b/testsuites/mptests/mp14/evtmtask.c index 05570aabb1..650e1e35e5 100644 --- a/testsuites/mptests/mp14/evtmtask.c +++ b/testsuites/mptests/mp14/evtmtask.c @@ -18,6 +18,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" rtems_task Delayed_events_task( diff --git a/testsuites/mptests/mp14/exit.c b/testsuites/mptests/mp14/exit.c index 69f1cf45f7..f27cc6ba71 100644 --- a/testsuites/mptests/mp14/exit.c +++ b/testsuites/mptests/mp14/exit.c @@ -16,6 +16,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" void Exit_test( void ) diff --git a/testsuites/mptests/mp14/init.c b/testsuites/mptests/mp14/init.c index ea1924ad50..5fc602a776 100644 --- a/testsuites/mptests/mp14/init.c +++ b/testsuites/mptests/mp14/init.c @@ -21,6 +21,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #define CONFIGURE_INIT #include "system.h" diff --git a/testsuites/mptests/mp14/msgtask1.c b/testsuites/mptests/mp14/msgtask1.c index c9ac364471..4d333e9e7e 100644 --- a/testsuites/mptests/mp14/msgtask1.c +++ b/testsuites/mptests/mp14/msgtask1.c @@ -20,6 +20,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" rtems_task Message_queue_task( diff --git a/testsuites/mptests/mp14/pttask1.c b/testsuites/mptests/mp14/pttask1.c index ce3362bc79..79307802ec 100644 --- a/testsuites/mptests/mp14/pttask1.c +++ b/testsuites/mptests/mp14/pttask1.c @@ -18,6 +18,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" extern rtems_multiprocessing_table Multiprocessing_configuration; diff --git a/testsuites/mptests/mp14/smtask1.c b/testsuites/mptests/mp14/smtask1.c index 3faefacfa1..d30daad0f9 100644 --- a/testsuites/mptests/mp14/smtask1.c +++ b/testsuites/mptests/mp14/smtask1.c @@ -17,6 +17,10 @@ * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "system.h" extern rtems_multiprocessing_table Multiprocessing_configuration; -- cgit v1.2.3