Browse Source

get some info from ACK include files

ceriel 36 years ago
parent
commit
4c7c1867c3
1 changed files with 6 additions and 2 deletions
  1. 6 2
      util/int/e.out.h

+ 6 - 2
util/int/e.out.h

@@ -1,8 +1,12 @@
 /* $Header$ */
 
-#define	MAGIC		07255
+/* get version number from ... */
+#include	<local.h>
 
-#define	VERSION		3
+/* get magic number from ... */
+#include	<em_spec.h>
+#include	<as_spec.h>
+#define	MAGIC		as_magic
 
 #define	FB_TEST		001
 #define	FB_PROFILE	002