skip checking STDC_HEADERS

This commit is contained in:
kanjitalk755 2022-05-17 11:33:26 +09:00
parent d7e93d8f37
commit 9009a2741f
4 changed files with 12 additions and 12 deletions

View File

@ -28,9 +28,9 @@
#include <config.h> #include <config.h>
#include "user_strings_unix.h" #include "user_strings_unix.h"
#ifndef STDC_HEADERS //#ifndef STDC_HEADERS
#error "You don't have ANSI C header files." //#error "You don't have ANSI C header files."
#endif //#endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <sys/types.h> # include <sys/types.h>

View File

@ -28,9 +28,9 @@
#include "config.h" #include "config.h"
#include "user_strings_windows.h" #include "user_strings_windows.h"
#ifndef STDC_HEADERS //#ifndef STDC_HEADERS
#error "You don't have ANSI C header files." //#error "You don't have ANSI C header files."
#endif //#endif
#ifndef WIN32 #ifndef WIN32
#define WIN32 #define WIN32

View File

@ -28,9 +28,9 @@
#include "config.h" #include "config.h"
#include "user_strings_unix.h" #include "user_strings_unix.h"
#ifndef STDC_HEADERS //#ifndef STDC_HEADERS
#error "You don't have ANSI C header files." //#error "You don't have ANSI C header files."
#endif //#endif
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <sys/types.h> # include <sys/types.h>

View File

@ -28,9 +28,9 @@
#include "config.h" #include "config.h"
#include "user_strings_windows.h" #include "user_strings_windows.h"
#ifndef STDC_HEADERS //#ifndef STDC_HEADERS
#error "You don't have ANSI C header files." //#error "You don't have ANSI C header files."
#endif //#endif
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>