defines.h revision 330570
160789Sps/* $FreeBSD: stable/11/usr.bin/less/defines.h 330570 2018-03-07 06:13:47Z delphij $ */
2170260Sdelphij/* defines.h.  Generated from defines.h.in by configure.  */
3128349Stjr/* defines.h.in.  Generated from configure.ac by autoheader.  */
4128349Stjr
5128349Stjr
660789Sps/* Unix definition file for less.  -*- C -*-
760789Sps *
860789Sps * This file has 3 sections:
960789Sps * User preferences.
1060789Sps * Settings always true on Unix.
1160789Sps * Settings automatically determined by configure.
1260789Sps *
1360789Sps * * * * * *  WARNING  * * * * * *
1460789Sps * If you edit defines.h by hand, do "touch stamp-h" before you run make
1560789Sps * so config.status doesn't overwrite your changes.
1660789Sps */
17128349Stjr
1860789Sps/* User preferences.  */
1960789Sps
2060789Sps/*
2160789Sps * SECURE is 1 if you wish to disable a bunch of features in order to
2260789Sps * be safe to run by unprivileged users.
23161479Sdelphij * SECURE_COMPILE is set by the --with-secure configure option.
2460789Sps */
25161479Sdelphij#define	SECURE		SECURE_COMPILE
2660789Sps
2760789Sps/*
2860789Sps * SHELL_ESCAPE is 1 if you wish to allow shell escapes.
2960789Sps * (This is possible only if your system supplies the system() function.)
3060789Sps */
3160789Sps#define	SHELL_ESCAPE	(!SECURE)
3260789Sps
3360789Sps/*
3460789Sps * EXAMINE is 1 if you wish to allow examining files by name from within less.
3560789Sps */
3660789Sps#define	EXAMINE		(!SECURE)
3760789Sps
3860789Sps/*
3960789Sps * TAB_COMPLETE_FILENAME is 1 if you wish to allow the TAB key
4060789Sps * to complete filenames at prompts.
4160789Sps */
4260789Sps#define	TAB_COMPLETE_FILENAME	(!SECURE)
4360789Sps
4460789Sps/*
4560789Sps * CMD_HISTORY is 1 if you wish to allow keys to cycle through
4660789Sps * previous commands at prompts.
4760789Sps */
4860789Sps#define	CMD_HISTORY	1
4960789Sps
5060789Sps/*
51170260Sdelphij * HILITE_SEARCH is 1 if you wish to have search targets to be
5260789Sps * displayed in standout mode.
5360789Sps */
5460789Sps#define	HILITE_SEARCH	1
5560789Sps
5660789Sps/*
5760789Sps * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
5860789Sps * (This is possible only if your system supplies the system() function.)
5960789Sps * EDIT_PGM is the name of the (default) editor to be invoked.
6060789Sps */
6160789Sps#define	EDITOR		(!SECURE)
6260789Sps
6360789Sps/*
6460789Sps * TAGS is 1 if you wish to support tag files.
6560789Sps */
6660789Sps#define	TAGS		(!SECURE)
6760789Sps
6860789Sps/*
69170260Sdelphij * USERFILE is 1 if you wish to allow a .less file to specify
7060789Sps * user-defined key bindings.
7160789Sps */
7260789Sps#define	USERFILE	(!SECURE)
7360789Sps
7460789Sps/*
7560789Sps * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
7660789Sps * This will generally work if your system provides the "popen" function
7760789Sps * and the "echo" shell command.
7860789Sps */
7960789Sps#define	GLOB		(!SECURE)
8060789Sps
8160789Sps/*
8260789Sps * PIPEC is 1 if you wish to have the "|" command
8360789Sps * which allows the user to pipe data into a shell command.
8460789Sps */
8560789Sps#define	PIPEC		(!SECURE)
8660789Sps
8760789Sps/*
8860789Sps * LOGFILE is 1 if you wish to allow the -l option (to create log files).
8960789Sps */
9060789Sps#define	LOGFILE		(!SECURE)
9160789Sps
9260789Sps/*
9360789Sps * GNU_OPTIONS is 1 if you wish to support the GNU-style command
9460789Sps * line options --help and --version.
9560789Sps */
9660789Sps#define	GNU_OPTIONS	1
9760789Sps
9860789Sps/*
9960789Sps * ONLY_RETURN is 1 if you want RETURN to be the only input which
10060789Sps * will continue past an error message.
10160789Sps * Otherwise, any key will continue past an error message.
10260789Sps */
10360789Sps#define	ONLY_RETURN	0
10460789Sps
10560789Sps/*
106170260Sdelphij * LESSKEYFILE is the filename of the default lesskey output file
10760789Sps * (in the HOME directory).
10860789Sps * LESSKEYFILE_SYS is the filename of the system-wide lesskey output file.
109170260Sdelphij * DEF_LESSKEYINFILE is the filename of the default lesskey input
11060789Sps * (in the HOME directory).
111161479Sdelphij * LESSHISTFILE is the filename of the history file
112161479Sdelphij * (in the HOME directory).
11360789Sps */
11460789Sps#define	LESSKEYFILE		".less"
115128350Stjr#define	LESSKEYFILE_SYS		"/etc/lesskey"
11660789Sps#define	DEF_LESSKEYINFILE	".lesskey"
117161479Sdelphij#define LESSHISTFILE		".lesshst"
11860789Sps
119128349Stjr
12060789Sps/* Settings always true on Unix.  */
12160789Sps
12260789Sps/*
12360789Sps * Define MSDOS_COMPILER if compiling under Microsoft C.
12460789Sps */
12560789Sps#define	MSDOS_COMPILER	0
12660789Sps
12760789Sps/*
12860789Sps * Pathname separator character.
12960789Sps */
13060789Sps#define	PATHNAME_SEP	"/"
13160789Sps
13260789Sps/*
133170260Sdelphij * The value returned from tgetent on success.
134170260Sdelphij * Some HP-UX systems return 0 on success.
135170260Sdelphij */
136170260Sdelphij#define TGETENT_OK  1
137170260Sdelphij
138170260Sdelphij/*
139330570Sdelphij * HAVE_ANSI_PROTOS	is 1 if your compiler supports ANSI function prototypes.
140330570Sdelphij */
141330570Sdelphij#define HAVE_ANSI_PROTOS	1
142330570Sdelphij
143330570Sdelphij/*
14460789Sps * HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>.
14560789Sps */
146128349Stjr#define HAVE_SYS_TYPES_H 1
14760789Sps
14860789Sps/*
14960789Sps * Define if you have the <sgstat.h> header file.
15060789Sps */
15160789Sps/* #undef HAVE_SGSTAT_H */
15260789Sps
15360789Sps/*
15460789Sps * HAVE_PERROR is 1 if your system has the perror() call.
15560789Sps * (Actually, if it has sys_errlist, sys_nerr and errno.)
15660789Sps */
15760789Sps#define	HAVE_PERROR	1
15860789Sps
15960789Sps/*
16060789Sps * HAVE_TIME is 1 if your system has the time() call.
16160789Sps */
16260789Sps#define	HAVE_TIME	1
16360789Sps
16460789Sps/*
16560789Sps * HAVE_SHELL is 1 if your system supports a SHELL command interpreter.
16660789Sps */
16760789Sps#define	HAVE_SHELL	1
16860789Sps
16960789Sps/*
17060789Sps * Default shell metacharacters and meta-escape character.
17160789Sps */
172330570Sdelphij#define	DEF_METACHARS	"; *?\t\n'\"()<>[]|&^`#\\$%=~{},"
17360789Sps#define	DEF_METAESCAPE	"\\"
17460789Sps
175170260Sdelphij/*
17660789Sps * HAVE_DUP is 1 if your system has the dup() call.
17760789Sps */
17860789Sps#define	HAVE_DUP	1
17960789Sps
180170260Sdelphij/* Define to 1 if you have the memcpy() function. */
181170260Sdelphij#define HAVE_MEMCPY 1
182170260Sdelphij
183170260Sdelphij/* Define to 1 if you have the strchr() function. */
184170260Sdelphij#define HAVE_STRCHR 1
185170260Sdelphij
186170260Sdelphij/* Define to 1 if you have the strstr() function. */
187170260Sdelphij#define HAVE_STRSTR 1
188170260Sdelphij
18960789Sps/*
19060789Sps * Sizes of various buffers.
19160789Sps */
192242618Sdelphij#if 0 /* old sizes for small memory machines */
19360789Sps#define	CMDBUF_SIZE	512	/* Buffer for multichar commands */
19460789Sps#define	UNGOT_SIZE	100	/* Max chars to unget() */
19560789Sps#define	LINEBUF_SIZE	1024	/* Max size of line in input file */
19660789Sps#define	OUTBUF_SIZE	1024	/* Output buffer */
19760789Sps#define	PROMPT_SIZE	200	/* Max size of prompt string */
19860789Sps#define	TERMBUF_SIZE	2048	/* Termcap buffer for tgetent */
19960789Sps#define	TERMSBUF_SIZE	1024	/* Buffer to hold termcap strings */
20060789Sps#define	TAGLINE_SIZE	512	/* Max size of line in tags file */
20189023Sps#define	TABSTOP_MAX	32	/* Max number of custom tab stops */
202242584Sdelphij#else /* more reasonable sizes for modern machines */
203242584Sdelphij#define	CMDBUF_SIZE	2048	/* Buffer for multichar commands */
204242584Sdelphij#define	UNGOT_SIZE	200	/* Max chars to unget() */
205242584Sdelphij#define	LINEBUF_SIZE	1024	/* Initial max size of line in input file */
206242584Sdelphij#define	OUTBUF_SIZE	1024	/* Output buffer */
207242584Sdelphij#define	PROMPT_SIZE	2048	/* Max size of prompt string */
208242584Sdelphij#define	TERMBUF_SIZE	2048	/* Termcap buffer for tgetent */
209242584Sdelphij#define	TERMSBUF_SIZE	1024	/* Buffer to hold termcap strings */
210242584Sdelphij#define	TAGLINE_SIZE	1024	/* Max size of line in tags file */
211242584Sdelphij#define	TABSTOP_MAX	128	/* Max number of custom tab stops */
212242584Sdelphij#endif
213128349Stjr
21460789Sps/* Settings automatically determined by configure.  */
21560789Sps
21660789Sps
217128349Stjr/* Define EDIT_PGM to your editor. */
218128349Stjr#define EDIT_PGM "vi"
21960789Sps
220128349Stjr/* Define HAVE_CONST if your compiler supports the "const" modifier. */
221128349Stjr#define HAVE_CONST 1
22260789Sps
223128349Stjr/* Define to 1 if you have the <ctype.h> header file. */
224128349Stjr#define HAVE_CTYPE_H 1
22560789Sps
226128349Stjr/* Define HAVE_ERRNO if you have the errno variable. */
227128349Stjr#define HAVE_ERRNO 1
22860789Sps
229128349Stjr/* Define to 1 if you have the <errno.h> header file. */
230128349Stjr#define HAVE_ERRNO_H 1
23160789Sps
232161479Sdelphij/* Define to 1 if you have the `fchmod' function. */
233161479Sdelphij#define HAVE_FCHMOD 1
234161479Sdelphij
235128349Stjr/* Define to 1 if you have the <fcntl.h> header file. */
236128349Stjr#define HAVE_FCNTL_H 1
23760789Sps
23860789Sps/* Define HAVE_FILENO if you have the fileno() macro. */
23960789Sps#define HAVE_FILENO 1
24060789Sps
241221718Sdelphij/* Define HAVE_FLOAT if your compiler supports the "double" type. */
242221718Sdelphij#define HAVE_FLOAT 1
243221718Sdelphij
244128349Stjr/* Define to 1 if you have the `fsync' function. */
245128349Stjr#define HAVE_FSYNC 1
24660789Sps
247237613Sdelphij/* GNU regex library */
248237613Sdelphij/* #undef HAVE_GNU_REGEX */
249237613Sdelphij
250128349Stjr/* Define to 1 if you have the <inttypes.h> header file. */
251128349Stjr#define HAVE_INTTYPES_H 1
25260789Sps
253128349Stjr/* Define to 1 if you have the <limits.h> header file. */
254128349Stjr#define HAVE_LIMITS_H 1
255128349Stjr
25660789Sps/* Define HAVE_LOCALE if you have locale.h and setlocale. */
25760789Sps#define HAVE_LOCALE 1
25860789Sps
259128349Stjr/* Define to 1 if you have the <memory.h> header file. */
260128349Stjr#define HAVE_MEMORY_H 1
26160789Sps
262128349Stjr/* Define HAVE_OSPEED if your termcap library has the ospeed variable. */
263128349Stjr#define HAVE_OSPEED 1
26463132Sps
265128349Stjr/* PCRE (Perl-compatible regular expression) library */
266128349Stjr/* #undef HAVE_PCRE */
26763132Sps
268128349Stjr/* Define to 1 if you have the `popen' function. */
269128349Stjr#define HAVE_POPEN 1
27060789Sps
271128349Stjr/* POSIX regcomp() and regex.h */
272128349Stjr#define HAVE_POSIX_REGCOMP 1
27360789Sps
274128349Stjr/* System V regcmp() */
275128349Stjr/* #undef HAVE_REGCMP */
27689023Sps
277128349Stjr/* */
278128349Stjr/* #undef HAVE_REGEXEC2 */
27960789Sps
280128349Stjr/* BSD re_comp() */
281128349Stjr/* #undef HAVE_RE_COMP */
28260789Sps
283128349Stjr/* Define HAVE_SIGEMPTYSET if you have the sigemptyset macro. */
284128349Stjr#define HAVE_SIGEMPTYSET 1
285128349Stjr
286128349Stjr/* Define to 1 if you have the `sigprocmask' function. */
28763132Sps#define HAVE_SIGPROCMASK 1
28863132Sps
289128349Stjr/* Define to 1 if you have the `sigsetmask' function. */
29060789Sps#define HAVE_SIGSETMASK 1
29160789Sps
292170260Sdelphij/* Define to 1 if the system has the type `sigset_t'. */
293170260Sdelphij#define HAVE_SIGSET_T 1
294128349Stjr
295161479Sdelphij/* Define to 1 if you have the `snprintf' function. */
296161479Sdelphij#define HAVE_SNPRINTF 1
297161479Sdelphij
298128349Stjr/* Define to 1 if you have the `stat' function. */
29960789Sps#define HAVE_STAT 1
30060789Sps
301173685Sdelphij/* Define HAVE_STAT_INO if your struct stat has st_ino and st_dev. */
302173685Sdelphij#define HAVE_STAT_INO 1
303173685Sdelphij
304128349Stjr/* Define to 1 if you have the <stdint.h> header file. */
305128349Stjr#define HAVE_STDINT_H 1
30660789Sps
307128349Stjr/* Define to 1 if you have the <stdio.h> header file. */
308128349Stjr#define HAVE_STDIO_H 1
30960789Sps
310128349Stjr/* Define to 1 if you have the <stdlib.h> header file. */
311128349Stjr#define HAVE_STDLIB_H 1
31260789Sps
313128349Stjr/* Define HAVE_STRERROR if you have the strerror() function. */
314128349Stjr#define HAVE_STRERROR 1
31560789Sps
316128349Stjr/* Define to 1 if you have the <strings.h> header file. */
317128349Stjr#define HAVE_STRINGS_H 1
31860789Sps
319128349Stjr/* Define to 1 if you have the <string.h> header file. */
320128349Stjr#define HAVE_STRING_H 1
32160789Sps
322128349Stjr/* Define to 1 if you have the `system' function. */
323128349Stjr#define HAVE_SYSTEM 1
32460789Sps
325128349Stjr/* Define HAVE_SYS_ERRLIST if you have the sys_errlist[] variable. */
326128349Stjr#define HAVE_SYS_ERRLIST 1
32760789Sps
328128349Stjr/* Define to 1 if you have the <sys/ioctl.h> header file. */
32960789Sps#define HAVE_SYS_IOCTL_H 1
33060789Sps
331128349Stjr/* Define to 1 if you have the <sys/stat.h> header file. */
332128349Stjr#define HAVE_SYS_STAT_H 1
333128349Stjr
334128349Stjr/* Define to 1 if you have the <sys/stream.h> header file. */
33560789Sps/* #undef HAVE_SYS_STREAM_H */
33660789Sps
337128349Stjr/* Define to 1 if you have the <sys/types.h> header file. */
338128349Stjr#define HAVE_SYS_TYPES_H 1
339128349Stjr
340128349Stjr/* Define to 1 if you have the <termcap.h> header file. */
34160789Sps#define HAVE_TERMCAP_H 1
34260789Sps
343128349Stjr/* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr. */
344128349Stjr#define HAVE_TERMIOS_FUNCS 1
34560789Sps
346128349Stjr/* Define to 1 if you have the <termios.h> header file. */
34760789Sps#define HAVE_TERMIOS_H 1
34860789Sps
349128349Stjr/* Define to 1 if you have the <termio.h> header file. */
350128349Stjr/* #undef HAVE_TERMIO_H */
351128349Stjr
352128349Stjr/* Define to 1 if you have the <time.h> header file. */
35360789Sps#define HAVE_TIME_H 1
35460789Sps
355128349Stjr/* Define HAVE_TIME_T if your system supports the "time_t" type. */
356128349Stjr#define HAVE_TIME_T 1
357128349Stjr
358128349Stjr/* Define to 1 if you have the <unistd.h> header file. */
35960789Sps#define HAVE_UNISTD_H 1
36060789Sps
361128349Stjr/* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower. */
362128349Stjr#define HAVE_UPPER_LOWER 1
363128349Stjr
364128349Stjr/* Henry Spencer V8 regcomp() and regexp.h */
365128349Stjr/* #undef HAVE_V8_REGCOMP */
366128349Stjr
367128349Stjr/* Define to 1 if you have the <values.h> header file. */
36860789Sps/* #undef HAVE_VALUES_H */
36960789Sps
370128349Stjr/* Define HAVE_VOID if your compiler supports the "void" type. */
371128349Stjr#define HAVE_VOID 1
37260789Sps
373173685Sdelphij/* Define HAVE_WCTYPE if you have iswupper, iswlower, towupper, towlower. */
374173685Sdelphij#define HAVE_WCTYPE 1
375173685Sdelphij
376173685Sdelphij/* Define to 1 if you have the <wctype.h> header file. */
377173685Sdelphij#define HAVE_WCTYPE_H 1
378173685Sdelphij
379128349Stjr/* Define to 1 if you have the `_setjmp' function. */
380128349Stjr#define HAVE__SETJMP 1
38160789Sps
382128349Stjr/* Define MUST_DEFINE_ERRNO if you have errno but it is not define in errno.h.
383128349Stjr   */
384128349Stjr/* #undef MUST_DEFINE_ERRNO */
385128349Stjr
386128349Stjr/* Define MUST_DEFINE_OSPEED if you have ospeed but it is not defined in
387128349Stjr   termcap.h. */
388128349Stjr/* #undef MUST_DEFINE_OSPEED */
389128349Stjr
390128349Stjr/* pattern matching is supported, but without metacharacters. */
391128349Stjr/* #undef NO_REGEX */
392128349Stjr
393128349Stjr/* Define to the address where bug reports for this package should be sent. */
394128349Stjr#define PACKAGE_BUGREPORT ""
395128349Stjr
396128349Stjr/* Define to the full name of this package. */
397128349Stjr#define PACKAGE_NAME "less"
398128349Stjr
399128349Stjr/* Define to the full name and version of this package. */
400128349Stjr#define PACKAGE_STRING "less 1"
401128349Stjr
402128349Stjr/* Define to the one symbol short name of this package. */
403128349Stjr#define PACKAGE_TARNAME "less"
404128349Stjr
405221718Sdelphij/* Define to the home page for this package. */
406221718Sdelphij#define PACKAGE_URL ""
407221718Sdelphij
408128349Stjr/* Define to the version of this package. */
409128349Stjr#define PACKAGE_VERSION "1"
410128349Stjr
411128349Stjr/* Define as the return type of signal handlers (`int' or `void'). */
412128349Stjr#define RETSIGTYPE void
413128349Stjr
414161479Sdelphij/* Define SECURE_COMPILE=1 to build a secure version of less. */
415161479Sdelphij#define SECURE_COMPILE 0
416161479Sdelphij
417128349Stjr/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
418128349Stjr/* #undef STAT_MACROS_BROKEN */
419128349Stjr
420128349Stjr/* Define to 1 if you have the ANSI C header files. */
421128349Stjr#define STDC_HEADERS 1
422128349Stjr
423128349Stjr/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
424128349Stjr#define TIME_WITH_SYS_TIME 1
425128349Stjr
426293190Sdelphij/* Enable large inode numbers on Mac OS X 10.5.  */
427293190Sdelphij#ifndef _DARWIN_USE_64_BIT_INODE
428293190Sdelphij# define _DARWIN_USE_64_BIT_INODE 1
429293190Sdelphij#endif
430293190Sdelphij
431128349Stjr/* Number of bits in a file offset, on hosts where this is settable. */
432128349Stjr/* #undef _FILE_OFFSET_BITS */
433128349Stjr
434128349Stjr/* Define for large files, on AIX-style hosts. */
435128349Stjr/* #undef _LARGE_FILES */
436128349Stjr
437128349Stjr/* Define to empty if `const' does not conform to ANSI C. */
438128349Stjr/* #undef const */
439128349Stjr
440170260Sdelphij/* Define to `long int' if <sys/types.h> does not define. */
441128349Stjr/* #undef off_t */
442128349Stjr
443170260Sdelphij/* Define to `unsigned int' if <sys/types.h> does not define. */
444128349Stjr/* #undef size_t */
445