--- gforth/engine/forth.h 2003/01/02 14:32:57 1.39 +++ gforth/engine/forth.h 2003/01/03 17:28:13 1.40 @@ -19,6 +19,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. */ +#define _FILE_OFFSET_BITS 64 +#define _LARGEFILE_SOURCE +#define _GNU_SOURCE + #include "config.h" #include #include