summaryrefslogtreecommitdiff
path: root/pppd/pppd.h
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-08-07 14:15:01 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commite8605bcddbad7e47277b86f2ce0b28f6ca951fa2 (patch)
treecfc4f006c3f5439dee44def826c5ed5bfac77e0d /pppd/pppd.h
parentbfebf96caf375ab52e4df396f3383851d5ed2647 (diff)
downloadppp-e8605bcddbad7e47277b86f2ce0b28f6ca951fa2.tar.gz
Removing patchlevel.h
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>
Diffstat (limited to 'pppd/pppd.h')
-rw-r--r--pppd/pppd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pppd/pppd.h b/pppd/pppd.h
index 8d896bd..9dc6d71 100644
--- a/pppd/pppd.h
+++ b/pppd/pppd.h
@@ -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"