summaryrefslogtreecommitdiff
path: root/db/test/scr003
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-07-30 11:58:31 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-07-30 11:58:31 +0300
commitcab228435bde1b5496522c03a4ce9840f2ef3701 (patch)
tree2c37b65d176e2de097603333f4de071c31eeff3d /db/test/scr003
parent2d07882d45e9e575c00f8f402d4c7271bb65cfe9 (diff)
downloadrpm-cab228435bde1b5496522c03a4ce9840f2ef3701.tar.gz
rpm-cab228435bde1b5496522c03a4ce9840f2ef3701.tar.bz2
rpm-cab228435bde1b5496522c03a4ce9840f2ef3701.zip
Update internal BDB to version 4.6.18.
Diffstat (limited to 'db/test/scr003')
-rw-r--r--db/test/scr003/chk.define5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/test/scr003/chk.define b/db/test/scr003/chk.define
index 1ccd74e55..cf43fb24c 100644
--- a/db/test/scr003/chk.define
+++ b/db/test/scr003/chk.define
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: chk.define,v 12.3 2006/07/12 21:12:17 bostic Exp $
+# $Id: chk.define,v 12.4 2007/04/20 13:53:41 bostic Exp $
#
# Check to make sure that all #defines are actually used.
# Check to make sure that all #defines start in column 1.
@@ -43,6 +43,7 @@ egrep '^#define' $d/dbinc/*.h $d/dbinc/*.in |
-e '/^DB_MAX_PAGES/d' \
-e '/^DB_PAGE_QUEUE_LEN/d' \
-e '/^DB_QAMOLDVER/d' \
+ -e '/^DB_SPARE_FLAG/d' \
-e '/^DB_TXNVERSION/d' \
-e '/^DB_UNUSED/d' \
-e '/^DEFINE_DB_CLASS/d' \
@@ -72,8 +73,10 @@ egrep '^#define' $d/dbinc/*.h $d/dbinc/*.in |
-e '/^UINT64_MAX/d' \
-e '/^VM_PAGESIZE/d' \
-e '/^WRAPPED_CLASS/d' \
+ -e '/^_WIN32_WINNT/d' \
-e '/^__BIT_TYPES_DEFINED__/d' \
-e '/^__DBC_INTERNAL/d' \
+ -e '/^__STDC__/d' \
-e '/^__lock_locker_hash/d' \
-e '/^i_/d' \
-e '/_H_/d' \