Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
28a8f5b0
Commit
28a8f5b0
authored
Mar 08, 2012
by
Mark Andrews
Browse files
set $Id$
parent
4c1847ef
Changes
168
Hide whitespace changes
Inline
Side-by-side
lib/export/dns/Makefile.in
View file @
28a8f5b0
...
...
@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id
: Makefile.in,v 1.10 2011/05/16 23:47:40 tbox Exp
$
# $Id$
top_srcdir
=
@top_srcdir@
srcdir
=
@top_srcdir@/lib/dns
...
...
lib/export/irs/Makefile.in
View file @
28a8f5b0
...
...
@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id
: Makefile.in,v 1.6 2011/05/16 23:47:40 tbox Exp
$
# $Id$
top_srcdir
=
@top_srcdir@
srcdir
=
@top_srcdir@/lib/irs
...
...
lib/export/irs/include/Makefile.in
View file @
28a8f5b0
...
...
@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id
: Makefile.in,v 1.4 2011/12/20 23:46:27 tbox Exp
$
# $Id$
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
lib/export/isc/include/Makefile.in
View file @
28a8f5b0
...
...
@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id
: Makefile.in,v 1.4 2011/12/20 23:46:27 tbox Exp
$
# $Id$
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
lib/export/isc/nothreads/include/Makefile.in
View file @
28a8f5b0
...
...
@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id
: Makefile.in,v 1.4 2011/12/20 23:46:27 tbox Exp
$
# $Id$
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
lib/export/isc/pthreads/include/Makefile.in
View file @
28a8f5b0
...
...
@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id
: Makefile.in,v 1.4 2011/12/20 23:46:27 tbox Exp
$
# $Id$
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
lib/export/isc/unix/include/Makefile.in
View file @
28a8f5b0
...
...
@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id
: Makefile.in,v 1.4 2011/12/20 23:46:27 tbox Exp
$
# $Id$
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
lib/export/isccfg/Makefile.in
View file @
28a8f5b0
...
...
@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id
: Makefile.in,v 1.6 2011/05/16 23:47:41 tbox Exp
$
# $Id$
top_srcdir
=
@top_srcdir@
srcdir
=
@top_srcdir@/lib/isccfg
...
...
lib/export/isccfg/include/Makefile.in
View file @
28a8f5b0
...
...
@@ -12,7 +12,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id
: Makefile.in,v 1.4 2011/12/20 23:46:29 tbox Exp
$
# $Id$
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
lib/export/samples/nsprobe.c
View file @
28a8f5b0
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id
: nsprobe.c,v 1.10 2011/04/05 06:33:50 marka Exp
$ */
/* $Id$ */
#include <config.h>
...
...
lib/irs/getnameinfo.c
View file @
28a8f5b0
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id
: getnameinfo.c,v 1.6 2011/03/12 04:59:48 tbox Exp
$ */
/* $Id$ */
/*! \file */
...
...
lib/irs/resconf.c
View file @
28a8f5b0
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id
: resconf.c,v 1.5 2011/03/12 04:59:48 tbox Exp
$ */
/* $Id$ */
/*! \file resconf.c */
...
...
lib/isc/Makefile.in
View file @
28a8f5b0
...
...
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id
: Makefile.in,v 1.111 2011/07/07 23:47:49 tbox Exp
$
# $Id$
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
lib/isc/heap.c
View file @
28a8f5b0
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id
: heap.c,v 1.41 2011/03/03 23:47:32 tbox Exp
$ */
/* $Id$ */
/*! \file
* Heap implementation of priority queues adapted from the following:
...
...
lib/isc/hmacsha.c
View file @
28a8f5b0
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id
: hmacsha.c,v 1.12 2011/10/24 23:46:14 tbox Exp
$ */
/* $Id$ */
/*
* This code implements the HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384
...
...
lib/isc/httpd.c
View file @
28a8f5b0
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id
: httpd.c,v 1.23 2011/03/11 06:11:25 marka Exp
$ */
/* $Id$ */
/*! \file */
...
...
lib/isc/include/isc/file.h
View file @
28a8f5b0
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id
: file.h,v 1.41 2011/03/04 23:47:47 tbox Exp
$ */
/* $Id$ */
#ifndef ISC_FILE_H
#define ISC_FILE_H 1
...
...
lib/isc/include/isc/list.h
View file @
28a8f5b0
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id
: list.h,v 1.26 2011/09/02 23:46:33 tbox Exp
$ */
/* $Id$ */
#ifndef ISC_LIST_H
#define ISC_LIST_H 1
...
...
lib/isc/include/isc/mem.h
View file @
28a8f5b0
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id
: mem.h,v 1.91 2011/08/09 23:46:39 tbox Exp
$ */
/* $Id$ */
#ifndef ISC_MEM_H
#define ISC_MEM_H 1
...
...
lib/isc/include/isc/namespace.h
View file @
28a8f5b0
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id
: namespace.h,v 1.13 2011/09/02 21:15:38 each Exp
$ */
/* $Id$ */
#ifndef ISCAPI_NAMESPACE_H
#define ISCAPI_NAMESPACE_H 1
...
...
Prev
1
2
3
4
5
6
7
8
9
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment