projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd0e10e
)
No longer need to define _PATH_SUDO_CONF here.
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Tue, 7 Feb 2012 16:45:11 +0000
(11:45 -0500)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Tue, 7 Feb 2012 16:45:11 +0000
(11:45 -0500)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 5315a29f135332dd4f49f8ce494e6cd9e395fb35..b6ab4c0948e66efe4dc95374ff7bc066fb81df3b 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-64,8
+64,7
@@
install_uid = 0
install_gid = 0
# OS dependent defines
-DEFS = @OSDEFS@ -D_PATH_SUDO_CONF=\"$(sysconfdir)/sudo.conf\" \
- -DLOCALEDIR=\"$(localedir)\"
+DEFS = @OSDEFS@ -DLOCALEDIR=\"$(localedir)\"
#### End of system configuration section. ####