Imported Upstream version 1.2.16rel
[debian/mtx] / vms / defs.h
1 #ifdef __DECC
2 #pragma module MTX "V01-00"
3 #else
4 #module MTX "V01-00"
5 #endif
6
7 typedef int DEVICE_TYPE;
8
9 #include <ssdef.h>
10 #include <lib$routines.h>
11 #include <ots$routines.h>
12 #include <stdio.h>
13 #include <ctype.h>
14 #include <iodef.h>
15 #include <descrip.h>
16 #include <dcdef.h>
17 #include <devdef.h>
18 #include <dvidef.h>
19 #include <starlet.h>
20 #include <errno.h>
21 #include <stdarg.h>
22 #include <stdio.h>
23 #include <stdlib.h>
24 #include <string.h>
25 #include <prvdef.h>
26
27 #if defined(__DECC)
28 #pragma member_alignment save
29 #pragma nomember_alignment
30 #endif
31
32 /*
33   Define either of the following symbols as 1 to enable checking of
34   the LDR flag for specified devices.  DO NOT set these bits if you
35   do not 1) have a DEC-recognized autoloader, or 2) use the LDRSET
36   utility to set the LDR flag for the target devices.
37 */
38
39 #define USING_DEC_DRIVE         0
40 #define USING_LDRSET            0
41
42 static unsigned long VMS_ExitCode = SS$_ABORT;