From f98712a09e8cfb4ff8932be7da3c3653db6e4654 Mon Sep 17 00:00:00 2001 From: hsn <> Date: Sun, 5 Sep 2004 15:36:04 +0000 Subject: [PATCH] cleaned --- TODO | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index c822452..45b6419 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,6 @@ FSP SUITE TO DO LIST BY RADIM KOLAR /* maintained by hsn -at- netmag * cz */ -LARGEFILES64 how to turn them on: -Cygwin: #define __LARGE64_FILES fopen64,ftello64,fseeko64 _off64_t -glibc 2.3: #define _LARGEFILE64_SOURCE off64_t -native: _FILE_OFFSETS_BITS = 32 / 64 then use off_t - Radim Kolar's personal wishlist from 1997 show loosers online (finfo command) and server statz rename command @@ -95,3 +90,9 @@ FSP plugin do Netscape/MSIE Transfer HTTP over fsp transport FSP support to lftp,wget,curl AVFS plugin http://sourceforge.net/projects/avf + +LARGEFILES64 how to turn them on: + +Cygwin: #define __LARGE64_FILES fopen64,ftello64,fseeko64 _off64_t +glibc 2.3: #define _LARGEFILE64_SOURCE off64_t +native: _FILE_OFFSETS_BITS = 32 / 64 then use off_t