mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 00:10:43 -05:00
Add semantic patch to remove occurences of '#include <config.h>'
This commit is contained in:
parent
15c46a397e
commit
0b9f7f8a38
2 changed files with 5 additions and 0 deletions
4
cocci/config-h.spatch
Normal file
4
cocci/config-h.spatch
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@@
|
||||
@@
|
||||
|
||||
- #include <config.h>
|
||||
|
|
@ -1313,6 +1313,7 @@
|
|||
./bin/win32/BINDInstall/resource.h X 2001,2005,2009,2018,2019
|
||||
./bind.keys X 2009,2010,2011,2017,2018,2019
|
||||
./bind.keys.h X 2009,2010,2011,2012,2014,2017,2018,2019
|
||||
./cocci/config-h.spatch X 2019
|
||||
./cocci/unreachable.spatch X 2018,2019
|
||||
./config.guess X 1998,1999,2000,2001,2004,2009,2013,2018,2019
|
||||
./config.h.in X 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019
|
||||
|
|
|
|||
Loading…
Reference in a new issue