Were did that svn:executable come from?
[AROS.git] / workbench / devs / diskimage / include / amigaos / proto / amissl.h
blob3766c168ad01e09ea302db813276d9d31902b351
1 #ifndef _PROTO_AMISSL_H
2 #define _PROTO_AMISSL_H
4 #ifndef EXEC_TYPES_H
5 #include <exec/types.h>
6 #endif
7 #if !defined(CLIB_AMISSL_PROTOS_H) && !defined(__GNUC__)
8 #include <clib/amissl_protos.h>
9 #endif
11 #ifndef __NOLIBBASE__
12 extern struct Library *AmiSSLBase;
13 #endif
15 #ifdef __GNUC__
16 #include <inline/amissl.h>
17 #elif defined(__VBCC__)
18 #include <inline/amissl_protos.h>
19 #else
20 #include <pragma/amissl_lib.h>
21 #endif
23 #endif /* _PROTO_AMISSL_H */