]> mj.ucw.cz Git - libucw.git/blobdiff - lib/config.h
Removed an old FIXME.
[libucw.git] / lib / config.h
index a3c473896793a7f15438a46da908d0ec99f1be15..6f24c6d57253f2f65da05c2d4237f5edbe8ef838 100644 (file)
@@ -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;