defines.h (7e1b7636c894be9d1130c284089ce1ea0786ecec) | defines.h (b2ea244070ff84eab79e04befb7aa30c982fc84d) |
---|---|
1/* $FreeBSD$ */ 2/* defines.h. Generated from defines.h.in by configure. */ 3/* defines.h.in. Generated from configure.ac by autoheader. */ 4 5 6/* Unix definition file for less. -*- C -*- 7 * 8 * This file has 3 sections: --- 124 unchanged lines hidden (view full) --- 133 * The value returned from tgetent on success. 134 * Some HP-UX systems return 0 on success. 135 */ 136#define TGETENT_OK 1 137 138/* 139 * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes. 140 */ | 1/* $FreeBSD$ */ 2/* defines.h. Generated from defines.h.in by configure. */ 3/* defines.h.in. Generated from configure.ac by autoheader. */ 4 5 6/* Unix definition file for less. -*- C -*- 7 * 8 * This file has 3 sections: --- 124 unchanged lines hidden (view full) --- 133 * The value returned from tgetent on success. 134 * Some HP-UX systems return 0 on success. 135 */ 136#define TGETENT_OK 1 137 138/* 139 * HAVE_ANSI_PROTOS is 1 if your compiler supports ANSI function prototypes. 140 */ |
141#define HAVE_ANSI_PROTOS 1 | 141#define HAVE_ANSI_PROTOS 1 |
142 143/* 144 * HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>. 145 */ 146#define HAVE_SYS_TYPES_H 1 147 148/* 149 * Define if you have the <sgstat.h> header file. --- 14 unchanged lines hidden (view full) --- 164/* 165 * HAVE_SHELL is 1 if your system supports a SHELL command interpreter. 166 */ 167#define HAVE_SHELL 1 168 169/* 170 * Default shell metacharacters and meta-escape character. 171 */ | 142 143/* 144 * HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>. 145 */ 146#define HAVE_SYS_TYPES_H 1 147 148/* 149 * Define if you have the <sgstat.h> header file. --- 14 unchanged lines hidden (view full) --- 164/* 165 * HAVE_SHELL is 1 if your system supports a SHELL command interpreter. 166 */ 167#define HAVE_SHELL 1 168 169/* 170 * Default shell metacharacters and meta-escape character. 171 */ |
172#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~" | 172#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~{}," |
173#define DEF_METAESCAPE "\\" 174 175/* 176 * HAVE_DUP is 1 if your system has the dup() call. 177 */ 178#define HAVE_DUP 1 179 180/* Define to 1 if you have the memcpy() function. */ --- 264 unchanged lines hidden --- | 173#define DEF_METAESCAPE "\\" 174 175/* 176 * HAVE_DUP is 1 if your system has the dup() call. 177 */ 178#define HAVE_DUP 1 179 180/* Define to 1 if you have the memcpy() function. */ --- 264 unchanged lines hidden --- |