dect
/
libpcap
Archived
13
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
guy cfada28fd7 Add a wrapper around Lex/Flex; that lets us handle Lex's lack of support
for -o and Flex's support for it in a way that lets us more easily fail
if Lex/Flex fails (so that we don't try to compile a bogus scanner.c
that might be generated; that appears to have happened on at least one
occasion, with the resulting scanner.o missing some functions, causing
weird errors in configure scripts for programs using libpcap), and also
prepares us to handle newer versions of Flex where we want Flex to
generate a header file so we don't get "defined but not declared"
warnings.
2007-12-30 00:28:17 +00:00
guy a9c93b1828 From Motonori Shindo: version.h is a generated file, ignore it when
doing CVS operations.
2003-03-01 05:04:40 +00:00
guy daa93e7a2d Add "stamp-h" and "stamp-h.in" to ".cvsignore"; they're already in
tcpdump's ".cvsignore".
2001-10-13 05:29:27 +00:00
guy 61d8355611 Add "config.h" and ".devel". 2000-12-17 08:11:20 +00:00
itojun 3ebf39d355 ignore dynamically generated files. 1999-10-19 15:20:43 +00:00