]> git.saurik.com Git - apple/xnu.git/blobdiff - SETUP/config/externs.c
xnu-3789.1.32.tar.gz
[apple/xnu.git] / SETUP / config / externs.c
index d1bdd8942eb7d129eb53c7581c3f6a878fccf4f1..6f69a33409e718d365291b4e51cd5771d18740e2 100644 (file)
  * it will build from ``Makefile.vax'' and use ``../vax/inline''
  * in the makerules, etc.
  */
-int    machine;
 const char     *machinename;
 
-/*
- * For each machine, a set of CPU's may be specified as supported.
- * These and the options (below) are put in the C flags in the makefile.
- */
-
-struct cputype  *cputype;
-
 /*
  * In order to configure and build outside the kernel source tree,
  * we may wish to specify where the source tree lives.
@@ -58,16 +50,8 @@ char *config_directory;
  */
 struct opt *opt, *mkopt, *opt_tail, *mkopt_tail;
 
-char   *ident;
-
 int    do_trace;
 
-#if    MACHINE_VAX
-int    seen_mba, seen_uba;
-#endif
-
-int    seen_vme, seen_mbii;
-
 struct device *dtab;
 
 char   errbuf[80];
@@ -78,5 +62,3 @@ char  *build_directory;
 
 int    profiling = 0;
 
-int    maxusers;
-