14 #ifndef TRANSCRIPT_DLFCN_H
15 #define TRANSCRIPT_DLFCN_H
19 typedef void *lt_dlhandle;
21 #define LT_PATHSEP_CHAR ';'
23 #define LT_PATHSEP_CHAR ':'
27 #define lt_dlopen(name) dlopen(name, RTLD_NOW | RTLD_LOCAL)
28 #define lt_dlsym dlsym
29 #define lt_dlclose dlclose
30 #define lt_dlerror dlerror