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 (2779B)


  1. #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012-2018, 2024 Free Software Foundation, Inc."
  2. #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2003-2006, 2008, 2010, 2012-2018, 2022, 2024 Free Software Foundation, Inc."
  3. #define DC_VERSION "1.5.2"
  4. #define ENABLE_DC_BANG_SHELL 1
  5. /* #undef HAVE_DOPRNT */
  6. #define HAVE_ERRNO_H 1
  7. #define HAVE_FSTAT 1
  8. #define HAVE_GETOPT_H 1
  9. #define HAVE_GETOPT_LONG 1
  10. #define HAVE_INTTYPES_H 1
  11. #define HAVE_ISGRAPH 1
  12. /* #undef HAVE_LIB_H */
  13. #define HAVE_LIMITS_H 1
  14. /* #undef HAVE_MINIX_CONFIG_H */
  15. #define HAVE_SETVBUF 1
  16. #define HAVE_STDARG_H 1
  17. #define HAVE_STDDEF_H 1
  18. #define HAVE_STDINT_H 1
  19. #define HAVE_STDIO_H 1
  20. #define HAVE_STDLIB_H 1
  21. #define HAVE_STRINGS_H 1
  22. #define HAVE_STRING_H 1
  23. #define HAVE_STRTOL 1
  24. #define HAVE_SYS_STAT_H 1
  25. #define HAVE_SYS_TYPES_H 1
  26. #define HAVE_UNISTD_H 1
  27. #define HAVE_VPRINTF 1
  28. #define HAVE_WCHAR_H 1
  29. #define HAVE___ATTRIBUTE__ 1
  30. /* #undef LIBEDIT */
  31. #define PACKAGE "bc"
  32. #define PACKAGE_BUGREPORT ""
  33. #define PACKAGE_NAME "bc"
  34. #define PACKAGE_STRING "bc 1.08.2"
  35. #define PACKAGE_TARNAME "bc"
  36. #define PACKAGE_URL ""
  37. #define PACKAGE_VERSION "1.08.2"
  38. /* #undef READLINE */
  39. #define STDC_HEADERS 1
  40. #ifndef _ALL_SOURCE
  41. # define _ALL_SOURCE 1
  42. #endif
  43. #ifndef _DARWIN_C_SOURCE
  44. # define _DARWIN_C_SOURCE 1
  45. #endif
  46. #ifndef __EXTENSIONS__
  47. # define __EXTENSIONS__ 1
  48. #endif
  49. #ifndef _GNU_SOURCE
  50. # define _GNU_SOURCE 1
  51. #endif
  52. #ifndef _HPUX_ALT_XOPEN_SOCKET_API
  53. # define _HPUX_ALT_XOPEN_SOCKET_API 1
  54. #endif
  55. #ifndef _MINIX
  56. /* # undef _MINIX */
  57. #endif
  58. #ifndef _NETBSD_SOURCE
  59. # define _NETBSD_SOURCE 1
  60. #endif
  61. #ifndef _OPENBSD_SOURCE
  62. # define _OPENBSD_SOURCE 1
  63. #endif
  64. #ifndef _POSIX_SOURCE
  65. /* # undef _POSIX_SOURCE */
  66. #endif
  67. #ifndef _POSIX_1_SOURCE
  68. /* # undef _POSIX_1_SOURCE */
  69. #endif
  70. #ifndef _POSIX_PTHREAD_SEMANTICS
  71. # define _POSIX_PTHREAD_SEMANTICS 1
  72. #endif
  73. #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  74. # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  75. #endif
  76. #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
  77. # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  78. #endif
  79. #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
  80. # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  81. #endif
  82. #ifndef __STDC_WANT_IEC_60559_EXT__
  83. # define __STDC_WANT_IEC_60559_EXT__ 1
  84. #endif
  85. #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
  86. # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  87. #endif
  88. #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
  89. # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  90. #endif
  91. #ifndef __STDC_WANT_LIB_EXT2__
  92. # define __STDC_WANT_LIB_EXT2__ 1
  93. #endif
  94. #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
  95. # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  96. #endif
  97. #ifndef _TANDEM_SOURCE
  98. # define _TANDEM_SOURCE 1
  99. #endif
  100. #ifndef _XOPEN_SOURCE
  101. /* # undef _XOPEN_SOURCE */
  102. #endif
  103. #define VERSION "1.08.2"
  104. #define YYTEXT_POINTER 1
  105. /* #undef const */
  106. /* #undef ptrdiff_t */
  107. /* #undef size_t */