2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

added USE_EXECVE

This commit is contained in:
Todd C. Miller
1994-02-16 18:31:43 +00:00
parent 8f341c3822
commit d0621cb553

3
sudo.h
View File

@@ -105,6 +105,9 @@
insults (must define USE_INSULTS too)
STD_HEADERS if you have ansi-compliant header files
USE_EXECVE if you want to use execve() instead of
execvp()
*/