logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>

config.h (1214B)


  1. // SPDX-FileCopyrightText: 2020 Andrius Štikonas <andrius@stikonas.eu>
  2. // SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
  3. // SPDX-License-Identifier: GPL-3.0-or-later
  4. #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
  5. #define HAVE_DECL_STRERROR_R 1
  6. #define HAVE_GETTIMEOFDAY 1
  7. #define HAVE_PIPE 1
  8. #define HAVE_SNPRINTF 1
  9. #define HAVE_STDINT_H 1
  10. #define HAVE_UNISTD_H 1
  11. #define M4 "/usr/bin/m4"
  12. #define M4_GNU_OPTION ""
  13. #define PACKAGE "bison"
  14. #define PACKAGE_BUGREPORT "bug-bison@gnu.org"
  15. #define PACKAGE_COPYRIGHT_YEAR 2019
  16. #define PACKAGE_NAME "GNU Bison"
  17. #define PACKAGE_STRING "GNU Bison 3.4.1"
  18. #define PACKAGE_URL "http://www.gnu.org/software/bison/"
  19. #define PACKAGE_VERSION "3.4.1"
  20. #define VERSION "3.4.1"
  21. #define PROMOTED_MODE_T mode_t
  22. #define BOURNE_SHELL "/bin/sh"
  23. #define _GNU_SOURCE 1
  24. #define _Noreturn
  25. #define _GL_ASYNC_SAFE
  26. #define _GL_EXTERN_INLINE extern inline
  27. #define _GL_INLINE_HEADER_BEGIN
  28. #define _GL_INLINE_HEADER_END
  29. #define _GL_UNUSED
  30. #define _GL_UNUSED_LABEL
  31. #define _GL_ATTRIBUTE_PURE
  32. #define _GL_ATTRIBUTE_CONST
  33. #define _GL_ATTRIBUTE_MALLOC
  34. #define _GL_ATTRIBUTE_FORMAT_PRINTF(x, y)
  35. #define _GL_ARG_NONNULL(x)
  36. #ifndef _GL_INLINE
  37. #define _GL_INLINE static inline
  38. #endif