Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason it isn't defined when building this file.

svn path=/trunk/; revision=20667
This commit is contained in:
Martin Mathieson 2007-02-01 12:28:35 +00:00
parent a8699793aa
commit acfb8508f2
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#ifdef HAVE_LIBPCAP
/* TODO: why isn't this defined??? */
/* #ifdef HAVE_LIBPCAP */
/* pcapio.c
* Our own private code for writing libpcap files when capturing.
@ -187,4 +188,4 @@ libpcap_dump_close(FILE *pd, int *err)
return TRUE;
}
#endif /* HAVE_LIBPCAP */
/*#endif */ /* HAVE_LIBPCAP */