1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 04:01:38 +00:00

Compiler indicated cleanups

This commit is contained in:
Mark Pizzolato
2014-01-08 13:06:42 -08:00
parent 2ea8a0a30f
commit b61e5ae176
2 changed files with 4 additions and 1 deletions

View File

@@ -132,6 +132,9 @@
*/
#if defined(HAVE_PCAP_NETWORK)
#define USE_BPF 1
#if defined (_WIN32) && !defined (BPF_CONST_STRING)
#define BPF_CONST_STRING 1
#endif
#else
#define DONT_USE_PCAP_FINDALLDEVS 1
#endif