summaryrefslogtreecommitdiff
path: root/pppd/pppdconf.h.in
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-08-06 09:14:02 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:38 -0700
commit80b8744eb42c7493794f3e3fe0bf1ce14f53e6dd (patch)
tree68a56cc56bb20629f2a7304f1a323022eb4ebb2b /pppd/pppdconf.h.in
parenta6622771e2dc03a2682c86c4bcf6bf6ae9e85df7 (diff)
downloadppp-80b8744eb42c7493794f3e3fe0bf1ce14f53e6dd.tar.gz
Changing INET6 to PPP_WITH_IPV6CP and adding configure option
Based on feedback on PR #296, the option ipv6-support seems inconsistent with the existing ipxcp option. Futhermore, the #define has been renamed to avoid bleeding into third party projects. pppdconf.h is already distributed and will define or undefine the PPP_WITH_IPV6CP define. Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'pppd/pppdconf.h.in')
-rw-r--r--pppd/pppdconf.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/pppdconf.h.in b/pppd/pppdconf.h.in
index 9c0dacb..63b61ee 100644
--- a/pppd/pppdconf.h.in
+++ b/pppd/pppdconf.h.in
@@ -28,7 +28,7 @@
#undef USE_TDB
/* "Have IPv6 support" */
-#undef INET6
+#undef PPP_WITH_IPV6CP
/* "Support for Pluggable Authentication Modules" */
#undef USE_PAM