lfs.h: fix build with --disable-lfs
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 22 Nov 2009 22:11:42 +0000 (23:11 +0100)
committerWouter Verhelst <w@uter.be>
Mon, 23 Nov 2009 09:30:38 +0000 (10:30 +0100)
commitdfbe21372ca0c3d3165d6c374227be065071b700
tree43bf276ad6a7494fe1538da64243d25f96a9973f
parentff46bb815fc2cb80192fa83203931a1059c5bf89
lfs.h: fix build with --disable-lfs

Running ./configure with --disable-lfs #define's NBD_LFS to 0 and
doesn't #undef it, so the LFS check should use #if rather than #ifdef
similar to how it is done in cliserv.h

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
lfs.h