mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
Cleanup of readline and static libpcap support after multi-platform testing.
This commit is contained in:
1
scp.c
1
scp.c
@@ -3852,6 +3852,7 @@ if (!initialized) {
|
||||
#define __STR_QUOTE(tok) #tok
|
||||
#define __STR(tok) __STR_QUOTE(tok)
|
||||
handle = dlopen("libncurses." __STR(HAVE_DLOPEN), RTLD_NOW|RTLD_GLOBAL);
|
||||
handle = dlopen("libcurses." __STR(HAVE_DLOPEN), RTLD_NOW|RTLD_GLOBAL);
|
||||
handle = dlopen("libreadline." __STR(HAVE_DLOPEN), RTLD_NOW|RTLD_GLOBAL);
|
||||
if (handle) {
|
||||
p_readline = dlsym(handle, "readline");
|
||||
|
||||
Reference in New Issue
Block a user