mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-27 05:26:31 +01:00
Add bison 3.4.1.
This commit is contained in:
parent
fb554b3685
commit
1a93f19e9c
18 changed files with 2495 additions and 12 deletions
39
sysa/bison-3.4.1/files/config.h
Normal file
39
sysa/bison-3.4.1/files/config.h
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
// SPDX-FileCopyrightText: 2020 Andrius Štikonas <andrius@stikonas.eu>
|
||||
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
|
||||
#define HAVE_DECL_STRERROR_R 1
|
||||
#define HAVE_GETTIMEOFDAY 1
|
||||
#define HAVE_PIPE 1
|
||||
#define HAVE_SNPRINTF 1
|
||||
#define HAVE_STDINT_H 1
|
||||
#define HAVE_UNISTD_H 1
|
||||
#define M4 "/after/bin/m4"
|
||||
#define M4_GNU_OPTION ""
|
||||
#define PACKAGE "bison"
|
||||
#define PACKAGE_BUGREPORT "bug-bison@gnu.org"
|
||||
#define PACKAGE_COPYRIGHT_YEAR 2019
|
||||
#define PACKAGE_NAME "GNU Bison"
|
||||
#define PACKAGE_STRING "GNU Bison 3.4.1"
|
||||
#define PACKAGE_URL "http://www.gnu.org/software/bison/"
|
||||
#define PACKAGE_VERSION "3.4.1"
|
||||
#define VERSION "3.4.1"
|
||||
#define PROMOTED_MODE_T mode_t
|
||||
#define BOURNE_SHELL "/bin/sh"
|
||||
#define _GNU_SOURCE 1
|
||||
#define _Noreturn
|
||||
#define _GL_ASYNC_SAFE
|
||||
#define _GL_EXTERN_INLINE extern inline
|
||||
#define _GL_INLINE_HEADER_BEGIN
|
||||
#define _GL_INLINE_HEADER_END
|
||||
#define _GL_UNUSED
|
||||
#define _GL_UNUSED_LABEL
|
||||
#define _GL_ATTRIBUTE_PURE
|
||||
#define _GL_ATTRIBUTE_CONST
|
||||
#define _GL_ATTRIBUTE_MALLOC
|
||||
#define _GL_ATTRIBUTE_FORMAT_PRINTF(x, y)
|
||||
#define _GL_ARG_NONNULL(x)
|
||||
#ifndef _GL_INLINE
|
||||
#define _GL_INLINE static inline
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue