summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-24 10:21:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-10-31 13:18:50 +0100
commit8109ef3ae779e9cbe54b17aac1e1c2e58faeaecc (patch)
tree97368d90800cca786a2bd976620054db815b648a /rtemsbsd/include
parentMove ticks definition (diff)
downloadrtems-libbsd-8109ef3ae779e9cbe54b17aac1e1c2e58faeaecc.tar.bz2
Remove superfluous undefs
Diffstat (limited to 'rtemsbsd/include')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-config.h.in b/rtemsbsd/include/machine/rtems-bsd-config.h.in
index 306e8585..4fc27e79 100644
--- a/rtemsbsd/include/machine/rtems-bsd-config.h.in
+++ b/rtemsbsd/include/machine/rtems-bsd-config.h.in
@@ -67,12 +67,6 @@
/* Ensure that we can use POSIX threads */
#include <pthread.h>
-/* The BSD kernel is not a POSIX source */
-#undef _POSIX_SOURCE
-
-/* Symbol undefines */
-#undef MAXPATHLEN
-
/* Networking */
#define IPSEC 1
#define INET 1