From 4aa8a23f2abb28fc228c06f5767266689f7ed39a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 2 Feb 2005 03:06:41 +0000 Subject: Include config.h. --- cpukit/libnetworking/rtems/issetugid.c | 4 ++++ cpukit/libnetworking/rtems/mkrootfs.c | 4 ++++ cpukit/libnetworking/rtems/rtems_bootp.c | 4 ++++ cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c | 4 ++++ cpukit/libnetworking/rtems/rtems_glue.c | 4 ++++ cpukit/libnetworking/rtems/rtems_select.c | 4 ++++ cpukit/libnetworking/rtems/rtems_showicmpstat.c | 4 ++++ cpukit/libnetworking/rtems/rtems_showifstat.c | 4 ++++ cpukit/libnetworking/rtems/rtems_showipstat.c | 4 ++++ cpukit/libnetworking/rtems/rtems_showmbuf.c | 4 ++++ cpukit/libnetworking/rtems/rtems_showroute.c | 4 ++++ cpukit/libnetworking/rtems/rtems_showtcpstat.c | 4 ++++ cpukit/libnetworking/rtems/rtems_showudpstat.c | 4 ++++ cpukit/libnetworking/rtems/rtems_syscall.c | 4 ++++ cpukit/libnetworking/rtems/sghostname.c | 4 ++++ 15 files changed, 60 insertions(+) diff --git a/cpukit/libnetworking/rtems/issetugid.c b/cpukit/libnetworking/rtems/issetugid.c index 3baf0ec88b..09deaaf019 100644 --- a/cpukit/libnetworking/rtems/issetugid.c +++ b/cpukit/libnetworking/rtems/issetugid.c @@ -4,6 +4,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + int issetugid (void) { diff --git a/cpukit/libnetworking/rtems/mkrootfs.c b/cpukit/libnetworking/rtems/mkrootfs.c index 92dde4a892..a65f249930 100644 --- a/cpukit/libnetworking/rtems/mkrootfs.c +++ b/cpukit/libnetworking/rtems/mkrootfs.c @@ -25,6 +25,10 @@ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/libnetworking/rtems/rtems_bootp.c b/cpukit/libnetworking/rtems/rtems_bootp.c index 1bfdb11906..23c6801757 100644 --- a/cpukit/libnetworking/rtems/rtems_bootp.c +++ b/cpukit/libnetworking/rtems/rtems_bootp.c @@ -2,6 +2,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c b/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c index 52e78f00e2..5e7d45d713 100644 --- a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c +++ b/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c @@ -5,6 +5,10 @@ * $Id* */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include diff --git a/cpukit/libnetworking/rtems/rtems_glue.c b/cpukit/libnetworking/rtems/rtems_glue.c index 708cafdb85..c97af906ea 100644 --- a/cpukit/libnetworking/rtems/rtems_glue.c +++ b/cpukit/libnetworking/rtems/rtems_glue.c @@ -2,6 +2,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #define RTEMS_FAST_MUTEX #ifdef RTEMS_FAST_MUTEX diff --git a/cpukit/libnetworking/rtems/rtems_select.c b/cpukit/libnetworking/rtems/rtems_select.c index a3e55562fd..6992e0c438 100644 --- a/cpukit/libnetworking/rtems/rtems_select.c +++ b/cpukit/libnetworking/rtems/rtems_select.c @@ -2,6 +2,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include /* #include */ diff --git a/cpukit/libnetworking/rtems/rtems_showicmpstat.c b/cpukit/libnetworking/rtems/rtems_showicmpstat.c index 1faea2512b..dfe1bc45a4 100644 --- a/cpukit/libnetworking/rtems/rtems_showicmpstat.c +++ b/cpukit/libnetworking/rtems/rtems_showicmpstat.c @@ -2,6 +2,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/libnetworking/rtems/rtems_showifstat.c b/cpukit/libnetworking/rtems/rtems_showifstat.c index 0c879f8051..e673a7c5a5 100644 --- a/cpukit/libnetworking/rtems/rtems_showifstat.c +++ b/cpukit/libnetworking/rtems/rtems_showifstat.c @@ -2,6 +2,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/libnetworking/rtems/rtems_showipstat.c b/cpukit/libnetworking/rtems/rtems_showipstat.c index 2dd499a8c0..75eabca2c1 100644 --- a/cpukit/libnetworking/rtems/rtems_showipstat.c +++ b/cpukit/libnetworking/rtems/rtems_showipstat.c @@ -2,6 +2,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/libnetworking/rtems/rtems_showmbuf.c b/cpukit/libnetworking/rtems/rtems_showmbuf.c index 39523bd00a..a4404a5a6c 100644 --- a/cpukit/libnetworking/rtems/rtems_showmbuf.c +++ b/cpukit/libnetworking/rtems/rtems_showmbuf.c @@ -2,6 +2,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/libnetworking/rtems/rtems_showroute.c b/cpukit/libnetworking/rtems/rtems_showroute.c index bfa78bf6d5..1cb5887768 100644 --- a/cpukit/libnetworking/rtems/rtems_showroute.c +++ b/cpukit/libnetworking/rtems/rtems_showroute.c @@ -2,6 +2,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/libnetworking/rtems/rtems_showtcpstat.c b/cpukit/libnetworking/rtems/rtems_showtcpstat.c index b9a0366819..15612878ef 100644 --- a/cpukit/libnetworking/rtems/rtems_showtcpstat.c +++ b/cpukit/libnetworking/rtems/rtems_showtcpstat.c @@ -2,6 +2,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/libnetworking/rtems/rtems_showudpstat.c b/cpukit/libnetworking/rtems/rtems_showudpstat.c index 1fc2d15a0b..d47534d964 100644 --- a/cpukit/libnetworking/rtems/rtems_showudpstat.c +++ b/cpukit/libnetworking/rtems/rtems_showudpstat.c @@ -2,6 +2,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include diff --git a/cpukit/libnetworking/rtems/rtems_syscall.c b/cpukit/libnetworking/rtems/rtems_syscall.c index 0285dc36d0..8580c6425b 100644 --- a/cpukit/libnetworking/rtems/rtems_syscall.c +++ b/cpukit/libnetworking/rtems/rtems_syscall.c @@ -2,6 +2,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include /* #include */ diff --git a/cpukit/libnetworking/rtems/sghostname.c b/cpukit/libnetworking/rtems/sghostname.c index 307f045fbd..0303813e12 100644 --- a/cpukit/libnetworking/rtems/sghostname.c +++ b/cpukit/libnetworking/rtems/sghostname.c @@ -5,6 +5,10 @@ * $Id$ */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3