blob: 56a4173a06f4592f86ee7474e84922471e6fe712 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#pragma once
#include "config-linux.h"
#undef HAVE_STDIO_EXT_H
#undef HAVE_FEATURES_H
#undef HAVE_UCONTEXT_H
#undef HAVE_SECURE_GETENV
#undef HAVE___FREADING
#undef HAVE_DECL_PROGRAM_INVOCATION_NAME
#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
#define HAVE_VAR___PROGNAME 1
// fread_unlocked should be controlled by USE_UNLOCKED_IO, yet it is not
#undef USE_UNLOCKED_IO
#undef HAVE_DECL_FEOF_UNLOCKED
#undef HAVE_DECL_FERROR_UNLOCKED
#undef HAVE_DECL_FFLUSH_UNLOCKED
#undef HAVE_DECL_FGETS_UNLOCKED
#undef HAVE_DECL_FPUTC_UNLOCKED
#undef HAVE_DECL_FPUTS_UNLOCKED
#undef HAVE_DECL_FREAD_UNLOCKED
#undef HAVE_DECL_FWRITE_UNLOCKED
#undef HAVE_DECL_GETCHAR_UNLOCKED
#undef HAVE_DECL_GETC_UNLOCKED
#undef HAVE_DECL_PUTCHAR_UNLOCKED
#undef HAVE_DECL_PUTC_UNLOCKED
#define _GL_ARG_NONNULL(...)
#define _GL_ATTRIBUTE_FORMAT_PRINTF(...)
|