2 Use this file to create a Master GST of all the non-conflicting headers
3 in Include:. The following compiler command will create the most often
4 used version of the Master GST
6 sc noobjname mgst=include:all.gst all.c
8 Remember that you may need to make new GST's depending on your compiler
9 switches used in a project. Some switches affect the GST as well as
10 your code. For instance, if you use the UNSIGNEDCHAR switch, you will
11 need to build a GST specifically for use with this model
13 sc noobjname uchar mgst=include:all_u.gst all.c
17 #define USE_BUILTIN_MATH
35 #include <devices/bootblock.h>
36 #include <devices/cd.h>
37 #include <devices/console.h>
38 #include <devices/hardblocks.h>
39 #include <devices/input.h>
40 #include <devices/inputevent.h>
41 #include <devices/scsidisk.h>
42 #include <devices/timer.h>
43 #include <devices/trackdisk.h>
44 #include <dos/datetime.h>
46 #include <dos/dosasl.h>
47 #include <dos/dosextens.h>
48 #include <dos/doshunks.h>
49 #include <dos/dostags.h>
50 #include <dos/exall.h>
51 #include <dos/filehandler.h>
52 #include <dos/notify.h>
53 #include <dos/rdargs.h>
54 #include <dos/record.h>
55 #include <dos/stdio.h>
57 #include <exec/alerts.h>
58 #include <exec/devices.h>
59 #include <exec/errors.h>
60 #include <exec/exec.h>
61 #include <exec/execbase.h>
62 #include <exec/interrupts.h>
64 #include <exec/libraries.h>
65 #include <exec/lists.h>
66 #include <exec/memory.h>
67 #include <exec/nodes.h>
68 #include <exec/ports.h>
69 #include <exec/resident.h>
70 #include <exec/semaphores.h>
71 #include <exec/tasks.h>
72 #include <exec/types.h>
73 #include <hardware/blit.h>
74 #include <hardware/custom.h>
75 #include <hardware/intbits.h>
76 #include <libraries/asl.h>
77 #include <libraries/iffparse.h>
78 #include <libraries/lowlevel.h>
79 #include <libraries/nonvolatile.h>
80 #include <proto/asl.h>
81 #include <proto/disk.h>
82 #include <proto/dos.h>
83 #include <proto/gadtools.h>
84 #include <proto/graphics.h>
85 #include <proto/icon.h>
86 #include <proto/iffparse.h>
87 #include <proto/input.h>
88 #include <proto/intuition.h>
89 #include <proto/locale.h>
90 #include <proto/lowlevel.h>
91 #include <proto/nonvolatile.h>
92 #include <proto/timer.h>
93 #include <proto/utility.h>
95 #include <resources/filesysres.h>
96 #include <utility/hooks.h>
97 #include <utility/tagitem.h>
98 #include <utility/utility.h>
100 #include <clib/alib_protos.h> /* MH */
101 #include <clib/multiuser_protos.h> /* MH */
102 #include <libraries/multiuser.h> /* MH */
103 #include <proto/multiuser.h> /* MH */
104 #include <pragmas/multiuser.h> /* MH */
106 #include "debug.h" /* MH */