Bug 1378038 MinGW causes a difference of opinion about whether or not we have unistd.h r=jya

MozReview-Commit-ID: JUr98CAbwWg

--HG--
extra : rebase_source : 3924a4489c59c24b458a56c181d8685598de141b
This commit is contained in:
Tom Ritter 2017-07-03 22:55:55 -05:00
parent 03f68881d2
commit da6bc01d39
2 changed files with 4 additions and 0 deletions

View File

@ -149,7 +149,9 @@
%define HAVE_SYS_TIME_H 0
%define HAVE_SYS_UN_H 0
%define HAVE_SYS_VIDEOIO_H 0
%ifndef HAVE_UNISTD_H
%define HAVE_UNISTD_H 0
%endif
%define HAVE_WINDOWS_H 1
%define HAVE_WINSOCK2_H 1
%define HAVE_INTRINSICS_NEON 0

View File

@ -164,7 +164,9 @@
#define HAVE_SYS_TIME_H 0
#define HAVE_SYS_UN_H 0
#define HAVE_SYS_VIDEOIO_H 0
#ifndef HAVE_UNISTD_H
#define HAVE_UNISTD_H 0
#endif
#define HAVE_WINDOWS_H 1
#define HAVE_WINSOCK2_H 1
#define HAVE_INTRINSICS_NEON 0