1
0
mirror of https://github.com/simh/simh.git synced 2026-02-13 19:35:20 +00:00

Added support to find dlopen in either libdl or libdld since some platforms package it there.

This commit is contained in:
Mark Pizzolato
2013-03-22 10:03:19 -07:00
parent ce41ac867a
commit 933a23e742
2 changed files with 13 additions and 1 deletions

View File

@@ -1202,7 +1202,7 @@ int pcap_setfilter(pcap_t* a, struct bpf_program* b) {
return 0;
}
}
#endif
#endif /* defined(USE_SHARED) && (defined(_WIN32) || defined(HAVE_DLOPEN)) */
/* Some platforms have always had pcap_sendpacket */
#if defined(_WIN32) || defined(__VMS)