mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-06 20:50:28 +08:00
11 lines
137 B
C
11 lines
137 B
C
#ifndef _PPP_H_
|
|
#define _PPP_H_
|
|
|
|
#define NPPP 1
|
|
#define NBPFILTER 0
|
|
#undef VJC
|
|
#undef PPP_FILTER
|
|
#undef PPP_COMPRESS
|
|
|
|
#endif
|