]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppdconf.h.in
Fix libsystemd detection
[ppp.git] / pppd / pppdconf.h.in
index bb3a58c09a443bf6e88d271a229fd874e82ed593..ad25dca63d06c1f141b769c5e3d8501f320588b9 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
 
@@ -21,9 +24,6 @@
 /* Have support for loadable plugins */
 #undef PPP_WITH_PLUGINS
 
-/* Limit sessions by maximum number of octets */
-#undef PPP_WITH_MAXOCTETS
-
 /* Have Callback Protocol support */
 #undef PPP_WITH_CBCP
 
 /* Have PEAP authentication support */
 #undef PPP_WITH_PEAP
 
-/* Use included des included with pppd */
-#undef USE_CRYPT
-
-/* Use included md4 included with pppd */
-#undef USE_MD4
-
-/* Use included md5 included with pppd */
-#undef USE_MD5
-
-/* Use included sha included with pppd */
-#undef USE_SHA
+/* The pppd version */
+#undef PPPD_VERSION
 
-/* Version number of package */
-#undef VERSION
+#endif