PPP, cleanup unused/redefined/useless limits in ppp_impl.h

This commit is contained in:
Sylvain Rochet
2015-04-30 01:07:11 +02:00
parent fd53cad208
commit 091c6a3bda
2 changed files with 2 additions and 10 deletions

View File

@@ -63,14 +63,6 @@
#define PPP_CTRL_PBUF_MAX_SIZE PBUF_POOL_BUFSIZE
#endif /* PPP_USE_PBUF_RAM */
/*
* Limits.
*/
#define MAXWORDLEN 1024 /* max length of word in file (incl null) */
#define MAXARGS 1 /* max # args to a command */
#define MAXNAMELEN 256 /* max length of hostname or name for auth */
#define MAXSECRETLEN 256 /* max length of password or secret */
/*
* The basic PPP frame.
*/