configure: add configure check for ntdddisk.h
commit50cbebb9a339f43cda2005785010361497151882
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 7 Jul 2015 23:10:09 +0000 (7 18:10 -0500)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 8 Jul 2015 01:59:04 +0000 (7 20:59 -0500)
tree4fc8de5f83ce56ec565e1f71bbc753e846663646
parentd2b3f390d4e4b5d9dd74ae703d365a7b75a234ea
configure: add configure check for ntdddisk.h

This header file provides w32 ioctl definitions for working with disk
devices. Older versions of mingw do not expose this in a useable way,
so add a configure check and report it via CONFIG_QGA_NTDDSCSI.

Subsequent patches will use this macro to stub out functionality that
relies on this in cases where it's not available.

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure