]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/tdb2.h
tdb2: Fix to always use 64-bit offset definition
[ccan] / ccan / tdb2 / tdb2.h
index 2b9f46217db77247c6617e4fa2fa75e413d1018e..01413f206c8b99aa85cd2cc611d21f72982e2d32 100644 (file)
@@ -30,6 +30,10 @@ extern "C" {
 #endif
 
 #ifndef _SAMBA_BUILD_
+#include "config.h"
+#if HAVE_FILE_OFFSET_BITS
+#define _FILE_OFFSET_BITS 64
+#endif
 /* For mode_t */
 #include <sys/types.h>
 /* For O_* flags. */