aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/lib/config-osx.h
blob: 73cfff695003226ea8bcda7a455ecac7b8c29d79 (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
33
#pragma once

#include "config-linux.h"

#undef HAVE_DECL___FPENDING
#undef HAVE_STDIO_EXT_H

#undef HAVE___FSETERR

#undef HAVE_FEATURES_H

#undef HAVE_DECL_PROGRAM_INVOCATION_NAME
#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME

#undef HAVE_OBSTACK
#undef HAVE_OBSTACK_PRINTF

// 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 PENDING_OUTPUT_N_BYTES 0