diff options
| author | fenner <fenner> | 1999-11-21 09:36:43 +0000 |
|---|---|---|
| committer | fenner <fenner> | 1999-11-21 09:36:43 +0000 |
| commit | b9ac23ce92ca22483d56ee3192c54aa8f782f9ac (patch) | |
| tree | 87850f3b1743e45acf3faaac434f857e8aed47d6 /util.c | |
| parent | d724608c03f123764e54d55a6f76192f42188a9e (diff) | |
| download | tcpdump-b9ac23ce92ca22483d56ee3192c54aa8f782f9ac.tar.gz | |
Switch to config.h instead of passing defines in DEFS.
Diffstat (limited to 'util.c')
| -rw-r--r-- | util.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -21,7 +21,11 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.59 1999-11-21 03:51:05 assar Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.60 1999-11-21 09:37:05 fenner Exp $ (LBL)"; +#endif + +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include <sys/types.h> |
