diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-25 21:48:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-25 21:48:58 +0000 |
commit | c17ef8ef36734dfe92fe31d7f70da9c373f64e48 (patch) | |
tree | 6690f07dcd199de67a9b75b65ca44c4d03c6dd8e /src/os_unixx.h | |
parent | 7fcab2a02c63220dfee6fc834c435414e0e41b75 (diff) | |
download | vim-git-c17ef8ef36734dfe92fe31d7f70da9c373f64e48.tar.gz |
updated for version 7.0b01
Diffstat (limited to 'src/os_unixx.h')
-rw-r--r-- | src/os_unixx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os_unixx.h b/src/os_unixx.h index abed14d3b..3dd254e9a 100644 --- a/src/os_unixx.h +++ b/src/os_unixx.h @@ -128,6 +128,10 @@ /* shared library access */ #if defined(HAVE_DLFCN_H) && defined(USE_DLOPEN) +# ifdef __MVS__ + /* needed to define RTLD_LAZY (Anthony Giorgio) */ +# define __SUSV3 +# endif # include <dlfcn.h> #else # if defined(HAVE_DL_H) && defined(HAVE_SHL_LOAD) |