From f6ee5ce2d0ffec5d0103f27f0b3cb681535c7a91 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 12 Sep 2003 19:07:25 +0000 Subject: [PATCH] get rid of the largefile support stuff. It only causes pain. --- src/file.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/file.h b/src/file.h index f27b05d2..f82241f8 100644 --- a/src/file.h +++ b/src/file.h @@ -32,18 +32,12 @@ */ /* * file.h - definitions for file(1) program - * @(#)$Id: file.h,v 1.55 2003/05/23 21:31:58 christos Exp $ + * @(#)$Id: file.h,v 1.56 2003/09/12 19:07:25 christos Exp $ */ #ifndef __file_h__ #define __file_h__ -#ifndef __linux__ -#define _LARGEFILE_SOURCE -#define _LARGEFILE64_SOURCE -#define _FILE_OFFSET_BITS 64 -#endif - #ifdef HAVE_CONFIG_H #include #endif -- 2.40.0