From: Martin Mares Date: Sun, 26 May 2002 13:10:44 +0000 (+0000) Subject: Don't forget to define SHERLOCK_HAVE_PREAD. X-Git-Tag: holmes-import~1421 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9b7bcb61c997ed15e14423f3e05b4e05d4af52b2;p=libucw.git Don't forget to define SHERLOCK_HAVE_PREAD. --- diff --git a/lib/lfs.h b/lib/lfs.h index 5802e1a4..8fc04894 100644 --- a/lib/lfs.h +++ b/lib/lfs.h @@ -32,4 +32,6 @@ #endif /* !SHERLOCK_CONFIG_LFS */ +#define SHERLOCK_HAVE_PREAD + #endif /* !_SHERLOCK_LFS_H */