diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-12-03 22:09:48 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-12-03 22:09:48 +0100 |
commit | 5ae22aeedb43629fed30f64d025b9df3cf25cff8 (patch) | |
tree | e3068d475d5c9f39f3c4386aa193994dda161123 /config.h.in | |
parent | 9742a733bb8b06d26c90f2ccb330366d0ab1ae9e (diff) | |
download | fastwriter-5ae22aeedb43629fed30f64d025b9df3cf25cff8.tar.gz fastwriter-5ae22aeedb43629fed30f64d025b9df3cf25cff8.tar.bz2 fastwriter-5ae22aeedb43629fed30f64d025b9df3cf25cff8.tar.xz fastwriter-5ae22aeedb43629fed30f64d025b9df3cf25cff8.zip |
AIO support
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 3627160..9e02a42 100644 --- a/config.h.in +++ b/config.h.in @@ -1,2 +1,3 @@ #cmakedefine HAVE_LINUX_FALLOC_H -#cmakedefine DISABLE_XFS_REALTIME
\ No newline at end of file +#cmakedefine DISABLE_XFS_REALTIME +#cmakedefine DISABLE_AIO |