X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppdconf.h.in;h=2ae6255ac9460ab937475c82229dd57faa2b3e34;hb=0ef528de9025051a4ab82e73ffd013edf2d6e4c5;hp=bb3a58c09a443bf6e88d271a229fd874e82ed593;hpb=e8605bcddbad7e47277b86f2ce0b28f6ca951fa2;p=ppp.git diff --git a/pppd/pppdconf.h.in b/pppd/pppdconf.h.in index bb3a58c..2ae6255 100644 --- a/pppd/pppdconf.h.in +++ b/pppd/pppdconf.h.in @@ -3,6 +3,9 @@ * in pppd when configured. */ +#ifndef PPP_PPPDCONF_H +#define PPP_PPPDCONF_H + /* Have Microsoft CHAP support */ #undef PPP_WITH_CHAPMS @@ -57,5 +60,7 @@ /* Use included sha included with pppd */ #undef USE_SHA -/* Version number of package */ -#undef VERSION +/* The pppd version */ +#undef PPPD_VERSION + +#endif