allow DMMAX to be defined externally
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sat, 4 Feb 1984 00:42:36 +0000 (16:42 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sat, 4 Feb 1984 00:42:36 +0000 (16:42 -0800)
SCCS-vsn: sys/vax/vax/autoconf.c 6.5

usr/src/sys/vax/vax/autoconf.c

index f3e10d1..e159e93 100644 (file)
@@ -1,4 +1,4 @@
-/*     autoconf.c      6.4     84/02/02        */
+/*     autoconf.c      6.5     84/02/03        */
 
 /*
  * Setup the system to run on the current machine.
 
 /*
  * Setup the system to run on the current machine.
@@ -720,7 +720,9 @@ ubaaccess(pumem, pte)
 }
 
 #define        DMMIN   32
 }
 
 #define        DMMIN   32
+#ifndef        DMMAX
 #define        DMMAX   1024
 #define        DMMAX   1024
+#endif
 #define        DMTEXT  1024
 #define        MAXDUMP (10*2048)
 /*
 #define        DMTEXT  1024
 #define        MAXDUMP (10*2048)
 /*