X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fwinbind.c;fp=pppd%2Fplugins%2Fwinbind.c;h=71c0d038fbaa4e852ddfd90a3c7d0fae72e5c54f;hb=bdd34ab1f2f87acb23c6d92feee7354ac53005ff;hp=59ab9bd82152b283fd1cfb77851c7f96ee5cc883;hpb=e8605bcddbad7e47277b86f2ce0b28f6ca951fa2;p=ppp.git diff --git a/pppd/plugins/winbind.c b/pppd/plugins/winbind.c index 59ab9bd..71c0d03 100644 --- a/pppd/plugins/winbind.c +++ b/pppd/plugins/winbind.c @@ -34,16 +34,6 @@ * ***********************************************************************/ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include "pppd.h" -#include "chap-new.h" -#include "chap_ms.h" -#include "fsm.h" -#include "ipcp.h" -#include "mppe.h" #include #include #include @@ -56,6 +46,13 @@ #include #include +#include +#include +#include +#include +#include +#include + #define BUF_LEN 1024 #define NOT_AUTHENTICATED 0 @@ -104,7 +101,7 @@ static int winbind_chap_verify(char *user, char *ourname, int id, char *message, int message_space); static int winbind_allowed_address(u_int32_t addr); -char pppd_version[] = VERSION; +char pppd_version[] = PPPD_VERSION; /********************************************************************** * %FUNCTION: plugin_init