2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
6 #ifndef REXXSUPPORT_INTERN_H
7 #define REXXSUPPORT_INTERN_H
12 # include <exec/types.h>
15 # include <proto/exec.h>
18 # include <exec/memory.h>
20 #ifndef EXEC_LIBRARIES_H
21 # include <exec/libraries.h>
23 #ifndef AROS_LIBCALL_H
24 # include <aros/libcall.h>
27 # include <aros/debug.h>
29 #ifndef REXX_STORAGE_H
30 # include <rexx/storage.h>
32 #include <rexx/rxslib.h>
34 /* Some external stuff (rexxsupport_init.c) */
35 struct RexxSupportBase_intern
; /* prereference */
37 /************************/
38 /* Internal structures */
39 /************************/
41 struct RexxSupportBase_intern
44 struct List openports
;
47 #define RSBI(base) ((struct RexxSupportBase_intern *)base)
49 /***********************************/
50 /* Definittion for ARexx functions */
51 /***********************************/
53 #define NEST_VAR "__RXSUPP__.__NESTING__"
55 #endif /* REXXSUPPORT_INTERN_H */