mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 06:09:13 -04:00
- add .cvsignore files
- silence tinderbox warnings about missing config.h in a few files.
This commit is contained in:
parent
f909fbf73c
commit
93ebf0fc08
27 changed files with 34 additions and 2 deletions
|
|
@ -14,7 +14,9 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: backtrace_test.c,v 1.2 2009/09/01 18:40:25 jinmei Exp $ */
|
||||
/* $Id: backtrace_test.c,v 1.3 2009/09/01 20:13:43 each Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
1
lib/export/.cvsignore
Normal file
1
lib/export/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/dns/.cvsignore
Normal file
1
lib/export/dns/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/dns/include/.cvsignore
Normal file
1
lib/export/dns/include/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/dns/include/dns/.cvsignore
Normal file
1
lib/export/dns/include/dns/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/dns/include/dst/.cvsignore
Normal file
1
lib/export/dns/include/dst/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/irs/.cvsignore
Normal file
1
lib/export/irs/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/irs/include/.cvsignore
Normal file
1
lib/export/irs/include/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/irs/include/irs/.cvsignore
Normal file
1
lib/export/irs/include/irs/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isc/.cvsignore
Normal file
1
lib/export/isc/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isc/include/.cvsignore
Normal file
1
lib/export/isc/include/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isc/include/isc/.cvsignore
Normal file
1
lib/export/isc/include/isc/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isc/nls/.cvsignore
Normal file
1
lib/export/isc/nls/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isc/pthreads/.cvsignore
Normal file
1
lib/export/isc/pthreads/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isc/pthreads/include/.cvsignore
Normal file
1
lib/export/isc/pthreads/include/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isc/pthreads/include/isc/.cvsignore
Normal file
1
lib/export/isc/pthreads/include/isc/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isc/unix/.cvsignore
Normal file
1
lib/export/isc/unix/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isc/unix/include/.cvsignore
Normal file
1
lib/export/isc/unix/include/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isc/unix/include/isc/.cvsignore
Normal file
1
lib/export/isc/unix/include/isc/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isccfg/.cvsignore
Normal file
1
lib/export/isccfg/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isccfg/include/.cvsignore
Normal file
1
lib/export/isccfg/include/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/export/isccfg/include/isccfg/.cvsignore
Normal file
1
lib/export/isccfg/include/isccfg/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
2
lib/export/samples/.cvsignore
Normal file
2
lib/export/samples/.cvsignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile-postinstall
|
||||
1
lib/irs/.cvsignore
Normal file
1
lib/irs/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
1
lib/irs/include/.cvsignore
Normal file
1
lib/irs/include/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
3
lib/irs/include/irs/.cvsignore
Normal file
3
lib/irs/include/irs/.cvsignore
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Makefile
|
||||
netdb.h
|
||||
platform.h
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: backtrace-emptytbl.c,v 1.2 2009/09/01 18:40:25 jinmei Exp $ */
|
||||
/* $Id: backtrace-emptytbl.c,v 1.3 2009/09/01 20:13:44 each Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -26,6 +26,8 @@
|
|||
* (e.g. libisc-nosymbol.a).
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <isc/backtrace.h>
|
||||
|
||||
const int isc__backtrace_nsymbols = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue