X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fecp.h;h=5a0df4d1468120fdf53f01ebb74a6c8e76ed43fa;hb=607d8eadccfd62c1fa84a36bd1440bd48b4e55ca;hp=df6e3ca1abf2b46804999eaad19addddf6d0f8ed;hpb=ce8636b2f8633dc8a5f9b2464b6fcab240afd404;p=ppp.git diff --git a/pppd/ecp.h b/pppd/ecp.h index df6e3ca..5a0df4d 100644 --- a/pppd/ecp.h +++ b/pppd/ecp.h @@ -30,6 +30,15 @@ * * $Id: ecp.h,v 1.2 2003/01/10 07:12:36 fcusack Exp $ */ +#ifndef PPP_ECP_H +#define PPP_ECP_H + +#include "pppdconf.h" + +#ifndef PPP_ECP +#define PPP_ECP 0x8053 +#endif + typedef struct ecp_options { bool required; /* Is ECP required? */ @@ -43,3 +52,5 @@ extern ecp_options ecp_allowoptions[]; extern ecp_options ecp_hisoptions[]; extern struct protent ecp_protent; + +#endif