diff options
author | oni-link <knil.ino@gmail.com> | 2014-04-01 14:01:52 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-02 18:52:16 -0300 |
commit | e9afd1cc28a86ed659a8bc7fec5a7ed4e9f5aa0f (patch) | |
tree | 841e755640bf51d759837e2e105cbcbb418075bb | |
parent | 59f5c2251aa7c3dc72356ed64216c2062e09d087 (diff) | |
download | rneovim-e9afd1cc28a86ed659a8bc7fec5a7ed4e9f5aa0f.tar.gz rneovim-e9afd1cc28a86ed659a8bc7fec5a7ed4e9f5aa0f.tar.bz2 rneovim-e9afd1cc28a86ed659a8bc7fec5a7ed4e9f5aa0f.zip |
remove HAVE_DL{OPEN, SYM}
-rw-r--r-- | config/config.h.in | 2 |
1 files changed, 0 insertions, 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 |