mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
12 lines
138 B
C
12 lines
138 B
C
|
|
#ifndef _PPP_H_
|
|
#define _PPP_H_
|
|
|
|
#define NPPP 1
|
|
#define NBPFILTER 0
|
|
#undef VJC
|
|
#undef PPP_FILTER
|
|
#undef PPP_COMPRESS
|
|
|
|
#endif
|