]> git.ozlabs.org Git - ppp.git/commitdiff
Removing patchlevel.h
authorEivind Næss <eivnaes@yahoo.com>
Sat, 7 Aug 2021 21:15:01 +0000 (14:15 -0700)
committerEivind Næss <eivnaes@yahoo.com>
Fri, 15 Jul 2022 22:25:39 +0000 (15:25 -0700)
The significance of this headerfile has now been reduced as pppd now provides
pppd.pc (pkgconfig) and autotools to configure the project. Other projects can
now also configure the correct path variable:

   e.g. /usr/lib/x86_64-linux-gnu/pppd/2.4.10/...

To both consider the architecture and version via pkg-tool. The only consideration
would be the missing DATE directive. But I am less worried about that as the entire
release process has now been changed with the introduction of autotools.

Also fixing up pppd/pppdconf.h.in to remove quotes around the defines

Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
pppd/Makefile.am
pppd/patchlevel.h [deleted file]
pppd/pppd.h
pppd/pppdconf.h.in

index d0dcf8aef2703e689adf1c88380ec31485a43c02..233685350463036cf664eae7977eb5f312de6b37 100644 (file)
@@ -37,7 +37,7 @@ pppd_include_HEADERS = \
     md4.h \
     md5.h \
     mppe.h \
-    patchlevel.h \
+    pppdconf.h \
     pathnames.h \
     peap.h \
     pppcrypt.h \
diff --git a/pppd/patchlevel.h b/pppd/patchlevel.h
deleted file mode 100644 (file)
index 1ecdb82..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#define DATE           "5 January 2021"
index 8d896bd608e2e6fe7c64f4df76bec20b26832ac3..9dc6d714a59b2138c2133950218ad8dec0dfb7ca 100644 (file)
@@ -60,7 +60,6 @@
 #include <sys/time.h>          /* for struct timeval */
 #include <net/ppp_defs.h>
 #include <net/if.h>
-#include "patchlevel.h"
 
 #ifdef PPP_WITH_IPV6CP
 #include "eui64.h"
index c0b232887b11b8aedb270ca3f3640aca17e913d0..bb3a58c09a443bf6e88d271a229fd874e82ed593 100644 (file)
@@ -3,34 +3,34 @@
  *   in pppd when configured.
  */
 
-/* "Have Microsoft CHAP support" */
+/* Have Microsoft CHAP support */
 #undef PPP_WITH_CHAPMS
 
-/* "Have Microsoft LAN Manager support" */
+/* Have Microsoft LAN Manager support */
 #undef PPP_WITH_MSLANMAN
 
-/* "Have Microsoft MPPE support" */
+/* Have Microsoft MPPE support */
 #undef PPP_WITH_MPPE
 
-/* "Have multilink support" */
+/* Have multilink support */
 #undef PPP_WITH_MULTILINK
 
 /* Have packet activity filter support */
 #undef PPP_WITH_FILTER
 
-/* "Have support for loadable plugins" */
+/* Have support for loadable plugins */
 #undef PPP_WITH_PLUGINS
 
 /* Limit sessions by maximum number of octets */
 #undef PPP_WITH_MAXOCTETS
 
-/* Have Microsoft Callback Protocol support */
+/* Have Callback Protocol support */
 #undef PPP_WITH_CBCP
 
-/* "Include Trivial Database support" */
+/* Include TDB support */
 #undef PPP_WITH_TDB
 
-/* "Have IPv6 support" */
+/* Have IPv6 Control Protocol */
 #undef PPP_WITH_IPV6CP
 
 /* Support for Pluggable Authentication Modules */