bug: uses wrong list counter, which incurs an array overflow/undefined behaviour...
[AROS-Contrib.git] / libs / security / security_intern.h
blob2f8d6ffc99b71cb283e38592fc8f6c6fac244b90
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #ifndef _SECURITY_INTERN_H
9 #define _SECURITY_INTERN_H
11 #ifndef EXEC_TYPES_H
12 #include <exec/types.h>
13 #endif
14 #ifndef EXEC_NODES_H
15 #include <exec/nodes.h>
16 #endif
17 #ifndef UTILITY_UTILITY_H
18 #include <utility/utility.h>
19 #endif
20 #ifndef HIDD_HIDD_H
21 #include <hidd/hidd.h>
22 #endif
23 #ifndef EXEC_LISTS_H
24 # include <exec/lists.h>
25 #endif
27 #define DEBUG 1
29 #include <exec/resident.h>
30 #include <exec/execbase.h>
31 #include <exec/memory.h>
32 #include <hardware/intbits.h>
33 #include <asm/segments.h>
34 #include <asm/linkage.h>
35 #include <asm/ptrace.h>
36 #include <dos/dosextens.h>
38 #include <aros/arossupportbase.h>
39 #include <aros/asmcall.h>
40 #include <aros/config.h>
41 #include <aros/debug.h>
42 #include <aros/multiboot.h>
44 #include <hardware/custom.h>
45 #include <libraries/security.h>
47 #include LC_LIBDEFS_FILE
48 #define DEBUG_NAME_STR "[" NAME_STRING "]"
50 #endif /* _SECURITY_INTERN_H */