2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

added _PATH_DEV

This commit is contained in:
Todd C. Miller 1995-09-03 18:12:00 +00:00
parent 62b47b8b91
commit 1f0b6dbfd5

View File

@ -28,6 +28,10 @@
#include <paths.h>
#endif /* HAVE_PATHS_H */
#ifndef _PATH_DEV
#define _PATH_DEV "/dev/"
#endif /* _PATH_DEV */
#ifndef _PATH_SUDO_SUDOERS
#define _PATH_SUDO_SUDOERS "/etc/sudoers"
#endif /* _PATH_SUDO_SUDOERS */