fix debugging sets
This commit is contained in:
parent
d9f1763a86
commit
b5b92792fe
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: defs.h,v 1.164 2013/03/16 17:10:16 christos Exp $ */
|
||||
/* $NetBSD: defs.h,v 1.165 2013/03/16 22:16:02 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -132,7 +132,7 @@ enum {
|
||||
|
||||
/* Debug sets */
|
||||
SET_DEBUG,
|
||||
SET_XDEBUG,
|
||||
SET_X11_DEBUG,
|
||||
|
||||
SET_LAST,
|
||||
SET_GROUP, /* Start of submenu */
|
||||
@ -160,7 +160,7 @@ enum {
|
||||
#define SET_SOURCE SET_SYSSRC, SET_SRC, SET_SHARESRC, SET_GNUSRC, SET_XSRC
|
||||
|
||||
/* All debug sets */
|
||||
#define SET_DEBUGGING SET_DEBUG, SET_XDEBUG
|
||||
#define SET_DEBUGGING SET_DEBUG, SET_X11_DEBUG
|
||||
|
||||
/* Set list flags */
|
||||
#define SFLAG_MINIMAL 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: util.c,v 1.181 2013/03/16 17:10:17 christos Exp $ */
|
||||
/* $NetBSD: util.c,v 1.182 2013/03/16 22:16:02 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
@ -68,7 +68,7 @@
|
||||
#define MD_SETS_SELECTED_NOX SET_KERNEL_1, SET_SYSTEM, SET_MD
|
||||
#endif
|
||||
#ifndef MD_SETS_VALID
|
||||
#define MD_SETS_VALID SET_KERNEL, SET_SYSTEM, SET_X11, SET_MD, SET_SOURCE SET_DEBUGGING
|
||||
#define MD_SETS_VALID SET_KERNEL, SET_SYSTEM, SET_X11, SET_MD, SET_SOURCE, SET_DEBUGGING
|
||||
#endif
|
||||
|
||||
#define MAX_CD_DEVS 256 /* how many cd drives do we expect to attach */
|
||||
|
Loading…
Reference in New Issue
Block a user