From 28e2c3f3522402adc95329a71c3ce4c557342059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= 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 --- src/ftpthread.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ftpthread.cpp') diff --git a/src/ftpthread.cpp b/src/ftpthread.cpp index c51ae20..3634bbb 100644 --- a/src/ftpthread.cpp +++ b/src/ftpthread.cpp @@ -18,11 +18,6 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -// enable > 2gb support (LFS) - -#define _LARGEFILE_SOURCE -#define _LARGEFILE64_SOURCE - #include #include -- cgit v1.2.1