dect
/
libpcap
Archived
13
0
Fork 0

Switch to config.h instead of passing defines in DEFS.

This commit is contained in:
fenner 1999-11-21 09:36:44 +00:00
parent 56c33c01be
commit bd8f1d4a95
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,11 @@
*/
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/libpcap/bpf_dump.c,v 1.9 1999-10-07 23:47:09 mcr Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/bpf_dump.c,v 1.10 1999-11-21 09:36:44 fenner Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h>