lfs.h: fix build with --disable-lfs
[nbd.git] / lfs.h
diff --git a/lfs.h b/lfs.h
index 8f90f81..929ce08 100644 (file)
--- a/lfs.h
+++ b/lfs.h
@@ -2,7 +2,7 @@
 #define LFS_H
 
 #include "config.h"
-#ifdef NBD_LFS
+#if NBD_LFS
 #define _FILE_OFFSET_BITS 64
 #define _LARGEFILE_SOURCE
 #endif /* NBD_LFS */