Reinstate VINUMDEBUG. Removing it also removes some diagnostic commands.

I should reconsider whether I just leave them in without #ifdef VINUMDEBUG.
This commit is contained in:
Greg Lehey 2001-10-15 01:32:48 +00:00
parent 462c450905
commit ff433237bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84948
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@ PROG= vinum
SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c
MAN= vinum.8
CFLAGS+= -I${.CURDIR}/../../sys -Wall
CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG
DPADD= ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT} ${LIBKVM}
LDADD= -lreadline -ltermcap -ldevstat -lkvm

View File

@ -43,7 +43,6 @@
#define PLEXINITSIZE 65536 /* init in this size chunks */
#define MAXPLEXINITSIZE 65536 /* max chunk size to use for init */
#define MAXDATETEXT 128 /* date text in history (far too much) */
#define VINUMDEBUG /* for including kernel headers */
enum {
KILOBYTE = 1024,