From: Todd C. Miller Date: Tue, 7 Feb 2012 16:45:11 +0000 (-0500) Subject: No longer need to define _PATH_SUDO_CONF here. X-Git-Tag: SUDO_1_8_4~15^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4d3f289f3fa1ccafeb2947eed62916914b0c615;p=sudo No longer need to define _PATH_SUDO_CONF here. --- diff --git a/src/Makefile.in b/src/Makefile.in index 5315a29f1..b6ab4c094 100644 --- 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. ####