git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@65340
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
#include <stdio.h>
#include <sys/types.h>
-#include <dirent.h>
#include <string.h>
#ifdef HAVE_LIBGEN_H
eina_error_set(0);
return EINA_TRUE;
#else
+ (void) m;
return EINA_FALSE;
#endif
}
return EINA_FALSE;
#else
+ (void) m;
return EINA_FALSE;
#endif
}
EINA_SAFETY_ON_NULL_RETURN_VAL(m->handle, NULL);
return dlsym(m->handle, symbol);
#else
+ (void) m;
+ (void) symbol;
return NULL;
#endif
}
}
}
}
-
+#else
+ (void) symbol;
+ (void) sub_dir;
#endif /* ! HAVE_DLADDR */
return NULL;