Lines Matching refs:define
25 #define SECURE 0
31 #define SHELL_ESCAPE (!SECURE)
36 #define EXAMINE (!SECURE)
42 #define TAB_COMPLETE_FILENAME 1
48 #define CMD_HISTORY 1
54 #define HILITE_SEARCH 1
61 #define EDITOR (!SECURE)
62 #define EDIT_PGM "umacs"
67 #define TAGS (!SECURE)
73 #define USERFILE (!SECURE)
80 #define GLOB (!SECURE)
86 #define PIPEC (!SECURE)
91 #define LOGFILE (!SECURE)
97 #define GNU_OPTIONS 1
104 #define ONLY_RETURN 0
115 #define LESSKEYFILE ".less"
116 #define LESSKEYFILE_SYS "/.sysless"
117 #define DEF_LESSKEYINFILE ".lesskey"
118 #define LESSKEYINFILE_SYS "/.syslesskey"
119 #define LESSHISTFILE ".lesshst"
126 /* #define _OSK 1 */
127 #define OS2 0
128 #define MSDOS_COMPILER 0
133 #define PATHNAME_SEP "/"
138 #define HAVE_ANSI_PROTOS 1
143 #define HAVE_SYS_TYPES_H 0
146 * Define if you have the <sgstat.h> header file.
148 #define HAVE_SGSTAT_H 1
155 #define HAVE_PERROR 0
157 #define HAVE_PERROR 1
163 #define HAVE_TIME 1
168 #define HAVE_SHELL 0
173 #define DEF_METACHARS "; \t\n'\"()<>|&^`#\\"
174 #define DEF_METAESCAPE "\\"
179 #define HAVE_DUP 0
181 /* Define to 1 to support reading lesskey source files (not just binary). */
182 #define HAVE_LESSKEYSRC 1
188 #define CMDBUF_SIZE 512 /* Buffer for multichar commands */
189 #define UNGOT_SIZE 100 /* Max chars to unget() */
190 #define LINEBUF_SIZE 1024 /* Max size of line in input file */
191 #define OUTBUF_SIZE 1024 /* Output buffer */
192 #define PROMPT_SIZE 200 /* Max size of prompt string */
193 #define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
194 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
195 #define TAGLINE_SIZE 512 /* Max size of line in tags file */
196 #define TABSTOP_MAX 32 /* Max number of custom tab stops */
198 #define CMDBUF_SIZE 2048 /* Buffer for multichar commands */
199 #define UNGOT_SIZE 200 /* Max chars to unget() */
200 #define LINEBUF_SIZE 1024 /* Initial max size of line in input file */
201 #define OUTBUF_SIZE 1024 /* Output buffer */
202 #define PROMPT_SIZE 2048 /* Max size of prompt string */
203 #define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
204 #define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
205 #define TAGLINE_SIZE 1024 /* Max size of line in tags file */
206 #define TABSTOP_MAX 128 /* Max number of custom tab stops */
209 /* Define to `long' if <sys/types.h> doesn't define. */
210 #define off_t long
212 /* Define if you need to in order for stat and other things to work. */
213 #define _POSIX_SOURCE 0
215 /* Define as the return type of signal handlers (int or void). */
217 #define RETSIGTYPE int
219 #define RETSIGTYPE void
225 * Define exactly one of the following to be 1:
232 #define HAVE_POSIX_REGCOMP 0
233 #define HAVE_RE_COMP 0
234 #define HAVE_REGCMP 0
235 #define HAVE_V8_REGCOMP 1
236 #define NO_REGEX 0
237 #define HAVE_REGEXEC2 1
239 /* Define HAVE_VOID if your compiler supports the "void" type. */
240 #define HAVE_VOID 1
242 /* Define HAVE_CONST if your compiler supports the "const" modifier. */
243 #define HAVE_CONST 0
245 /* Define HAVE_TIME_T if your system supports the "time_t" type. */
246 #define HAVE_TIME_T 1
248 /* Define HAVE_STRERROR if you have the strerror() function. */
249 #define HAVE_STRERROR 0
251 /* Define HAVE_FILENO if you have the fileno() macro. */
252 #define HAVE_FILENO 1
254 /* Define HAVE_ERRNO if you have the errno variable */
255 /* Define MUST_DEFINE_ERRNO if you have errno but it is not define
257 #define HAVE_ERRNO 1
258 #define MUST_DEFINE_ERRNO 0
260 /* Define HAVE_SYS_ERRLIST if you have the sys_errlist[] variable */
261 #define HAVE_SYS_ERRLIST 0
263 /* Define HAVE_OSPEED if your termcap library has the ospeed variable */
264 /* Define MUST_DEFINE_OSPEED if you have ospeed but it is not defined
266 #define HAVE_OSPEED 0
267 #define MUST_DEFINE_OSPEED 0
269 /* Define HAVE_LOCALE if you have locale.h and setlocale. */
270 #define HAVE_LOCALE 0
272 /* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr */
273 #define HAVE_TERMIOS_FUNCS 0
275 /* Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower */
276 #define HAVE_UPPER_LOWER 1
278 /* Define if you have the _setjmp function. */
279 #define HAVE__SETJMP 1
281 /* Define if you have the memcpy function. */
282 #define HAVE_MEMCPY 1
284 /* Define if you have the popen function. */
285 #define HAVE_POPEN 1
287 /* Define if you have the sigsetmask function. */
288 #define HAVE_SIGSETMASK 0
290 /* Define if you have the sigprocmask function. */
291 #define HAVE_SIGPROCMASK 0
293 /* Define if you have the sigset_t type and sigemptyset macro */
294 #define HAVE_SIGSET_T 0
295 #define HAVE_SIGEMPTYSET 0
297 /* Define if you have the stat function. */
298 #define HAVE_STAT 0
300 /* Define if you have the strchr function. */
301 #define HAVE_STRCHR 0
303 /* Define if you have the system function. */
304 #define HAVE_SYSTEM 1
306 /* Define if you have the snprintf function. */
307 #define HAVE_SNPRINTF 0
309 /* Define if you have the <ctype.h> header file. */
310 #define HAVE_CTYPE_H 1
312 /* Define if you have the <wctype.h> header file. */
313 #define HAVE_WCTYPE_H 0
315 /* Define if you have the <errno.h> header file. */
316 #define HAVE_ERRNO_H 1
318 /* Define if you have the <fcntl.h> header file. */
319 #define HAVE_FCNTL_H 0
321 /* Define if you have the <limits.h> header file. */
322 #define HAVE_LIMITS_H 0
324 /* Define if you have the <stdio.h> header file. */
325 #define HAVE_STDIO_H 1
327 /* Define if you have the <string.h> header file. */
328 #define HAVE_STRING_H 1
330 /* Define if you have the <stdlib> header file. */
332 #define HAVE_STDLIB_H 0
334 #define HAVE_STDLIB_H 1
337 /* Define if you have the <sys/ioctl.h> header file. */
338 #define HAVE_SYS_IOCTL_H 0
340 /* Define if you have the <sys/ptem.h> header file. */
341 #define HAVE_SYS_PTEM_H 0
343 /* Define if you have the <sys/stream.h> header file. */
344 #define HAVE_SYS_STREAM_H 0
346 /* Define if you have the <termcap.h> header file. */
347 #define HAVE_TERMCAP_H 1
349 /* Define if you have the <termio.h> header file. */
350 #define HAVE_TERMIO_H 0
352 /* Define if you have the <termios.h> header file. */
353 #define HAVE_TERMIOS_H 0
355 /* Define if you have the <time.h> header file. */
356 #define HAVE_TIME_H 1
358 /* Define if you have the <unistd.h> header file. */
359 #define HAVE_UNISTD_H 0
361 /* Define if you have the <values.h> header file. */
362 #define HAVE_VALUES_H 0