X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppdconf.h.in;h=2ae6255ac9460ab937475c82229dd57faa2b3e34;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hp=5cdcf5b366f0c9884a771f885b0207dd7b3af084;hpb=bdd34ab1f2f87acb23c6d92feee7354ac53005ff;p=ppp.git diff --git a/pppd/pppdconf.h.in b/pppd/pppdconf.h.in index 5cdcf5b..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 @@ -59,3 +62,5 @@ /* The pppd version */ #undef PPPD_VERSION + +#endif