summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/opt_ppp.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-27 08:48:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-27 08:48:28 +0000
commite262e237ca40095cd4483fb9f36ac6eab5dcb672 (patch)
tree78aa4a3ae4b9c6525d89c09b401295b07b17ec43 /cpukit/libnetworking/opt_ppp.h
parent2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e262e237ca40095cd4483fb9f36ac6eab5dcb672.tar.bz2
New.
Diffstat (limited to 'cpukit/libnetworking/opt_ppp.h')
-rw-r--r--cpukit/libnetworking/opt_ppp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/libnetworking/opt_ppp.h b/cpukit/libnetworking/opt_ppp.h
new file mode 100644
index 0000000000..d318f6a5f9
--- /dev/null
+++ b/cpukit/libnetworking/opt_ppp.h
@@ -0,0 +1,11 @@
+
+#ifndef _PPP_H_
+#define _PPP_H_
+
+#define NPPP 1
+#define NBPFILTER 0
+#undef VJC
+#undef PPP_FILTER
+#undef PPP_COMPRESS
+
+#endif