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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user