summaryrefslogtreecommitdiff
path: root/pppd/pppd.h
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-08-06 10:06:17 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commite8676075aea6d278f435d5ce83d9b6aa216a1ecb (patch)
tree06bd9f59ff45826629f39f0feaf7b3c836652c8d /pppd/pppd.h
parent80b8744eb42c7493794f3e3fe0bf1ce14f53e6dd (diff)
downloadppp-e8676075aea6d278f435d5ce83d9b6aa216a1ecb.tar.gz
Changing defines for CHAPMS, MSLANMAN, MPPE to prefix with PPP_WITH_*
To avoid bleeding over to third party projects. They are all defined and exported by pppdconf.h either way. These projects will stil have a consistent view of how pppd was compiled. Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'pppd/pppd.h')
-rw-r--r--pppd/pppd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/pppd.h b/pppd/pppd.h
index 5a6d75d..534272b 100644
--- a/pppd/pppd.h
+++ b/pppd/pppd.h
@@ -382,7 +382,7 @@ extern struct bpf_program pass_filter; /* Filter for pkts to pass */
extern struct bpf_program active_filter; /* Filter for link-active pkts */
#endif
-#ifdef MSLANMAN
+#ifdef PPP_WITH_MSLANMAN
extern bool ms_lanman; /* Use LanMan password instead of NT */
/* Has meaning only with MS-CHAP challenges */
#endif