From 9009a2741fde4de445ee79b4f1eb8041a07415b7 Mon Sep 17 00:00:00 2001 From: kanjitalk755 Date: Tue, 17 May 2022 11:33:26 +0900 Subject: [PATCH] skip checking STDC_HEADERS --- BasiliskII/src/Unix/sysdeps.h | 6 +++--- BasiliskII/src/Windows/sysdeps.h | 6 +++--- SheepShaver/src/Unix/sysdeps.h | 6 +++--- SheepShaver/src/Windows/sysdeps.h | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/BasiliskII/src/Unix/sysdeps.h b/BasiliskII/src/Unix/sysdeps.h index bb6ab00d..459590e0 100644 --- a/BasiliskII/src/Unix/sysdeps.h +++ b/BasiliskII/src/Unix/sysdeps.h @@ -28,9 +28,9 @@ #include #include "user_strings_unix.h" -#ifndef STDC_HEADERS -#error "You don't have ANSI C header files." -#endif +//#ifndef STDC_HEADERS +//#error "You don't have ANSI C header files." +//#endif #ifdef HAVE_UNISTD_H # include diff --git a/BasiliskII/src/Windows/sysdeps.h b/BasiliskII/src/Windows/sysdeps.h index ac040a43..f4f6d4ee 100755 --- a/BasiliskII/src/Windows/sysdeps.h +++ b/BasiliskII/src/Windows/sysdeps.h @@ -28,9 +28,9 @@ #include "config.h" #include "user_strings_windows.h" -#ifndef STDC_HEADERS -#error "You don't have ANSI C header files." -#endif +//#ifndef STDC_HEADERS +//#error "You don't have ANSI C header files." +//#endif #ifndef WIN32 #define WIN32 diff --git a/SheepShaver/src/Unix/sysdeps.h b/SheepShaver/src/Unix/sysdeps.h index 3cf79b30..fc045584 100644 --- a/SheepShaver/src/Unix/sysdeps.h +++ b/SheepShaver/src/Unix/sysdeps.h @@ -28,9 +28,9 @@ #include "config.h" #include "user_strings_unix.h" -#ifndef STDC_HEADERS -#error "You don't have ANSI C header files." -#endif +//#ifndef STDC_HEADERS +//#error "You don't have ANSI C header files." +//#endif #ifdef HAVE_UNISTD_H # include diff --git a/SheepShaver/src/Windows/sysdeps.h b/SheepShaver/src/Windows/sysdeps.h index 0d73d2bd..56e946fa 100755 --- a/SheepShaver/src/Windows/sysdeps.h +++ b/SheepShaver/src/Windows/sysdeps.h @@ -28,9 +28,9 @@ #include "config.h" #include "user_strings_windows.h" -#ifndef STDC_HEADERS -#error "You don't have ANSI C header files." -#endif +//#ifndef STDC_HEADERS +//#error "You don't have ANSI C header files." +//#endif #include #include