]> granicus.if.org Git - sudo/commitdiff
added a define of USE_REALPATH
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Mar 1995 19:17:15 +0000 (19:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 24 Mar 1995 19:17:15 +0000 (19:17 +0000)
options.h

index f8c0b3a4b4c3a2f7a8c71b350e44b29a657e231a..bef9b60ae91bf0978d2c9f11e3bdd8f5f6495c61 100644 (file)
--- a/options.h
+++ b/options.h
@@ -53,6 +53,7 @@
 #define INCORRECT_PASSWORD "Sorry, try again." /* message for bad passwd */
 #define MAILSUBJECT "*** SECURITY information ***" /* subject of mail sent */
 /*#define SECURE_PATH  "/bin:/usr/ucb:/usr/bin:/usr/etc:/etc" /* secure path */
+#define USE_REALPATH           /* use sudo_realpath() to expand paths */
 
 /**********  You probably don't want to modify anything below here  ***********/