mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 20:41:55 +08:00
Remove includes in <machine/rtems-bsd-config.h>
This commit is contained in:
parent
6ca6aa893b
commit
2208c4036d
@ -43,30 +43,9 @@
|
|||||||
/* XXX hack so /opt.../machine/param.h can disable MSIZE and use this one */
|
/* XXX hack so /opt.../machine/param.h can disable MSIZE and use this one */
|
||||||
#define __NEW_RTEMS_BSD__
|
#define __NEW_RTEMS_BSD__
|
||||||
|
|
||||||
/* General defines to activate BSD kernel parts */
|
/* General define to activate BSD kernel parts */
|
||||||
#define _KERNEL 1
|
#define _KERNEL 1
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
|
|
||||||
/* Type set from the C standard */
|
|
||||||
#include <stdarg.h>
|
|
||||||
#include <stddef.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <limits.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
/* Ensure that we are RTEMS compatible and can use RTEMS */
|
|
||||||
#include <rtems.h>
|
|
||||||
#include <rtems/error.h>
|
|
||||||
#include <rtems/chain.h>
|
|
||||||
#include <rtems/libio.h>
|
|
||||||
|
|
||||||
/* Ensure that we can use POSIX threads */
|
|
||||||
#include <pthread.h>
|
|
||||||
|
|
||||||
/* Networking */
|
/* Networking */
|
||||||
#define IPSEC 1
|
#define IPSEC 1
|
||||||
#define INET 1
|
#define INET 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user