From c1766c339b99aa157c589a7e661b2fe3bd04501d Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Fri, 18 Dec 2009 16:56:12 +0100 Subject: large file support for whole abrt --- src/Hooks/CCpp.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/Hooks') diff --git a/src/Hooks/CCpp.cpp b/src/Hooks/CCpp.cpp index 7a348e5d..a2db2ec3 100644 --- a/src/Hooks/CCpp.cpp +++ b/src/Hooks/CCpp.cpp @@ -18,14 +18,6 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - -/* Make all file ops "large" and make off_t 64-bit. - * No need to use O_LARGEFILE anywhere - */ -#define _LARGEFILE_SOURCE -#define _LARGEFILE64_SOURCE -#define _FILE_OFFSET_BITS 64 - #include "abrtlib.h" #include "DebugDump.h" #include "ABRTException.h" -- cgit