summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 10:00:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-22 10:00:39 +0000
commita4bc4d6e295f4e11ec26fe1071bdc115d187dba8 (patch)
treebb149a29949aedcbdd906f7ea102b8681e235a66 /testsuites/mptests/mp14
parent2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a4bc4d6e295f4e11ec26fe1071bdc115d187dba8.tar.bz2
Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites/mptests/mp14')
-rw-r--r--testsuites/mptests/mp14/delay.c4
-rw-r--r--testsuites/mptests/mp14/evtask1.c4
-rw-r--r--testsuites/mptests/mp14/evtmtask.c4
-rw-r--r--testsuites/mptests/mp14/exit.c4
-rw-r--r--testsuites/mptests/mp14/init.c4
-rw-r--r--testsuites/mptests/mp14/msgtask1.c4
-rw-r--r--testsuites/mptests/mp14/pttask1.c4
-rw-r--r--testsuites/mptests/mp14/smtask1.c4
8 files changed, 32 insertions, 0 deletions
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;