mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
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:
parent
03f68881d2
commit
da6bc01d39
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user