@@ -18,24 +18,16 @@ #include "config.h" #import "tlskey.h" #ifdef OF_AMIGAOS -# ifdef OF_AMIGAOS4 -# define __USE_INLINE__ -# define __NOLIBBASE__ -# define __NOGLOBALIFACE__ -# endif # include # include # import "OFMapTable.h" # import "OFList.h" -# ifdef OF_AMIGAOS4 -extern struct ExecIFace *IExec; -# endif static const of_map_table_functions_t functions = { NULL }; static OFList *allKeys = nil; static struct SignalSemaphore semaphore; OF_CONSTRUCTOR()