]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pathnames.h
Adding propper include guard to header files, renaming to PPP_<FILE>_H for consistency
[ppp.git] / pppd / pathnames.h
index 4d9b80c7b51a50e7094c7a07277626d9024cdea1..57a130e1c2e3b4278226366aa2c9c58e2edcd87e 100644 (file)
@@ -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 */