ReactOS 0.4.16-dev-340-g0540c21
|
#include "lwip/opt.h"
Go to the source code of this file.
Macros | |
#define | PPP_SUPPORT 0 |
#define | PPPOE_SUPPORT 0 |
#define | PPPOE_SCNAME_SUPPORT 0 |
#define | PPPOL2TP_SUPPORT 0 |
#define | PPPOL2TP_AUTH_SUPPORT PPPOL2TP_SUPPORT |
#define | PPPOS_SUPPORT PPP_SUPPORT |
#define | LWIP_PPP_API (PPP_SUPPORT && (NO_SYS == 0)) |
#define | PPP_NUM_TIMEOUTS 0 |
#define LWIP_PPP_API (PPP_SUPPORT && (NO_SYS == 0)) |
LWIP_PPP_API==1: Enable PPP API (in pppapi.c)
Definition at line 79 of file ppp_opts.h.
#define PPP_NUM_TIMEOUTS 0 |
Definition at line 607 of file ppp_opts.h.
#define PPP_SUPPORT 0 |
PPP_SUPPORT==1: Enable PPP.
Definition at line 37 of file ppp_opts.h.
#define PPPOE_SCNAME_SUPPORT 0 |
PPPOE_SCNAME_SUPPORT==1: Enable PPP Over Ethernet Service Name and Concentrator Name support
Definition at line 51 of file ppp_opts.h.
#define PPPOE_SUPPORT 0 |
PPPOE_SUPPORT==1: Enable PPP Over Ethernet
Definition at line 44 of file ppp_opts.h.
#define PPPOL2TP_AUTH_SUPPORT PPPOL2TP_SUPPORT |
PPPOL2TP_AUTH_SUPPORT==1: Enable PPP Over L2TP Auth (enable MD5 support)
Definition at line 65 of file ppp_opts.h.
#define PPPOL2TP_SUPPORT 0 |
PPPOL2TP_SUPPORT==1: Enable PPP Over L2TP
Definition at line 58 of file ppp_opts.h.
#define PPPOS_SUPPORT PPP_SUPPORT |
PPPOS_SUPPORT==1: Enable PPP Over Serial
Definition at line 72 of file ppp_opts.h.