Include config.h.

This commit is contained in:
Ralf Corsepius
2005-02-02 03:06:41 +00:00
parent de462dd7dd
commit 4aa8a23f2a
15 changed files with 60 additions and 0 deletions

View File

@@ -4,6 +4,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
int int
issetugid (void) issetugid (void)
{ {

View File

@@ -25,6 +25,10 @@
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View File

@@ -2,6 +2,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems.h> #include <rtems.h>
#include <rtems/error.h> #include <rtems/error.h>
#include <sys/types.h> #include <sys/types.h>

View File

@@ -5,6 +5,10 @@
* $Id* * $Id*
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h> #include <stdio.h>
#include <rtems/rtems_bsdnet.h> #include <rtems/rtems_bsdnet.h>

View File

@@ -2,6 +2,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#define RTEMS_FAST_MUTEX #define RTEMS_FAST_MUTEX
#ifdef RTEMS_FAST_MUTEX #ifdef RTEMS_FAST_MUTEX

View File

@@ -2,6 +2,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h> #include <string.h>
#include <stdarg.h> #include <stdarg.h>
/* #include <stdlib.h> */ /* #include <stdlib.h> */

View File

@@ -2,6 +2,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/param.h> #include <sys/param.h>
#include <sys/queue.h> #include <sys/queue.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@@ -2,6 +2,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/param.h> #include <sys/param.h>
#include <sys/queue.h> #include <sys/queue.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@@ -2,6 +2,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/param.h> #include <sys/param.h>
#include <sys/queue.h> #include <sys/queue.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@@ -2,6 +2,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/param.h> #include <sys/param.h>
#include <sys/queue.h> #include <sys/queue.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@@ -2,6 +2,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/param.h> #include <sys/param.h>
#include <sys/queue.h> #include <sys/queue.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@@ -2,6 +2,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/param.h> #include <sys/param.h>
#include <sys/queue.h> #include <sys/queue.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@@ -2,6 +2,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/param.h> #include <sys/param.h>
#include <sys/queue.h> #include <sys/queue.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@@ -2,6 +2,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h> #include <string.h>
#include <stdarg.h> #include <stdarg.h>
/* #include <stdlib.h> */ /* #include <stdlib.h> */

View File

@@ -5,6 +5,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <rtems/rtems_bsdnet.h> #include <rtems/rtems_bsdnet.h>