1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

Pregenerate lex and yacc files and remove the build dependency on those

programs.
This commit is contained in:
david
2009-10-27 22:43:09 +00:00
parent 3889091495
commit 0b1816c0ff
8 changed files with 8946 additions and 220 deletions

6
libpcap/scanner.h Normal file
View File

@@ -0,0 +1,6 @@
/* This is generated by runlex.sh. Do not edit it. */
#ifndef YY_DECL
#define YY_DECL int yylex(void)
#endif
YY_DECL;