there is no point in pcapio unless we have PCAP available.

svn path=/trunk/; revision=20663
This commit is contained in:
Ronnie Sahlberg 2007-02-01 08:38:54 +00:00
parent b1a499190e
commit 4755299358
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#ifdef HAVE_LIBPCAP
/* pcapio.c
* Our own private code for writing libpcap files when capturing.
*
@ -184,3 +186,5 @@ libpcap_dump_close(FILE *pd, int *err)
}
return TRUE;
}
#endif /* HAVE_LIBPCAP */