Include "config.h".

This commit is contained in:
Ralf Corsepius
2008-08-21 12:29:02 +00:00
parent 84b36f433a
commit 575babcf49
25 changed files with 100 additions and 0 deletions

View File

@@ -9,6 +9,10 @@
* $Id$ * $Id$
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems.h> #include <rtems.h>
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>

View File

@@ -4,6 +4,10 @@
* $Id$ * $Id$
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems.h> #include <rtems.h>
#include "monitor.h" #include "monitor.h"
#include <rtems/rtems/attr.inl> #include <rtems/rtems/attr.inl>

View File

@@ -4,6 +4,10 @@
* $Id$ * $Id$
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems.h> #include <rtems.h>
#include "monitor.h" #include "monitor.h"
#include <rtems/rtems/attr.inl> #include <rtems/rtems/attr.inl>

View File

@@ -4,6 +4,10 @@
* $Id$ * $Id$
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems.h> #include <rtems.h>
#include "monitor.h" #include "monitor.h"
#include <rtems/rtems/attr.inl> #include <rtems/rtems/attr.inl>

View File

@@ -32,6 +32,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if 0 #if 0
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #ifndef lint

View File

@@ -29,6 +29,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if HAVE_NBTOOL_CONFIG_H #if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h" #include "nbtool_config.h"
#endif #endif

View File

@@ -29,6 +29,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if HAVE_NBTOOL_CONFIG_H #if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h" #include "nbtool_config.h"
#endif #endif

View File

@@ -27,6 +27,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)strmode.c 8.3 (Berkeley) 8/15/94"; static char sccsid[] = "@(#)strmode.c 8.3 (Berkeley) 8/15/94";
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */

View File

@@ -29,6 +29,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if HAVE_NBTOOL_CONFIG_H #if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h" #include "nbtool_config.h"
#endif #endif

View File

@@ -32,6 +32,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if 0 #if 0
#ifndef lint #ifndef lint
__COPYRIGHT( __COPYRIGHT(

View File

@@ -32,6 +32,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if 0 #if 0
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #ifndef lint

View File

@@ -32,6 +32,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if 0 #if 0
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #ifndef lint

View File

@@ -27,6 +27,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if 0 #if 0
#ifndef lint #ifndef lint
static const char copyright[] = static const char copyright[] =

View File

@@ -32,6 +32,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if 0 #if 0
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #ifndef lint

View File

@@ -27,6 +27,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if defined(LIBC_SCCS) && !defined(lint) #if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)pwcache.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)pwcache.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */ #endif /* LIBC_SCCS and not lint */

View File

@@ -11,6 +11,10 @@
* $Id$ * $Id$
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define CONFIGURE_SHELL_COMMANDS_INIT #define CONFIGURE_SHELL_COMMANDS_INIT
#define CONFIGURE_SHELL_COMMANDS_ALL #define CONFIGURE_SHELL_COMMANDS_ALL

View File

@@ -29,6 +29,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/cdefs.h> #include <sys/cdefs.h>
#if 0 #if 0
#ifndef lint #ifndef lint

View File

@@ -32,6 +32,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if 0 #if 0
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #ifndef lint

View File

@@ -29,6 +29,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if HAVE_NBTOOL_CONFIG_H #if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h" #include "nbtool_config.h"
#endif #endif

View File

@@ -29,6 +29,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if HAVE_NBTOOL_CONFIG_H #if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h" #include "nbtool_config.h"
#endif #endif

View File

@@ -62,6 +62,10 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define _DIAGASSERT(a) #define _DIAGASSERT(a)
#if 0 #if 0

View File

@@ -29,6 +29,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if HAVE_NBTOOL_CONFIG_H #if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h" #include "nbtool_config.h"
#endif #endif

View File

@@ -29,6 +29,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if HAVE_NBTOOL_CONFIG_H #if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h" #include "nbtool_config.h"
#endif #endif

View File

@@ -29,6 +29,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if HAVE_NBTOOL_CONFIG_H #if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h" #include "nbtool_config.h"
#endif #endif

View File

@@ -29,6 +29,10 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#if HAVE_NBTOOL_CONFIG_H #if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h" #include "nbtool_config.h"
#endif #endif