X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fconfig.h;h=6f24c6d57253f2f65da05c2d4237f5edbe8ef838;hb=9c5d20f9afd457a9d16e681475c6ea59c33de2d0;hp=a3c473896793a7f15438a46da908d0ec99f1be15;hpb=b9faa11fb24cc2d4d4b1b47f54b9c445fd070a21;p=libucw.git diff --git a/lib/config.h b/lib/config.h index a3c47389..6f24c6d5 100644 --- a/lib/config.h +++ b/lib/config.h @@ -37,7 +37,7 @@ typedef unsigned int sh_time_t; /* Timestamp */ #define NULL (void *)0 #endif -#ifdef CONFIG_LFS /* File positions */ +#ifdef CONFIG_LARGE_FILES /* File positions */ typedef s64 sh_off_t; #else typedef s32 sh_off_t;