File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -599,12 +599,12 @@ pub fn build(b: *std.Build) void {
599599 .HAVE_STDLIB_H = 1 ,
600600 .HAVE_STDNORETURN_H = null ,
601601 .HAVE_STRCASECMP = null ,
602- .HAVE_STRICMP = 1 ,
602+ .HAVE_STRICMP = 0 ,
603603 .HAVE_STRINGS_H = null ,
604604 .HAVE_STRING_H = 1 ,
605605 .HAVE_STRLCPY = null ,
606606 .HAVE_STRNCASECMP = null ,
607- .HAVE_STRNICMP = 1 ,
607+ .HAVE_STRNICMP = 0 ,
608608 .HAVE_STRNLEN = 1 ,
609609 .HAVE_STRRCHRNUL = null ,
610610 .HAVE_STRSEP = null ,
@@ -632,7 +632,7 @@ pub fn build(b: *std.Build) void {
632632 .HAVE__BYTESWAP_USHORT = null ,
633633 .HAVE__CHSIZE = 1 ,
634634 .HAVE__CHSIZE_S = null ,
635- .HAVE__FILENO = null ,
635+ .HAVE__FILENO = 0 ,
636636 .HAVE__FSEEKI64 = 1 ,
637637 .HAVE__FSTATI64 = 1 ,
638638 .HAVE__FULLPATH = 1 ,
You can’t perform that action at this time.
0 commit comments