]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/Makefile.linux
Patch from Frank Cusack to make RADIUS plugin support MS-CHAP authentication.
[ppp.git] / pppd / plugins / radius / Makefile.linux
index 1fa7ff9730e1c95787030f41301110faaee64d97..30fcb7aad425783069f86525310ae3f9fd28a6f9 100644 (file)
@@ -7,6 +7,14 @@ MANDIR=/usr/man
 PLUGIN=radius.so radattr.so
 CFLAGS=-I../.. -Iradiusclient/include -O2
 
+# Uncomment the next line to include support for Microsoft's
+# MS-CHAP authentication protocol.
+CHAPMS=y
+
+ifdef CHAPMS
+CFLAGS += -DCHAPMS=1
+endif
+
 all: $(PLUGIN)
 
 install: all