]> granicus.if.org Git - sudo/commitdiff
USE_REALPATH turned off
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Mar 1995 01:39:38 +0000 (01:39 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 26 Mar 1995 01:39:38 +0000 (01:39 +0000)
options.h

index bef9b60ae91bf0978d2c9f11e3bdd8f5f6495c61..cad0b46d67bb4968b26a90a5c02062361fe7de39 100644 (file)
--- a/options.h
+++ b/options.h
@@ -53,7 +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 */
+/*#define USE_REALPATH         /* use sudo_realpath() to expand paths */
 
 /**********  You probably don't want to modify anything below here  ***********/