From 578a0c812f8a8b22b37f275354d722bc652e722c Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Wed, 19 Feb 2020 18:28:40 +0100 Subject: Remove LFS definitions from individual files. LFS support is detected and enabled globally. Used standard fopen and fseeko functions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 28e2c3f3522402adc95329a71c3ce4c557342059) --- src/ftpsession.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ftpsession.cpp') diff --git a/src/ftpsession.cpp b/src/ftpsession.cpp index 5c62f3a..8de2e86 100644 --- a/src/ftpsession.cpp +++ b/src/ftpsession.cpp @@ -10,11 +10,6 @@ // // -// enable > 2gb support (LFS) - -#define _LARGEFILE_SOURCE -#define _LARGEFILE64_SOURCE - #include #include #include -- cgit v1.2.3