From e9afd1cc28a86ed659a8bc7fec5a7ed4e9f5aa0f Mon Sep 17 00:00:00 2001 From: oni-link Date: Tue, 1 Apr 2014 14:01:52 +0200 Subject: remove HAVE_DL{OPEN, SYM} --- config/config.h.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config.h.in b/config/config.h.in index 43494ef9a2..56087052a6 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -16,8 +16,6 @@ #cmakedefine HAVE_CRT_EXTERNS_H #define HAVE_DIRENT_H 1 #define HAVE_DLFCN_H 1 -#define HAVE_DLOPEN 1 -#define HAVE_DLSYM 1 #define HAVE_FCHDIR 1 #define HAVE_FCHOWN 1 #define HAVE_FCNTL_H 1 -- cgit