summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-06-25 00:42:27 +0300
committerMartin Storsjö <martin@martin.st>2012-06-29 15:53:41 +0300
commit3b1ab197be185b61247ef2472f15eeac3e765252 (patch)
tree532e09dfabfb9d9510d2d01b3fab2ede77b4a42a /configure
parentf985113075b0c571b1b1b166fe28f87f0f291be5 (diff)
file: Only include unistd.h if it exists
It is included for the open/read/write/close functions. On MSVC, where this header does not exist, the same functions are provided by io.h, which is already included. On windows, these functions are provided by io.h. Make sure io.h is included if it exists, regardless of the setmode function. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 3619eff52e..1290369f15 100755
--- a/configure
+++ b/configure
@@ -1093,6 +1093,7 @@ HAVE_LIST="
ibm_asm
inet_aton
inline_asm
+ io_h
isatty
isinf
isnan
@@ -2879,6 +2880,7 @@ check_func_headers windows.h VirtualAlloc
check_header dlfcn.h
check_header dxva.h
check_header dxva2api.h
+check_header io.h
check_header malloc.h
check_header poll.h
check_header sys/mman.h