44# define BU_RTLD_LAZY RTLD_LAZY
45# define BU_RTLD_NOW RTLD_NOW
46# define BU_RTLD_GLOBAL RTLD_GLOBAL
47# define BU_RTLD_LOCAL RTLD_LOCAL
49# define BU_RTLD_LAZY 1
51# define BU_RTLD_GLOBAL 0x100
52# define BU_RTLD_LOCAL 0
Header file for the BRL-CAD common definitions.
void * bu_dlopen(const char *path, int mode)
int bu_dlclose(void *handle)
const char * bu_dlerror(void)
void * bu_dlsym(void *path, const char *symbol)