lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 14 Mar 2012 05:01:01 +0000 (15:31 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 14 Mar 2012 09:12:26 +0000 (10:12 +0100)
commit3272ba0d2d63e6a7d00972bc2c052aee84f073fd
tree54b66055a6ad90335a191c84553501f011b88379
parent4d613d9ceb99effdaac51e275f2b7c838148261c
lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/

These were relics: they don't need to be defined here as long as we are
careful to include the replace headers before any standard headers (we are).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
Autobuild-Date: Wed Mar 14 10:12:26 CET 2012 on sn-devel-104
17 files changed:
lib/tdb/test/run-3G-file.c
lib/tdb/test/run-bad-tdb-header.c
lib/tdb/test/run-check.c
lib/tdb/test/run-corrupt.c
lib/tdb/test/run-die-during-transaction.c
lib/tdb/test/run-endian.c
lib/tdb/test/run-incompatible.c
lib/tdb/test/run-nested-transactions.c
lib/tdb/test/run-nested-traverse.c
lib/tdb/test/run-no-lock-during-traverse.c
lib/tdb/test/run-oldhash.c
lib/tdb/test/run-readonly-check.c
lib/tdb/test/run-rwlock-check.c
lib/tdb/test/run-traverse-in-transaction.c
lib/tdb/test/run-wronghash-fail.c
lib/tdb/test/run-zero-append.c
lib/tdb/test/run.c