2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

Add semantic patch to remove occurences of '#include <config.h>'

This commit is contained in:
Ondřej Surý 2019-03-08 14:46:29 +01:00
parent 15c46a397e
commit 0b9f7f8a38
2 changed files with 5 additions and 0 deletions

4
cocci/config-h.spatch Normal file
View File

@ -0,0 +1,4 @@
@@
@@
- #include <config.h>

View File

@ -1313,6 +1313,7 @@
./bin/win32/BINDInstall/resource.h X 2001,2005,2009,2018,2019 ./bin/win32/BINDInstall/resource.h X 2001,2005,2009,2018,2019
./bind.keys X 2009,2010,2011,2017,2018,2019 ./bind.keys X 2009,2010,2011,2017,2018,2019
./bind.keys.h X 2009,2010,2011,2012,2014,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 ./cocci/unreachable.spatch X 2018,2019
./config.guess X 1998,1999,2000,2001,2004,2009,2013,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 ./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