Added plugin loader code, merely a wrapper around dlopen() and friends.

This commit is contained in:
Jan Vidar Krey
2010-05-30 23:33:06 +02:00
parent fc8965f1c5
commit ed53034ad5
6 changed files with 121 additions and 2 deletions

View File

@@ -89,6 +89,8 @@
#include <pwd.h>
#include <sys/resource.h>
#define HAVE_STRNDUP
#define HAVE_DLOPEN
#include <dlfcn.h>
#ifndef __HAIKU__
#define HAVE_MEMMEM
#endif