rtems-bsd-config.h.in: Do not undef __P or __strong_reference

<sys/cdefs.h> is the FreeBSD version now. No need to touch these.
This commit is contained in:
Joel Sherrill 2012-09-06 10:33:53 -05:00
parent 6d7f48849e
commit 132ec81d51

View File

@ -31,10 +31,6 @@
/* XXX hack so /opt.../machine/param.h can disable MSIZE and use this one */
#define __NEW_RTEMS_BSD__
/* Disable procedure call definitions */
#undef __P
#undef __strong_reference
#ifndef _RTEMS_BSD_BSD_HH_
/* General defines to activate BSD kernel parts */
#define _KERNEL 1
@ -45,10 +41,6 @@
#undef _SYS_TTYCOM_H_
#define _SYS_TTYCOM_H_ 1
/* Disable procedure call definitions */
#undef __P
#undef __strong_reference
/* Disable some quirks in the standard headers */
#define _POSIX_SOURCE 1