Deleted Added
full compact
defines.h (63132) defines.h (89023)
1/* $FreeBSD: head/usr.bin/less/defines.h 63132 2000-07-14 09:59:37Z ps $ */
1/* $FreeBSD: head/usr.bin/less/defines.h 89023 2002-01-07 20:37:33Z ps $ */
2/* defines.h. Generated automatically by configure. */
3/* defines.h.in. Generated automatically from configure.in by autoheader. */
4/* Unix definition file for less. -*- C -*-
5 *
6 * This file has 3 sections:
7 * User preferences.
8 * Settings always true on Unix.
9 * Settings automatically determined by configure.

--- 156 unchanged lines hidden (view full) ---

166#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
167#define UNGOT_SIZE 100 /* Max chars to unget() */
168#define LINEBUF_SIZE 1024 /* Max size of line in input file */
169#define OUTBUF_SIZE 1024 /* Output buffer */
170#define PROMPT_SIZE 200 /* Max size of prompt string */
171#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
172#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
173#define TAGLINE_SIZE 512 /* Max size of line in tags file */
2/* defines.h. Generated automatically by configure. */
3/* defines.h.in. Generated automatically from configure.in by autoheader. */
4/* Unix definition file for less. -*- C -*-
5 *
6 * This file has 3 sections:
7 * User preferences.
8 * Settings always true on Unix.
9 * Settings automatically determined by configure.

--- 156 unchanged lines hidden (view full) ---

166#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
167#define UNGOT_SIZE 100 /* Max chars to unget() */
168#define LINEBUF_SIZE 1024 /* Max size of line in input file */
169#define OUTBUF_SIZE 1024 /* Output buffer */
170#define PROMPT_SIZE 200 /* Max size of prompt string */
171#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
172#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
173#define TAGLINE_SIZE 512 /* Max size of line in tags file */
174#define TABSTOP_MAX 32 /* Max number of custom tab stops */
174
175/* Settings automatically determined by configure. */
176
177/* Define to `long' if <sys/types.h> doesn't define. */
178/* #undef off_t */
179
180/* Define if you need to in order for stat and other things to work. */
181/* #undef _POSIX_SOURCE */

--- 68 unchanged lines hidden (view full) ---

250#define HAVE_SIGEMPTYSET 1
251
252/* Define EDIT_PGM to your editor. */
253#define EDIT_PGM "vi"
254
255/* Define if you have the _setjmp function. */
256#define HAVE__SETJMP 1
257
175
176/* Settings automatically determined by configure. */
177
178/* Define to `long' if <sys/types.h> doesn't define. */
179/* #undef off_t */
180
181/* Define if you need to in order for stat and other things to work. */
182/* #undef _POSIX_SOURCE */

--- 68 unchanged lines hidden (view full) ---

251#define HAVE_SIGEMPTYSET 1
252
253/* Define EDIT_PGM to your editor. */
254#define EDIT_PGM "vi"
255
256/* Define if you have the _setjmp function. */
257#define HAVE__SETJMP 1
258
259/* Define if you have the fsync function. */
260#define HAVE_FSYNC 1
261
258/* Define if you have the memcpy function. */
259#define HAVE_MEMCPY 1
260
261/* Define if you have the popen function. */
262#define HAVE_POPEN 1
263
264/* Define if you have the sigprocmask function. */
265#define HAVE_SIGPROCMASK 1

--- 72 unchanged lines hidden ---
262/* Define if you have the memcpy function. */
263#define HAVE_MEMCPY 1
264
265/* Define if you have the popen function. */
266#define HAVE_POPEN 1
267
268/* Define if you have the sigprocmask function. */
269#define HAVE_SIGPROCMASK 1

--- 72 unchanged lines hidden ---