logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

config.h (1496B)


  1. #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012-2017 Free Software Foundation, Inc."
  2. #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2003-2006, 2008, 2010, 2012-2017 Free Software Foundation, Inc."
  3. #define DC_VERSION "1.4.1"
  4. /* #undef HAVE_DOPRNT */
  5. #define HAVE_ERRNO_H 1
  6. #define HAVE_FSTAT 1
  7. #define HAVE_INTTYPES_H 1
  8. #define HAVE_ISGRAPH 1
  9. /* #undef HAVE_LIB_H */
  10. #define HAVE_LIMITS_H 1
  11. #define HAVE_MEMORY_H 1
  12. #define HAVE_SETVBUF 1
  13. #define HAVE_STDARG_H 1
  14. #define HAVE_STDDEF_H 1
  15. #define HAVE_STDINT_H 1
  16. #define HAVE_STDLIB_H 1
  17. #define HAVE_STRINGS_H 1
  18. #define HAVE_STRING_H 1
  19. #define HAVE_STRTOL 1
  20. #define HAVE_SYS_STAT_H 1
  21. #define HAVE_SYS_TYPES_H 1
  22. #define HAVE_UNISTD_H 1
  23. #define HAVE_VPRINTF 1
  24. /* #undef LIBEDIT */
  25. #define PACKAGE "bc"
  26. #define PACKAGE_BUGREPORT ""
  27. #define PACKAGE_NAME "bc"
  28. #define PACKAGE_STRING "bc 1.07.1"
  29. #define PACKAGE_TARNAME "bc"
  30. #define PACKAGE_URL ""
  31. #define PACKAGE_VERSION "1.07.1"
  32. /* #undef READLINE */
  33. #define STDC_HEADERS 1
  34. #ifndef _ALL_SOURCE
  35. # define _ALL_SOURCE 1
  36. #endif
  37. #ifndef _GNU_SOURCE
  38. # define _GNU_SOURCE 1
  39. #endif
  40. #ifndef _POSIX_PTHREAD_SEMANTICS
  41. # define _POSIX_PTHREAD_SEMANTICS 1
  42. #endif
  43. #ifndef _TANDEM_SOURCE
  44. # define _TANDEM_SOURCE 1
  45. #endif
  46. #ifndef __EXTENSIONS__
  47. # define __EXTENSIONS__ 1
  48. #endif
  49. #define VERSION "1.07.1"
  50. /* #undef YYTEXT_POINTER */
  51. /* #undef _MINIX */
  52. /* #undef _POSIX_1_SOURCE */
  53. /* #undef _POSIX_SOURCE */
  54. /* #undef const */
  55. /* #undef ptrdiff_t */
  56. /* #undef size_t */