summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-02-28 02:53:32 +0000
committerpeter <peter@FreeBSD.org>2001-02-28 02:53:32 +0000
commitb31794bc17abbe5f5aec97c5172725ab3fbb9443 (patch)
tree77235c406a449d19ed405cb3c9d274efce827971 /usr.sbin/config/config.h
parent5e2296a1b5447c6c40e0011ae1fdc60467a8d60e (diff)
downloadFreeBSD-src-b31794bc17abbe5f5aec97c5172725ab3fbb9443.zip
FreeBSD-src-b31794bc17abbe5f5aec97c5172725ab3fbb9443.tar.gz
Some more tidying up. we dont use config-dependent anyware. Eliminate
some duplicate code (cut/paste bug?). tidy up some other minor stuff.
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 2a2dfb4..b4efafb 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -67,18 +67,16 @@ struct file_list {
/*
* Attributes (flags).
*/
-#define CONFIGDEP 1
-#define NO_IMPLCT_RULE 2
-#define NO_OBJ 4
-#define BEFORE_DEPEND 8
-#define NEED_COUNT 16
-#define ISDUP 32
+#define NO_IMPLCT_RULE 1
+#define NO_OBJ 2
+#define BEFORE_DEPEND 4
+#define NEED_COUNT 8
+#define ISDUP 16
struct device {
int d_done; /* processed */
char *d_name; /* name of device (e.g. rk11) */
int d_count; /* device count */
-#define QUES -1 /* -1 means '?' */
#define UNKNOWN -2 /* -2 means not set yet */
struct device *d_next; /* Next one in list */
};
OpenPOWER on IntegriCloud