X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fpasswordfd.c;fp=pppd%2Fplugins%2Fpasswordfd.c;h=6f8bc6f0be78265838f8f5733833f4c974fe7e82;hb=bdd34ab1f2f87acb23c6d92feee7354ac53005ff;hp=9a0cd822fa96a8a4f80c4a14eb862b89892ac6fd;hpb=e8605bcddbad7e47277b86f2ce0b28f6ca951fa2;p=ppp.git diff --git a/pppd/plugins/passwordfd.c b/pppd/plugins/passwordfd.c index 9a0cd82..6f8bc6f 100644 --- a/pppd/plugins/passwordfd.c +++ b/pppd/plugins/passwordfd.c @@ -7,18 +7,14 @@ * with pap- and chap-secrets files. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include #include #include #include -#include "pppd.h" +#include -char pppd_version[] = VERSION; +char pppd_version[] = PPPD_VERSION; static int passwdfd = -1; static char save_passwd[MAXSECRETLEN];