Lines Matching refs:define
25 #define SECURE 0
31 #define SHELL_ESCAPE (!SECURE)
36 #define EXAMINE (!SECURE)
42 #define TAB_COMPLETE_FILENAME (!SECURE)
48 #define CMD_HISTORY 1
54 #define HILITE_SEARCH 1
61 #define EDITOR (!SECURE)
62 #define EDIT_PGM "vi"
67 #define TAGS (!SECURE)
73 #define USERFILE (!SECURE)
81 #define GLOB (!SECURE)
83 #define GLOB 0
91 #define PIPEC (!SECURE)
93 #define PIPEC 0
99 #define LOGFILE (!SECURE)
105 #define GNU_OPTIONS 1
112 #define ONLY_RETURN 0
123 #define LESSKEYFILE "_less"
124 #define LESSKEYFILE_SYS "c:\\_sysless"
125 #define DEF_LESSKEYINFILE "_lesskey"
126 #define LESSKEYINFILE_SYS "c:\\_syslesskey"
127 #define LESSHISTFILE "_lesshst"
134 * Define MSDOS_COMPILER if compiling for MS-DOS.
137 #define MSDOS_COMPILER DJGPPC
140 #define MSDOS_COMPILER BORLANDC
142 #define MSDOS_COMPILER MSOFTC
149 #define PATHNAME_SEP "\\"
154 #define HAVE_ANSI_PROTOS 1
159 #define HAVE_SYS_TYPES_H 1
162 * Define if you have the <sgstat.h> header file.
164 #define HAVE_SGSTAT_H 0
170 #define HAVE_PERROR 1
175 #define HAVE_TIME 1
180 #define HAVE_SHELL 0
185 #define DEF_METACHARS "; *?\t\n'\"()<>|&"
186 #define DEF_METAESCAPE ""
191 #define HAVE_DUP 1
193 /* Define to 1 to support reading lesskey source files (not just binary). */
194 #define HAVE_LESSKEYSRC 1
200 #define CMDBUF_SIZE 512 /* Buffer for multichar commands */
201 #define UNGOT_SIZE 100 /* Max chars to unget() */
202 #define LINEBUF_SIZE 1024 /* Max size of line in input file */
203 #define OUTBUF_SIZE 1024 /* Output buffer */
204 #define PROMPT_SIZE 200 /* Max size of prompt string */
205 #define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
206 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
207 #define TAGLINE_SIZE 512 /* Max size of line in tags file */
208 #define TABSTOP_MAX 32 /* Max number of custom tab stops */
210 #define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
211 #define UNGOT_SIZE 200 /* Max chars to unget() */
212 #define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
213 #define OUTBUF_SIZE 1024 /* Output buffer */
214 #define PROMPT_SIZE 2048 /* Max size of prompt string */
215 #define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
216 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
217 #define TAGLINE_SIZE 1024 /* Max size of line in tags file */
218 #define TABSTOP_MAX 128 /* Max number of custom tab stops */
221 /* Define to `long' if <sys/types.h> doesn't define. */
223 #define off_t long
226 /* Define if you need to in order for stat and other things to work. */
229 /* Define as the return type of signal handlers (int or void). */
230 #define RETSIGTYPE void
235 * Define exactly one of the following to be 1:
247 #define HAVE_POSIX_REGCOMP 1
249 #define NO_REGEX 1
252 /* Define HAVE_VOID if your compiler supports the "void" type. */
253 #define HAVE_VOID 1
255 /* Define HAVE_CONST if your compiler supports the "const" modifier. */
256 #define HAVE_CONST 1
258 /* Define HAVE_TIME_T if your system supports the "time_t" type. */
259 #define HAVE_TIME_T 1
261 /* Define HAVE_STRERROR if you have the strerror() function. */
262 #define HAVE_STRERROR 1
264 /* Define HAVE_FILENO if you have the fileno() macro. */
265 #define HAVE_FILENO 1
267 /* Define HAVE_ERRNO if you have the errno variable */
268 /* Define MUST_DEFINE_ERRNO if you have errno but it is not defined
271 #define HAVE_ERRNO 1
272 #define MUST_DEFINE_ERRNO 0
274 #define HAVE_ERRNO 1
275 #define MUST_DEFINE_ERRNO 1
278 /* Define HAVE_SYS_ERRLIST if you have the sys_errlist[] variable */
279 #define HAVE_SYS_ERRLIST 1
281 /* Define HAVE_OSPEED if your termcap library has the ospeed variable */
282 /* Define MUST_DEFINE_OSPEED if you have ospeed but it is not defined
284 #define HAVE_OSPEED 0
285 #define MUST_DEFINE_OSPEED 0
287 /* Define HAVE_LOCALE if you have locale.h and setlocale. */
288 #define HAVE_LOCALE 0
290 /* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr */
291 #define HAVE_TERMIOS_FUNCS 0
293 /* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower */
294 #define HAVE_UPPER_LOWER 1
296 /* Define if you have the _setjmp function. */
298 #define HAVE__SETJMP 0
300 #define HAVE__SETJMP 1
303 /* Define if you have the memcpy function. */
304 #define HAVE_MEMCPY 1
306 /* Define if you have the popen function. */
308 #define HAVE_POPEN 1
310 #define HAVE_POPEN 0
313 /* Define if you have the sigsetmask function. */
314 #define HAVE_SIGSETMASK 0
316 /* Define if you have the sigprocmask function. */
317 #define HAVE_SIGPROCMASK 0
319 /* Define if you have the sigset_t type and sigemptyset macro */
320 #define HAVE_SIGSET_T 0
321 #define HAVE_SIGEMPTYSET 0
323 /* Define if you have the stat function. */
324 #define HAVE_STAT 1
326 /* Define if you have the strchr function. */
327 #define HAVE_STRCHR 1
329 /* Define if you have the system function. */
330 #define HAVE_SYSTEM 1
332 /* Define if you have the snprintf function. */
333 #define HAVE_SNPRINTF 0
335 /* Define if you have the <ctype.h> header file. */
336 #define HAVE_CTYPE_H 1
338 /* Define if you have the <wctype.h> header file. */
339 #define HAVE_WCTYPE_H 0
341 /* Define if you have the <errno.h> header file. */
342 #define HAVE_ERRNO_H 1
344 /* Define if you have the <fcntl.h> header file. */
345 #define HAVE_FCNTL_H 1
347 /* Define if you have the <limits.h> header file. */
348 #define HAVE_LIMITS_H 1
350 /* Define if you have the <stdio.h> header file. */
351 #define HAVE_STDIO_H 1
353 /* Define if you have the <stdlib> header file. */
354 #define HAVE_STDLIB_H 1
356 /* Define if you have the <string.h> header file. */
357 #define HAVE_STRING_H 1
359 /* Define if you have the <sys/ioctl.h> header file. */
360 #define HAVE_SYS_IOCTL_H 0
362 /* Define if you have the <sys/ptem.h> header file. */
363 #define HAVE_SYS_PTEM_H 0
365 /* Define if you have the <sys/stream.h> header file. */
366 #define HAVE_SYS_STREAM_H 0
368 /* Define if you have the <termcap.h> header file. */
369 #define HAVE_TERMCAP_H 0
371 /* Define if you have the <termio.h> header file. */
372 #define HAVE_TERMIO_H 0
374 /* Define if you have the <termios.h> header file. */
375 #define HAVE_TERMIOS_H 0
377 /* Define if you have the <time.h> header file. */
378 #define HAVE_TIME_H 1
380 /* Define if you have the <unistd.h> header file. */
382 #define HAVE_UNISTD_H 1
384 #define HAVE_UNISTD_H 0
387 /* Define if you have the <values.h> header file. */
389 #define HAVE_VALUES_H 0
391 #define HAVE_VALUES_H 1
398 #define videoconfig _videoconfig
399 #define rccoord _rccoord
400 #define O_RDONLY _O_RDONLY
401 #define O_WRONLY _O_WRONLY
402 #define O_APPEND _O_APPEND
403 #define O_BINARY _O_BINARY
404 #define O_TEXT _O_TEXT
405 #define find_t _find_t
406 #define stat _stat
407 #define S_IFMT _S_IFMT
408 #define S_IFDIR _S_IFDIR
409 #define S_IFREG _S_IFREG
410 #define dup _dup
411 #define open _open
412 #define lseek _lseek
413 #define write _write
414 #define creat _creat
415 #define fstat _fstat
416 #define isatty _isatty
417 #define close _close
418 #define read _read
419 #define ungetch _ungetch
420 #define kbhit _kbhit
421 #define getch _getch