NUM_PPP is defined is opt.h, clearing from ppp_impl.h

This commit is contained in:
Sylvain Rochet 2012-06-16 18:45:53 +02:00
parent 0e2d5f9d0e
commit 99bf9775d9

View File

@ -55,7 +55,6 @@
/* /*
* Limits. * Limits.
*/ */
#define NUM_PPP 1 /* One PPP interface supported (per process) */
#define MAXWORDLEN 1024 /* max length of word in file (incl null) */ #define MAXWORDLEN 1024 /* max length of word in file (incl null) */
#define MAXARGS 1 /* max # args to a command */ #define MAXARGS 1 /* max # args to a command */
#define MAXNAMELEN 256 /* max length of hostname or name for auth */ #define MAXNAMELEN 256 /* max length of hostname or name for auth */