From: Christos Zoulas Date: Fri, 12 Sep 2003 19:07:25 +0000 (+0000) Subject: get rid of the largefile support stuff. It only causes pain. X-Git-Tag: FILE4_04~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6ee5ce2d0ffec5d0103f27f0b3cb681535c7a91;p=file get rid of the largefile support stuff. It only causes pain. --- 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