mirror of
https://github.com/mirror/make.git
synced 2025-01-08 19:30:26 +08:00
* src/config.h.W32.template: [SV 57152] MinGW32 doesn't support d_type
This commit is contained in:
parent
86f2f8bcb5
commit
577dd1ff6d
@ -292,7 +292,10 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
/* #undef HAVE_STRSIGNAL */
|
||||
|
||||
/* Define to 1 if `d_type' is a member of `struct dirent'. */
|
||||
#define HAVE_STRUCT_DIRENT_D_TYPE 1
|
||||
/* SV 57152: MinGW64 version of dirent doesn't support d_type. */
|
||||
#ifndef __MINGW64__
|
||||
# define HAVE_STRUCT_DIRENT_D_TYPE 1
|
||||
#endif
|
||||
|
||||
/* Define to 1 if you have the `isatty' function. */
|
||||
#define HAVE_ISATTY 1
|
||||
|
Loading…
Reference in New Issue
Block a user