World now builds without these defines, so eliminate them.

Approved by:	julian@
This commit is contained in:
Warner Losh 2009-06-09 07:07:20 +00:00
parent 5c9306fd41
commit 0941c782f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193812

View File

@ -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 */