0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0b01

This commit is contained in:
Bram Moolenaar
2006-03-25 21:48:58 +00:00
parent 7fcab2a02c
commit c17ef8ef36
6 changed files with 33 additions and 17 deletions

View File

@@ -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)