s4:ntvfs: Use #ifdef instead of #if for config.h definitions
[bbaumbach/samba-autobuild/.git] / source4 / ntvfs / posix / pvfs_write.c
index 544e254300b2033debc1ed7fb1192c664275d7f4..e4725ec579f22c9e785465adcaba2b990f8ef453 100644 (file)
@@ -124,7 +124,7 @@ NTSTATUS pvfs_write(struct ntvfs_module_context *ntvfs,
                                        wr->writex.in.count,
                                        wr->writex.in.offset);
        } else {
-#if HAVE_LINUX_AIO
+#ifdef HAVE_LINUX_AIO
                /* possibly try an aio write */
                if ((req->async_states->state & NTVFS_ASYNC_STATE_MAY_ASYNC) &&
                    (pvfs->flags & PVFS_FLAG_LINUX_AIO)) {