]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppdconf.h.in
The use of <net/ppp_defs.h> isn't guranteed to exist on Linux (e.g. uclibc, buildroot...
[ppp.git] / pppd / pppdconf.h.in
index bb3a58c09a443bf6e88d271a229fd874e82ed593..2ae6255ac9460ab937475c82229dd57faa2b3e34 100644 (file)
@@ -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