Home | History | Annotate | Download | only in dist

Lines Matching refs:define

26 #define	SECURE		0
32 #define SHELL_ESCAPE (!SECURE)
37 #define EXAMINE (!SECURE)
43 #define TAB_COMPLETE_FILENAME (!SECURE)
49 #define CMD_HISTORY 1
55 #define HILITE_SEARCH 1
62 #define EDITOR (!SECURE)
63 #define EDIT_PGM "vi"
68 #define TAGS (!SECURE)
74 #define USERFILE (!SECURE)
81 #define GLOB (!SECURE)
87 #define PIPEC (!SECURE)
92 #define LOGFILE (!SECURE)
98 #define GNU_OPTIONS 1
105 #define ONLY_RETURN 0
116 #define LESSKEYFILE "less.ini"
117 #define LESSKEYFILE_SYS "C:\\sysless.ini"
118 #define DEF_LESSKEYINFILE "lesskey.ini"
119 #define LESSKEYINFILE_SYS "C:\\syslesskey.ini"
120 #define LESSHISTFILE "lesshst.ini"
125 #define OS2 1
130 #define PATHNAME_SEP "\\"
135 #define HAVE_ANSI_PROTOS 1
140 #define HAVE_SYS_TYPES_H 1
143 * Define if you have the <sgstat.h> header file.
145 #define HAVE_SGSTAT_H 0
151 #define HAVE_PERROR 1
156 #define HAVE_TIME 1
161 #define HAVE_SHELL 0
166 #define DEF_METACHARS "; *?\t\n'\"()<>|&"
167 #define DEF_METAESCAPE ""
172 #define HAVE_DUP 1
174 /* Define to 1 to support reading lesskey source files (not just binary). */
175 #define HAVE_LESSKEYSRC 1
181 #define CMDBUF_SIZE 512 /* Buffer for multichar commands */
182 #define UNGOT_SIZE 100 /* Max chars to unget() */
183 #define LINEBUF_SIZE 1024 /* Max size of line in input file */
184 #define OUTBUF_SIZE 1024 /* Output buffer */
185 #define PROMPT_SIZE 200 /* Max size of prompt string */
186 #define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
187 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
188 #define TAGLINE_SIZE 512 /* Max size of line in tags file */
189 #define TABSTOP_MAX 32 /* Max number of custom tab stops */
191 #define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
192 #define UNGOT_SIZE 200 /* Max chars to unget() */
193 #define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
194 #define OUTBUF_SIZE 1024 /* Output buffer */
195 #define PROMPT_SIZE 2048 /* Max size of prompt string */
196 #define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
197 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
198 #define TAGLINE_SIZE 1024 /* Max size of line in tags file */
199 #define TABSTOP_MAX 128 /* Max number of custom tab stops */
202 /* Define to `long' if <sys/types.h> doesn't define. */
203 /* #define off_t long */
205 /* Define if you need to in order for stat and other things to work. */
208 /* Define as the return type of signal handlers (int or void). */
209 #define RETSIGTYPE void
214 * Define exactly one of the following to be 1:
224 #define HAVE_V8_REGCOMP 1
226 #define HAVE_REGEXEC2 1
228 /* Define HAVE_VOID if your compiler supports the "void" type. */
229 #define HAVE_VOID 1
231 /* Define HAVE_CONST if your compiler supports the "const" modifier. */
232 #define HAVE_CONST 1
234 /* Define HAVE_TIME_T if your system supports the "time_t" type. */
235 #define HAVE_TIME_T 1
237 /* Define HAVE_STRERROR if you have the strerror() function. */
238 #define HAVE_STRERROR 1
240 /* Define HAVE_FILENO if you have the fileno() macro. */
241 #define HAVE_FILENO 1
243 /* Define HAVE_ERRNO if you have the errno variable */
244 /* Define MUST_DEFINE_ERRNO if you have errno but it is not define
246 #define HAVE_ERRNO 1
249 /* Define HAVE_SYS_ERRLIST if you have the sys_errlist[] variable */
250 #define HAVE_SYS_ERRLIST 1
252 /* Define HAVE_OSPEED if your termcap library has the ospeed variable */
253 #define HAVE_OSPEED 1
254 /* Define MUST_DEFINE_OSPEED if you have ospeed but it is not defined
256 #define MUST_DEFINE_OSPEED 0
258 /* Define HAVE_LOCALE if you have locale.h and setlocale. */
259 #define HAVE_LOCALE 1
261 /* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr */
262 #define HAVE_TERMIOS_FUNCS 1
264 /* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower */
265 #define HAVE_UPPER_LOWER 1
267 /* Define if you have the _setjmp function. */
268 #define HAVE__SETJMP 0
270 /* Define if you have the memcpy function. */
271 #define HAVE_MEMCPY 1
273 /* Define if you have the popen function. */
274 #define HAVE_POPEN 1
276 /* Define if you have the sigsetmask function. */
277 #define HAVE_SIGSETMASK 0
279 /* Define if you have the sigprocmask function. */
280 #define HAVE_SIGPROCMASK 1
282 /* Define if you have the sigset_t type and sigemptyset macro */
283 #define HAVE_SIGSET_T 1
284 #define HAVE_SIGEMPTYSET 1
286 /* Define if you have the stat function. */
287 #define HAVE_STAT 1
289 /* Define if you have the strchr function. */
290 #define HAVE_STRCHR 1
292 /* Define if you have the strstr function. */
293 #define HAVE_STRSTR 1
295 /* Define if you have the system function. */
296 #define HAVE_SYSTEM 1
298 /* Define if you have the snprintf function. */
299 #define HAVE_SNPRINTF 0
301 /* Define if you have the <ctype.h> header file. */
302 #define HAVE_CTYPE_H 1
304 /* Define if you have the <wctype.h> header file. */
305 #define HAVE_WCTYPE_H 0
307 /* Define if you have the <errno.h> header file. */
308 #define HAVE_ERRNO_H 1
310 /* Define if you have the <fcntl.h> header file. */
311 #define HAVE_FCNTL_H 1
313 /* Define if you have the <limits.h> header file. */
314 #define HAVE_LIMITS_H 1
316 /* Define if you have the <stdio.h> header file. */
317 #define HAVE_STDIO_H 1
319 /* Define if you have the <stdlib> header file. */
320 #define HAVE_STDLIB_H 1
322 /* Define if you have the <string.h> header file. */
323 #define HAVE_STRING_H 1
325 /* Define if you have the <sys/ioctl.h> header file. */
326 #define HAVE_SYS_IOCTL_H 1
328 /* Define if you have the <sys/ptem.h> header file. */
329 #define HAVE_SYS_PTEM_H 0
331 /* Define if you have the <sys/stream.h> header file. */
332 #define HAVE_SYS_STREAM_H 0
334 /* Define if you have the <termcap.h> header file. */
335 #define HAVE_TERMCAP_H 1
337 /* Define if you have the <termio.h> header file. */
338 #define HAVE_TERMIO_H 1
340 /* Define if you have the <termios.h> header file. */
341 #define HAVE_TERMIOS_H 1
343 /* Define if you have the <time.h> header file. */
344 #define HAVE_TIME_H 1
346 /* Define if you have the <unistd.h> header file. */
347 #define HAVE_UNISTD_H 1
349 /* Define if you have the <values.h> header file. */
350 #define HAVE_VALUES_H 0