mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
Update for less v371
This commit is contained in:
parent
8fd4165cc4
commit
fb05bfba06
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89023
@ -171,6 +171,7 @@
|
||||
#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
|
||||
#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. */
|
||||
|
||||
@ -255,6 +256,9 @@
|
||||
/* Define if you have the _setjmp function. */
|
||||
#define HAVE__SETJMP 1
|
||||
|
||||
/* Define if you have the fsync function. */
|
||||
#define HAVE_FSYNC 1
|
||||
|
||||
/* Define if you have the memcpy function. */
|
||||
#define HAVE_MEMCPY 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user