summaryrefslogtreecommitdiff
path: root/pkg/less/defines.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-02-16 19:35:58 -0800
committerMichael Forney <mforney@mforney.org>2018-02-16 19:35:58 -0800
commitf9608a055faac289b3ef4107aecf7fceb63e84a2 (patch)
tree57fd202fcc2300d5ba584a875b6e71c6131297f7 /pkg/less/defines.h
parent98abe1378c82c524a4c4258ad34d3bd2631a715a (diff)
less: Update to 530
Diffstat (limited to 'pkg/less/defines.h')
-rw-r--r--pkg/less/defines.h41
1 files changed, 38 insertions, 3 deletions
diff --git a/pkg/less/defines.h b/pkg/less/defines.h
index 5dc06828..9f460b6e 100644
--- a/pkg/less/defines.h
+++ b/pkg/less/defines.h
@@ -1,5 +1,3 @@
-#include <config-posix.h>
-
#define BINDIR "/bin"
#define SYSDIR "/etc"
@@ -24,13 +22,18 @@
#define MSDOS_COMPILER 0
#define PATHNAME_SEP "/"
#define TGETENT_OK 1
+#define HAVE_ANSI_PROTOS 1
+#define HAVE_SYS_TYPES_H 1
/* #undef HAVE_SGSTAT_H */
#define HAVE_PERROR 1
#define HAVE_TIME 1
#define HAVE_SHELL 1
-#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~"
+#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~{},"
#define DEF_METAESCAPE "\\"
#define HAVE_DUP 1
+#define HAVE_MEMCPY 1
+#define HAVE_STRCHR 1
+#define HAVE_STRSTR 1
#if 0 /* old sizes for small memory machines */
#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
#define UNGOT_SIZE 100 /* Max chars to unget() */
@@ -54,29 +57,59 @@
#endif
#define EDIT_PGM "vi"
#define HAVE_CONST 1
+#define HAVE_CTYPE_H 1
+#define HAVE_ERRNO 1
+#define HAVE_ERRNO_H 1
+#define HAVE_FCHMOD 1
+#define HAVE_FCNTL_H 1
+#define HAVE_FILENO 1
#define HAVE_FLOAT 1
+#define HAVE_FSYNC 1
/* #undef HAVE_GNU_REGEX */
+#define HAVE_INTTYPES_H 1
+#define HAVE_LIMITS_H 1
#define HAVE_LOCALE 1
#define HAVE_MEMORY_H 1
#define HAVE_OSPEED 1
/* #undef HAVE_PCRE */
+#define HAVE_POPEN 1
#define HAVE_POSIX_REGCOMP 1
/* #undef HAVE_REGCMP */
/* #undef HAVE_REGEXEC2 */
/* #undef HAVE_RE_COMP */
+#define HAVE_SIGEMPTYSET 1
+#define HAVE_SIGPROCMASK 1
/* #undef HAVE_SIGSETMASK */
#define HAVE_SIGSET_T 1
+#define HAVE_SNPRINTF 1
+#define HAVE_STAT 1
#define HAVE_STAT_INO 1
+#define HAVE_STDINT_H 1
+#define HAVE_STDIO_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRERROR 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
+#define HAVE_SYSTEM 1
#define HAVE_SYS_ERRLIST 1
#define HAVE_SYS_IOCTL_H 1
+#define HAVE_SYS_STAT_H 1
/* #undef HAVE_SYS_STREAM_H */
+#define HAVE_SYS_TYPES_H 1
#define HAVE_TERMCAP_H 1
#define HAVE_TERMIOS_FUNCS 1
+#define HAVE_TERMIOS_H 1
/* #undef HAVE_TERMIO_H */
+#define HAVE_TIME_H 1
+#define HAVE_TIME_T 1
+#define HAVE_UNISTD_H 1
#define HAVE_UPPER_LOWER 1
/* #undef HAVE_V8_REGCOMP */
#define HAVE_VALUES_H 1
#define HAVE_VOID 1
+#define HAVE_WCTYPE 1
+#define HAVE_WCTYPE_H 1
+#define HAVE__SETJMP 1
/* #undef MUST_DEFINE_ERRNO */
/* #undef MUST_DEFINE_OSPEED */
/* #undef NO_REGEX */
@@ -86,8 +119,10 @@
#define PACKAGE_TARNAME "less"
#define PACKAGE_URL ""
#define PACKAGE_VERSION "1"
+#define RETSIGTYPE void
#define SECURE_COMPILE 0
/* #undef STAT_MACROS_BROKEN */
+#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1