Add HAVE_CONFIG_H.

This commit is contained in:
Ralf Corsepius
2011-02-22 10:00:39 +00:00
parent d4e62bb7df
commit a4bc4d6e29
72 changed files with 288 additions and 0 deletions

View File

@@ -27,6 +27,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define CONFIGURE_INIT
#include "system.h"

View File

@@ -18,6 +18,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "system.h"
rtems_task Test_task1(

View File

@@ -18,6 +18,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "system.h"
rtems_task Test_task2(

View File

@@ -17,6 +17,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "system.h"
rtems_task Test_task3( restart )