X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Feap.h;h=01697a8b4b85c1eb1d4945759d21ce2d16d095e5;hb=33e8c95bf873cdce5ff2e2b4d8a76bdae792c699;hp=fbc72017da68a60ae74b2b425edf29db7ee2aeb9;hpb=3d40f39afda944dc862001800c0b3696d2f9f181;p=ppp.git diff --git a/pppd/eap.h b/pppd/eap.h index fbc7201..01697a8 100644 --- a/pppd/eap.h +++ b/pppd/eap.h @@ -20,15 +20,21 @@ * $Id: eap.h,v 1.2 2003/06/11 23:56:26 paulus Exp $ */ -#include "pppdconf.h" - #ifndef PPP_EAP_H #define PPP_EAP_H +#include "pppdconf.h" + #ifdef __cplusplus extern "C" { #endif + +#ifndef PPP_EAP +#define PPP_EAP 0xc227 +#endif + + /* * Packet header = Code, id, length. */