Remove some prehistoric never used defines.

This commit is contained in:
Alexander Motin 2007-12-26 19:15:07 +00:00
parent 93ee5a96ef
commit b06ccdeab3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174929

View File

@ -52,15 +52,10 @@
#define NGM_PPPOE_COOKIE 1089893072
/* Number of active sessions we can handle */
#define PPPOE_NUM_SESSIONS 16 /* for now */
#define PPPOE_SERVICE_NAME_SIZE 64 /* for now */
/* Hook names */
#define NG_PPPOE_HOOK_ETHERNET "ethernet"
#define NG_PPPOE_HOOK_PADI "PADI" /* default PADI requests come here */
#define NG_PPPOE_HOOK_S_LEADIN "service" /* PADO responses from PADI */
#define NG_PPPOE_HOOK_C_LEADIN "client" /* Connect message starts this */
#define NG_PPPOE_HOOK_DEBUG "debug"
/* Mode names */