]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
Experemental per session traffic limiting.
[ppp.git] / pppd / Makefile.linux
index 7a8483677073367bffb948e264d644477f002459..9fc44532a8d814e32ce737d77798a9b61c31cd98 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.50 2002/06/10 13:46:28 dfs Exp $
+# $Id: Makefile.linux,v 1.51 2002/07/13 06:24:36 kad Exp $
 #
 
 # Default installation locations
@@ -72,6 +72,8 @@ PLUGIN=y
 
 #CBCP=y
 
+MAXOCTETS=y
+
 INCLUDE_DIRS= -I../include
 
 COMPILE_FLAGS= -D_linux_=1 -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP
@@ -154,6 +156,10 @@ ifdef CBCP
      CFLAGS += -DCBCP_SUPPORT
 endif
 
+ifdef MAXOCTETS
+     CFLAGS += -DMAXOCTETS
+endif
+
 INSTALL= install -o root
 
 install: pppd