From 3272ba0d2d63e6a7d00972bc2c052aee84f073fd Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 14 Mar 2012 15:31:01 +1030 Subject: 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 Autobuild-User: Rusty Russell Autobuild-Date: Wed Mar 14 10:12:26 CET 2012 on sn-devel-104 --- lib/tdb/test/run-3G-file.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/tdb/test/run-3G-file.c') diff --git a/lib/tdb/test/run-3G-file.c b/lib/tdb/test/run-3G-file.c index 5ea4fcfbde..cc700c2676 100644 --- a/lib/tdb/test/run-3G-file.c +++ b/lib/tdb/test/run-3G-file.c @@ -1,6 +1,3 @@ -/* We need this otherwise fcntl locking fails. */ -#define _FILE_OFFSET_BITS 64 -#define _XOPEN_SOURCE 500 #include "../common/tdb_private.h" #include "../common/io.c" #include "../common/tdb.c" -- cgit