]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/Makefile.linux
Experemental per session traffic limiting.
[ppp.git] / pppd / plugins / radius / Makefile.linux
index 2c7b3ffb21cd49747ebf7ff4bf1bf68a630f3863..30a3ac40de500653b20c1db1e9aeed3bec7151d8 100644 (file)
@@ -12,6 +12,8 @@ CFLAGS=-I../.. -I../../../include -Iradiusclient/include -O2
 CHAPMS=y
 # Uncomment the next line to include support for MPPE.
 MPPE=y
+# Uncomment the next lint to include support for traffic limiting
+MAXOCTETS=y
 
 ifdef CHAPMS
 CFLAGS += -DCHAPMS=1
@@ -19,6 +21,9 @@ ifdef MPPE
 CFLAGS += -DMPPE=1
 endif
 endif
+ifdef MAXOCTETS
+CFLAGS += -DMAXOCTETS=1
+endif
 
 all: $(PLUGIN)