Make alternative sigcontextpath a little more generic.
[AROS.git] / compiler / include / exec / exec.h
blob51aba43ccc2324858014d42412360166136ca0b1
1 #ifndef EXEC_EXEC_H
2 #define EXEC_EXEC_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Includes all other exec/ includes if they have not already been
9 Lang: english
12 #ifndef EXEC_TYPES_H
13 #include <exec/types.h>
14 #endif
15 #ifndef EXEC_NODES_H
16 #include <exec/nodes.h>
17 #endif
18 #ifndef EXEC_LISTS_H
19 #include <exec/lists.h>
20 #endif
21 #ifndef EXEC_ALERTS_H
22 #include <exec/alerts.h>
23 #endif
24 #ifndef EXEC_ERRORS_H
25 #include <exec/errors.h>
26 #endif
27 #ifndef EXEC_INITIALIZERS_H
28 #include <exec/initializers.h>
29 #endif
30 #ifndef EXEC_RESIDENT_H
31 #include <exec/resident.h>
32 #endif
33 #ifndef EXEC_MEMORY_H
34 #include <exec/memory.h>
35 #endif
36 #ifndef EXEC_TASKS_H
37 #include <exec/tasks.h>
38 #endif
39 #ifndef EXEC_PORTS_H
40 #include <exec/ports.h>
41 #endif
42 #ifndef EXEC_INTERRUPTS_H
43 #include <exec/interrupts.h>
44 #endif
45 #ifndef EXEC_SEMAPHORES_H
46 #include <exec/semaphores.h>
47 #endif
48 #ifndef EXEC_LIBRARIES_H
49 #include <exec/libraries.h>
50 #endif
51 #ifndef EXEC_IO_H
52 #include <exec/io.h>
53 #endif
54 #ifndef EXEC_DEVICES_H
55 #include <exec/devices.h>
56 #endif
57 #ifndef EXEC_EXECBASE_H
58 #include <exec/execbase.h>
59 #endif
61 #endif /* EXEC_EXEC_H */