summaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-04-17 07:46:08 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-04-17 07:46:08 +0000
commit55e19c81cb2a5954483c701a348e28b55922e456 (patch)
treebed21a71a5ac775d0e774ba45f36b250c5a267b6 /usr.bin/less
parent1ede1615747861739301dfdbb525338ceacb5183 (diff)
downloadsrc-test-55e19c81cb2a5954483c701a348e28b55922e456.tar.gz
src-test-55e19c81cb2a5954483c701a348e28b55922e456.zip
Regenerate with less 381 configure script.
Notes
Notes: svn path=/head/; revision=128349
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/defines.h290
1 files changed, 173 insertions, 117 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index c8ff13a7fd5a0..43bfd48e39c1f 100644
--- a/usr.bin/less/defines.h
+++ b/usr.bin/less/defines.h
@@ -1,6 +1,8 @@
/* $FreeBSD$ */
-/* defines.h. Generated automatically by configure. */
-/* defines.h.in. Generated automatically from configure.in by autoheader. */
+/* defines.h. Generated by configure. */
+/* defines.h.in. Generated from configure.ac by autoheader. */
+
+
/* Unix definition file for less. -*- C -*-
*
* This file has 3 sections:
@@ -12,7 +14,7 @@
* If you edit defines.h by hand, do "touch stamp-h" before you run make
* so config.status doesn't overwrite your changes.
*/
-
+
/* User preferences. */
/*
@@ -45,7 +47,7 @@
#define CMD_HISTORY 1
/*
- * HILITE_SEARCH is 1 if you wish to have search targets to be
+ * HILITE_SEARCH is 1 if you wish to have search targets to be
* displayed in standout mode.
*/
#define HILITE_SEARCH 1
@@ -63,7 +65,7 @@
#define TAGS (!SECURE)
/*
- * USERFILE is 1 if you wish to allow a .less file to specify
+ * USERFILE is 1 if you wish to allow a .less file to specify
* user-defined key bindings.
*/
#define USERFILE (!SECURE)
@@ -100,17 +102,17 @@
#define ONLY_RETURN 0
/*
- * LESSKEYFILE is the filename of the default lesskey output file
+ * LESSKEYFILE is the filename of the default lesskey output file
* (in the HOME directory).
* LESSKEYFILE_SYS is the filename of the system-wide lesskey output file.
- * DEF_LESSKEYINFILE is the filename of the default lesskey input
+ * DEF_LESSKEYINFILE is the filename of the default lesskey input
* (in the HOME directory).
*/
#define LESSKEYFILE ".less"
-#define LESSKEYFILE_SYS "/etc/lesskey"
+#define LESSKEYFILE_SYS SYSDIR "/sysless"
#define DEF_LESSKEYINFILE ".lesskey"
-
+
/* Settings always true on Unix. */
/*
@@ -126,7 +128,7 @@
/*
* HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>.
*/
-#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_TYPES_H 1
/*
* Define if you have the <sgstat.h> header file.
@@ -152,10 +154,10 @@
/*
* Default shell metacharacters and meta-escape character.
*/
-#define DEF_METACHARS "; \t\n'\"()<>|&^`\\"
+#define DEF_METACHARS "; *?\t\n'\"()<>|&^`#\\"
#define DEF_METAESCAPE "\\"
-/*
+/*
* HAVE_DUP is 1 if your system has the dup() call.
*/
#define HAVE_DUP 1
@@ -172,170 +174,224 @@
#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
#define TAGLINE_SIZE 512 /* Max size of line in tags file */
#define TABSTOP_MAX 32 /* Max number of custom tab stops */
-
-/* Settings automatically determined by configure. */
-
-/* Define to `long' if <sys/types.h> doesn't define. */
-/* #undef off_t */
-
-/* Define if you need to in order for stat and other things to work. */
-/* #undef _POSIX_SOURCE */
-/* Define as the return type of signal handlers (int or void). */
-#define RETSIGTYPE void
+/* Settings automatically determined by configure. */
-/* Define if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-/*
- * Regular expression library.
- * Define exactly one of the following to be 1:
- * HAVE_POSIX_REGCOMP: POSIX regcomp() and regex.h
- * HAVE_PCRE: PCRE (Perl-compatible regular expression) library
- * HAVE_RE_COMP: BSD re_comp()
- * HAVE_REGCMP: System V regcmp()
- * HAVE_V8_REGCOMP: Henry Spencer V8 regcomp() and regexp.h
- * NO_REGEX: pattern matching is supported, but without metacharacters.
- */
-#define HAVE_POSIX_REGCOMP 1
-/* #undef HAVE_PCRE */
-/* #undef HAVE_RE_COMP */
-/* #undef HAVE_REGCMP */
-/* #undef HAVE_V8_REGCOMP */
-/* #undef NO_REGEX */
-/* #undef HAVE_REGEXEC2 */
-
-/* Define HAVE_VOID if your compiler supports the "void" type. */
-#define HAVE_VOID 1
+/* Define EDIT_PGM to your editor. */
+#define EDIT_PGM "vi"
/* Define HAVE_CONST if your compiler supports the "const" modifier. */
#define HAVE_CONST 1
-/* Define HAVE_TIME_T if your system supports the "time_t" type. */
-#define HAVE_TIME_T 1
+/* Define to 1 if you have the <ctype.h> header file. */
+#define HAVE_CTYPE_H 1
-/* Define HAVE_STRERROR if you have the strerror() function. */
-#define HAVE_STRERROR 1
+/* Define HAVE_ERRNO if you have the errno variable. */
+#define HAVE_ERRNO 1
+
+/* Define to 1 if you have the <errno.h> header file. */
+#define HAVE_ERRNO_H 1
+
+/* Define to 1 if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
/* Define HAVE_FILENO if you have the fileno() macro. */
#define HAVE_FILENO 1
-/* Define HAVE_ERRNO if you have the errno variable */
-/* Define MUST_DEFINE_ERRNO if you have errno but it is not define
- * in errno.h */
-#define HAVE_ERRNO 1
-/* #undef MUST_DEFINE_ERRNO */
+/* Define to 1 if you have the `fsync' function. */
+#define HAVE_FSYNC 1
-/* Define HAVE_SYS_ERRLIST if you have the sys_errlist[] variable */
-#define HAVE_SYS_ERRLIST 1
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
-/* Define HAVE_OSPEED if your termcap library has the ospeed variable */
-/* Define MUST_DEFINE_OSPEED if you have ospeed but it is not defined
- * in termcap.h. */
-#define HAVE_OSPEED 1
-/* #undef MUST_DEFINE_OSPEED */
+/* Define to 1 if you have the `gen' library (-lgen). */
+/* #undef HAVE_LIBGEN */
+
+/* Define to 1 if you have the `intl' library (-lintl). */
+/* #undef HAVE_LIBINTL */
+
+/* Define to 1 if you have the `PW' library (-lPW). */
+/* #undef HAVE_LIBPW */
+
+/* Define to 1 if you have the <limits.h> header file. */
+#define HAVE_LIMITS_H 1
/* Define HAVE_LOCALE if you have locale.h and setlocale. */
#define HAVE_LOCALE 1
-/* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr */
-#define HAVE_TERMIOS_FUNCS 1
+/* Define to 1 if you have the `memcpy' function. */
+#define HAVE_MEMCPY 1
-/* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower */
-#define HAVE_UPPER_LOWER 1
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
-/* Define HAVE_SIGSET_T you have the sigset_t type */
-/* #undef HAVE_SIGSET_T */
+/* Define HAVE_OSPEED if your termcap library has the ospeed variable. */
+#define HAVE_OSPEED 1
-/* Define HAVE_SIGEMPTYSET if you have the sigemptyset macro */
-#define HAVE_SIGEMPTYSET 1
+/* PCRE (Perl-compatible regular expression) library */
+/* #undef HAVE_PCRE */
-/* Define EDIT_PGM to your editor. */
-#define EDIT_PGM "vi"
+/* Define to 1 if you have the `popen' function. */
+#define HAVE_POPEN 1
-/* Define if you have the _setjmp function. */
-#define HAVE__SETJMP 1
+/* POSIX regcomp() and regex.h */
+#define HAVE_POSIX_REGCOMP 1
-/* Define if you have the fsync function. */
-#define HAVE_FSYNC 1
+/* System V regcmp() */
+/* #undef HAVE_REGCMP */
-/* Define if you have the memcpy function. */
-#define HAVE_MEMCPY 1
+/* */
+/* #undef HAVE_REGEXEC2 */
-/* Define if you have the popen function. */
-#define HAVE_POPEN 1
+/* BSD re_comp() */
+/* #undef HAVE_RE_COMP */
+
+/* Define HAVE_SIGEMPTYSET if you have the sigemptyset macro. */
+#define HAVE_SIGEMPTYSET 1
-/* Define if you have the sigprocmask function. */
+/* Define to 1 if you have the `sigprocmask' function. */
#define HAVE_SIGPROCMASK 1
-/* Define if you have the sigsetmask function. */
+/* Define to 1 if you have the `sigsetmask' function. */
#define HAVE_SIGSETMASK 1
-/* Define if you have the stat function. */
+/* Define HAVE_SIGSET_T you have the sigset_t type. */
+/* #undef HAVE_SIGSET_T */
+
+/* Define to 1 if you have the `stat' function. */
#define HAVE_STAT 1
-/* Define if you have the strchr function. */
-#define HAVE_STRCHR 1
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
-/* Define if you have the strstr function. */
-#define HAVE_STRSTR 1
+/* Define to 1 if you have the <stdio.h> header file. */
+#define HAVE_STDIO_H 1
-/* Define if you have the system function. */
-#define HAVE_SYSTEM 1
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
-/* Define if you have the <ctype.h> header file. */
-#define HAVE_CTYPE_H 1
+/* Define to 1 if you have the `strchr' function. */
+#define HAVE_STRCHR 1
-/* Define if you have the <errno.h> header file. */
-#define HAVE_ERRNO_H 1
+/* Define HAVE_STRERROR if you have the strerror() function. */
+#define HAVE_STRERROR 1
-/* Define if you have the <fcntl.h> header file. */
-#define HAVE_FCNTL_H 1
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
-/* Define if you have the <limits.h> header file. */
-#define HAVE_LIMITS_H 1
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
-/* Define if you have the <stdio.h> header file. */
-#define HAVE_STDIO_H 1
+/* Define to 1 if you have the `strstr' function. */
+#define HAVE_STRSTR 1
-/* Define if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
+/* Define to 1 if you have the `system' function. */
+#define HAVE_SYSTEM 1
-/* Define if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
+/* Define HAVE_SYS_ERRLIST if you have the sys_errlist[] variable. */
+#define HAVE_SYS_ERRLIST 1
-/* Define if you have the <sys/ioctl.h> header file. */
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
-/* Define if you have the <sys/ptem.h> header file. */
+/* Define to 1 if you have the <sys/ptem.h> header file. */
/* #undef HAVE_SYS_PTEM_H */
-/* Define if you have the <sys/stream.h> header file. */
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/stream.h> header file. */
/* #undef HAVE_SYS_STREAM_H */
-/* Define if you have the <termcap.h> header file. */
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <termcap.h> header file. */
#define HAVE_TERMCAP_H 1
-/* Define if you have the <termio.h> header file. */
-/* #undef HAVE_TERMIO_H */
+/* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr. */
+#define HAVE_TERMIOS_FUNCS 1
-/* Define if you have the <termios.h> header file. */
+/* Define to 1 if you have the <termios.h> header file. */
#define HAVE_TERMIOS_H 1
-/* Define if you have the <time.h> header file. */
+/* Define to 1 if you have the <termio.h> header file. */
+/* #undef HAVE_TERMIO_H */
+
+/* Define to 1 if you have the <time.h> header file. */
#define HAVE_TIME_H 1
-/* Define if you have the <unistd.h> header file. */
+/* Define HAVE_TIME_T if your system supports the "time_t" type. */
+#define HAVE_TIME_T 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
-/* Define if you have the <values.h> header file. */
+/* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower. */
+#define HAVE_UPPER_LOWER 1
+
+/* Henry Spencer V8 regcomp() and regexp.h */
+/* #undef HAVE_V8_REGCOMP */
+
+/* Define to 1 if you have the <values.h> header file. */
/* #undef HAVE_VALUES_H */
-/* Define if you have the PW library (-lPW). */
-/* #undef HAVE_LIBPW */
+/* Define HAVE_VOID if your compiler supports the "void" type. */
+#define HAVE_VOID 1
-/* Define if you have the gen library (-lgen). */
-/* #undef HAVE_LIBGEN */
+/* Define to 1 if you have the `_setjmp' function. */
+#define HAVE__SETJMP 1
-/* Define if you have the intl library (-lintl). */
-/* #undef HAVE_LIBINTL */
+/* Define MUST_DEFINE_ERRNO if you have errno but it is not define in errno.h.
+ */
+/* #undef MUST_DEFINE_ERRNO */
+
+/* Define MUST_DEFINE_OSPEED if you have ospeed but it is not defined in
+ termcap.h. */
+/* #undef MUST_DEFINE_OSPEED */
+
+/* pattern matching is supported, but without metacharacters. */
+/* #undef NO_REGEX */
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT ""
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "less"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "less 1"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "less"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "1"
+
+/* Define as the return type of signal handlers (`int' or `void'). */
+#define RETSIGTYPE void
+
+/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
+/* #undef STAT_MACROS_BROKEN */
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#define TIME_WITH_SYS_TIME 1
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+/* #undef _FILE_OFFSET_BITS */
+
+/* Define for large files, on AIX-style hosts. */
+/* #undef _LARGE_FILES */
+
+/* Define to empty if `const' does not conform to ANSI C. */
+/* #undef const */
+
+/* Define to `long' if <sys/types.h> does not define. */
+/* #undef off_t */
+
+/* Define to `unsigned' if <sys/types.h> does not define. */
+/* #undef size_t */