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$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
int
issetugid (void)
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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