Fixed a2io.h * src/a2io.h
@@ -1,3 +1,8 @@
+2007-11-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
+
+ Fixed a2io.h
+ * src/a2io.h
2007-11-28 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added direct I/O support. The current implementation uses O_DIRECT,
@@ -117,7 +117,7 @@
#endif // __MINGW32__
#if defined HAVE_POSIX_MEMALIGN && O_DIRECT
-//# define ENABLE_DIRECT_IO 1
+# define ENABLE_DIRECT_IO 1
#endif // HAVE_POSIX_MEMALIGN && O_DIRECT
-#undef HAVE_POSIX_MEMALIGN
#endif // _D_A2IO_H_