X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpathnames.h;h=57a130e1c2e3b4278226366aa2c9c58e2edcd87e;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hp=4d9b80c7b51a50e7094c7a07277626d9024cdea1;hpb=b2c21894e165d7a0b4f1600fd8a8fd1b21305752;p=ppp.git diff --git a/pppd/pathnames.h b/pppd/pathnames.h index 4d9b80c..57a130e 100644 --- a/pppd/pathnames.h +++ b/pppd/pathnames.h @@ -1,6 +1,9 @@ /* * define path names */ +#ifndef PPP_PATHNAMES_H +#define PPP_PATHNAMES_H + #include "pppdconf.h" #ifdef HAVE_PATHS_H @@ -70,3 +73,4 @@ #define _PATH_PPPDB _PPP_VARRUN "pppd2.tdb" #endif /* __STDC__ */ +#endif /* PPP_PATHNAMES_H */