World now builds without these defines, so eliminate them.
Approved by: julian@
This commit is contained in:
parent
5c9306fd41
commit
0941c782f9
@ -51,15 +51,6 @@
|
||||
#define NG_PATHSIZ 512 /* max path len (including null) */
|
||||
#define NG_CMDSTRSIZ 32 /* max command string (including null) */
|
||||
|
||||
#ifndef BURN_BRIDGES
|
||||
/* don't use these - they will go away */
|
||||
#define NG_TYPELEN (NG_TYPESIZ - 1)
|
||||
#define NG_HOOKLEN (NG_HOOKSIZ - 1)
|
||||
#define NG_NODELEN (NG_NODESIZ - 1)
|
||||
#define NG_PATHLEN (NG_PATHSIZ - 1)
|
||||
#define NG_CMDSTRLEN (NG_CMDSTRSIZ - 1)
|
||||
#endif
|
||||
|
||||
#define NG_TEXTRESPONSE 1024 /* allow this length for a text response */
|
||||
|
||||
/* A netgraph message */
|
||||
|
Loading…
x
Reference in New Issue
Block a user