Lines Matching refs:SECURE
19 * SECURE is 1 if you wish to disable a bunch of features in order to
21 * SECURE_COMPILE is set by the --with-secure configure option.
23 #define SECURE SECURE_COMPILE
29 #define SHELL_ESCAPE (!SECURE)
34 #define EXAMINE (!SECURE)
40 #define TAB_COMPLETE_FILENAME (!SECURE)
59 #define EDITOR (!SECURE)
64 #define TAGS (!SECURE)
70 #define USERFILE (!SECURE)
77 #define GLOB (!SECURE)
83 #define PIPEC (!SECURE && HAVE_POPEN)
88 #define LOGFILE (!SECURE)
450 /* Define SECURE_COMPILE=1 to build a secure version of less. */