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 "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 <sys/types.h>

View File

@ -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

View File

@ -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 <sys/types.h>

View File

@ -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 <assert.h>
#include <stdio.h>