live-bootstrap/sysa/bison-3.4.1/files/config.h
fosslinux b93a931a53 Move to /usr prefix.
- This is much more standard and replaces /image in sysa and is the
  standard in sysc (avoids many issues).
- GCC needs to have a file created for some unknown reason.
- Checksums updated.
2021-08-27 14:54:08 +10:00

40 lines
1.2 KiB
C

// SPDX-FileCopyrightText: 2020 Andrius Štikonas <andrius@stikonas.eu>
// SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
// 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 "/usr/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