logo

oasis

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

defines.h (4283B)


  1. #define SYSDIR "/etc"
  2. #define SECURE SECURE_COMPILE
  3. #define SHELL_ESCAPE (!SECURE)
  4. #define EXAMINE (!SECURE)
  5. #define TAB_COMPLETE_FILENAME (!SECURE)
  6. #define CMD_HISTORY 1
  7. #define HILITE_SEARCH 1
  8. #define EDITOR (!SECURE)
  9. #define TAGS (!SECURE)
  10. #define USERFILE (!SECURE)
  11. #define GLOB (!SECURE)
  12. #define PIPEC (!SECURE && HAVE_POPEN)
  13. #define LOGFILE (!SECURE)
  14. #define GNU_OPTIONS 1
  15. #define ONLY_RETURN 0
  16. #define LESSKEYFILE ".less"
  17. #define LESSKEYFILE_SYS SYSDIR "/sysless"
  18. #define DEF_LESSKEYINFILE ".lesskey"
  19. #define LESSKEYINFILE_SYS SYSDIR "/syslesskey"
  20. #define LESSHISTFILE ".lesshst"
  21. #define MSDOS_COMPILER 0
  22. #define PATHNAME_SEP "/"
  23. #define TGETENT_OK 1
  24. #define HAVE_ANSI_PROTOS 1
  25. #define HAVE_SYS_TYPES_H 1
  26. /* #undef HAVE_SGSTAT_H */
  27. #define HAVE_PERROR 1
  28. #define HAVE_TIME 1
  29. #define HAVE_SHELL 1
  30. #define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~{},"
  31. #define DEF_METAESCAPE "\\"
  32. #define HAVE_DUP 1
  33. #define HAVE_MEMCPY 1
  34. #define HAVE_STRCHR 1
  35. #define HAVE_STRSTR 1
  36. #define HAVE_LESSKEYSRC 1
  37. #if 0 /* old sizes for small memory machines */
  38. #define CMDBUF_SIZE 512 /* Buffer for multichar commands */
  39. #define UNGOT_SIZE 100 /* Max chars to unget() */
  40. #define LINEBUF_SIZE 1024 /* Max size of line in input file */
  41. #define OUTBUF_SIZE 1024 /* Output buffer */
  42. #define PROMPT_SIZE 200 /* Max size of prompt string */
  43. #define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
  44. #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
  45. #define TAGLINE_SIZE 512 /* Max size of line in tags file */
  46. #define TABSTOP_MAX 32 /* Max number of custom tab stops */
  47. #else /* more reasonable sizes for modern machines */
  48. #define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
  49. #define UNGOT_SIZE 200 /* Max chars to unget() */
  50. #define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
  51. #define OUTBUF_SIZE 1024 /* Output buffer */
  52. #define PROMPT_SIZE 2048 /* Max size of prompt string */
  53. #define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
  54. #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
  55. #define TAGLINE_SIZE 1024 /* Max size of line in tags file */
  56. #define TABSTOP_MAX 128 /* Max number of custom tab stops */
  57. #endif
  58. #define RETSIGTYPE void
  59. #define EDIT_PGM "vi"
  60. #define HAVE_CONST 1
  61. #define HAVE_CTYPE_H 1
  62. #define HAVE_ERRNO 1
  63. #define HAVE_ERRNO_H 1
  64. #define HAVE_FCHMOD 1
  65. #define HAVE_FCNTL_H 1
  66. #define HAVE_FILENO 1
  67. #define HAVE_FSYNC 1
  68. /* #undef HAVE_GNU_REGEX */
  69. #define HAVE_INTTYPES_H 1
  70. #define HAVE_LIMITS_H 1
  71. /* #undef HAVE_LINUX_MAGIC_H */
  72. #define HAVE_LOCALE 1
  73. #define HAVE_NANOSLEEP 1
  74. /* #undef HAVE_NCURSESW_TERMCAP_H */
  75. /* #undef HAVE_NCURSES_TERMCAP_H */
  76. #define HAVE_OSPEED 1
  77. /* #undef HAVE_PCRE */
  78. /* #undef HAVE_PCRE2 */
  79. #define HAVE_POLL 1
  80. #define HAVE_POPEN 1
  81. #define HAVE_POSIX_REGCOMP 1
  82. /* #undef HAVE_PROCFS */
  83. #define HAVE_REALPATH 1
  84. /* #undef HAVE_REGCMP */
  85. /* #undef HAVE_REGEXEC2 */
  86. /* #undef HAVE_RE_COMP */
  87. #define HAVE_SIGEMPTYSET 1
  88. #define HAVE_SIGPROCMASK 1
  89. /* #undef HAVE_SIGSETMASK */
  90. #define HAVE_SIGSET_T 1
  91. #define HAVE_SNPRINTF 1
  92. #define HAVE_STAT 1
  93. #define HAVE_STAT_INO 1
  94. /* #undef HAVE_STDCKDINT_H */
  95. #define HAVE_STDINT_H 1
  96. #define HAVE_STDIO_H 1
  97. #define HAVE_STDLIB_H 1
  98. #define HAVE_STRERROR 1
  99. #define HAVE_STRINGS_H 1
  100. #define HAVE_STRING_H 1
  101. #define HAVE_STRSIGNAL 1
  102. #define HAVE_SYSTEM 1
  103. #define HAVE_SYS_ERRLIST 1
  104. #define HAVE_SYS_IOCTL_H 1
  105. #define HAVE_SYS_STAT_H 1
  106. /* #undef HAVE_SYS_STREAM_H */
  107. #define HAVE_SYS_TYPES_H 1
  108. #define HAVE_SYS_WAIT_H 1
  109. #define HAVE_TERMCAP_H 1
  110. #define HAVE_TERMIOS_FUNCS 1
  111. #define HAVE_TERMIOS_H 1
  112. /* #undef HAVE_TERMIO_H */
  113. #define HAVE_TIME_H 1
  114. #define HAVE_TIME_T 1
  115. #define HAVE_TTYNAME 1
  116. #define HAVE_UNISTD_H 1
  117. #define HAVE_UPPER_LOWER 1
  118. #define HAVE_USLEEP 1
  119. /* #undef HAVE_V8_REGCOMP */
  120. #define HAVE_VALUES_H 1
  121. #define HAVE_VOID 1
  122. #define HAVE_WCTYPE 1
  123. #define HAVE_WCTYPE_H 1
  124. #define HAVE__SETJMP 1
  125. /* #undef MUST_DEFINE_ERRNO */
  126. /* #undef MUST_DEFINE_OSPEED */
  127. /* #undef NO_REGEX */
  128. #define PACKAGE_BUGREPORT ""
  129. #define PACKAGE_NAME "less"
  130. #define PACKAGE_STRING "less 1"
  131. #define PACKAGE_TARNAME "less"
  132. #define PACKAGE_URL ""
  133. #define PACKAGE_VERSION "1"
  134. #define SECURE_COMPILE 0
  135. /* #undef STAT_MACROS_BROKEN */
  136. #define STDC_HEADERS 1
  137. /* #undef _FILE_OFFSET_BITS */
  138. /* #undef _LARGE_FILES */
  139. /* #undef const */
  140. /* #undef off_t */
  141. /* #undef size_t */