X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fupap.h;h=af09cd914176225a76a1fd6ef28ff760660e84a0;hb=76016e1b948b7d9675b4e0750d1f943d96d9523b;hp=99b007fe816abb547842479716078b3984991080;hpb=6531eb055818ea1b4df386b3e7132392771cd0e5;p=ppp.git diff --git a/pppd/upap.h b/pppd/upap.h index 99b007f..af09cd9 100644 --- a/pppd/upap.h +++ b/pppd/upap.h @@ -1,3 +1,5 @@ +#include "pppdconf.h" + /* * upap.h - User/Password Authentication Protocol definitions. * @@ -39,6 +41,10 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef PPP_UPAP_H +#define PPP_UPAP_H + +#include "pppdconf.h" /* * Packet header = Code, id, length. @@ -106,3 +112,5 @@ void upap_authwithpeer(int, char *, char *); void upap_authpeer(int); extern struct protent pap_protent; + +#endif // PPP_UPAP_H