X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fconfig.h;h=6f24c6d57253f2f65da05c2d4237f5edbe8ef838;hb=1e346d26a03735f09bba33ddbaba4cc9b268d381;hp=a3c473896793a7f15438a46da908d0ec99f1be15;hpb=6e98f30323c9faa4b6394c9efbb60b51ca008e4f;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;