summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/local/opt_ppp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-30 14:46:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-08 14:59:54 +0200
commit70fa95a2e888475a51cf6cbdca26947a65e59716 (patch)
treefa5e0059198c8cad635448df00135e3f32659827 /rtemsbsd/include/rtems/bsd/local/opt_ppp.h
parenttestsuite: Add DEFAULT_NETWORK_NO_INTERFACE_0 (diff)
downloadrtems-libbsd-70fa95a2e888475a51cf6cbdca26947a65e59716.tar.bz2
ppp: Import from RTEMS sources
Diffstat (limited to 'rtemsbsd/include/rtems/bsd/local/opt_ppp.h')
-rw-r--r--rtemsbsd/include/rtems/bsd/local/opt_ppp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/rtemsbsd/include/rtems/bsd/local/opt_ppp.h b/rtemsbsd/include/rtems/bsd/local/opt_ppp.h
new file mode 100644
index 00000000..37e20686
--- /dev/null
+++ b/rtemsbsd/include/rtems/bsd/local/opt_ppp.h
@@ -0,0 +1,10 @@
+#ifndef _PPP_H_
+#define _PPP_H_
+
+#define NPPP 1
+#define NBPFILTER 0
+#undef VJC
+#undef PPP_FILTER
+#undef PPP_COMPRESS
+
+#endif