From a2326e55e8a38ffa7c149df5f7aa9d43d8b4989b Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Wed, 25 Mar 1998 01:10:33 +0100 Subject: [PATCH] Added '_LARGEFILE_SOURCE' defines. Rev: src/global.h:1.18 --- src/global.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/global.h b/src/global.h index 6f13703c21..2e8eb85092 100644 --- a/src/global.h +++ b/src/global.h @@ -6,6 +6,11 @@ #ifndef GLOBAL_H #define GLOBAL_H +#ifndef _LARGEFILE_SOURCE +# define _FILE_OFFSET_BITS 64 +# define _LARGEFILE_SOURCE +#endif + /* * Some structure forward declarations are needed. */ -- GitLab