summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-02-04 13:17:38 +0000
committerpeter <peter@FreeBSD.org>2001-02-04 13:17:38 +0000
commitc417101ae55dd9941fb03ce6fce4955a6a2a2e8f (patch)
treee28a112e1254fefe9d7243b6c77f8470b3757ba5 /usr.sbin/config/config.h
parente87f7a15ad62e1dd25061ddb301662e809692c2c (diff)
downloadFreeBSD-src-c417101ae55dd9941fb03ce6fce4955a6a2a2e8f.zip
FreeBSD-src-c417101ae55dd9941fb03ce6fce4955a6a2a2e8f.tar.gz
Remove the need to list each and every cpu platform. Config will now
take your word for the 'machine' switch.
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 3542349..76a1d25 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -94,13 +94,7 @@ struct config {
* it will build from ``Makefile.i386'' and use ``../i386/inline''
* in the makerules, etc.
*/
-int machine;
char *machinename;
-#define MACHINE_I386 1
-#define MACHINE_PC98 2
-#define MACHINE_ALPHA 3
-#define MACHINE_IA64 4
-#define MACHINE_POWERPC 5
/*
* For each machine, a set of CPU's may be specified as supported.
OpenPOWER on IntegriCloud