#include <dlfcn.h>#include "utils/dynamic_loader.h"
Go to the source code of this file.
Defines | |
| #define | RTLD_NOW 1 |
| #define | RTLD_GLOBAL 0 |
| #define | pg_dlopen(f) dlopen((f), RTLD_NOW | RTLD_GLOBAL) |
| #define | pg_dlsym dlsym |
| #define | pg_dlclose dlclose |
| #define | pg_dlerror dlerror |
| #define pg_dlclose dlclose |
Definition at line 46 of file unixware.h.
| #define pg_dlerror dlerror |
Definition at line 47 of file unixware.h.
| #define pg_dlopen | ( | f | ) | dlopen((f), RTLD_NOW | RTLD_GLOBAL) |
Definition at line 44 of file unixware.h.
| #define pg_dlsym dlsym |
Definition at line 45 of file unixware.h.
| #define RTLD_GLOBAL 0 |
Definition at line 41 of file unixware.h.
| #define RTLD_NOW 1 |
Definition at line 38 of file unixware.h.
1.7.1