]> granicus.if.org Git - sudo/commitdiff
added EXEC macro
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 29 May 1994 22:37:13 +0000 (22:37 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 29 May 1994 22:37:13 +0000 (22:37 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index 92850185368c221993160751c4dbed507d2d21e0..a6a01c4c9d81b16194c21e4636884c6723bec754 100644 (file)
--- a/sudo.h
+++ b/sudo.h
 
 /**********  You probably don't want to modify anything below here  ***********/
 
+#ifdef USE_EXECV
+#  define EXEC execv
+#else
+#  define EXEC execvp
+#endif /* USE_EXECV */
+
 /* Max length for a command */
 #define MAXCOMMANDLENGTH       MAXPATHLEN