]> granicus.if.org Git - sudo/commitdiff
Use: #include <config.h>
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 19 Nov 2004 18:39:14 +0000 (18:39 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 19 Nov 2004 18:39:14 +0000 (18:39 +0000)
Not: #include "config.h"
That way we get the correct config.h when build dir != src dir

56 files changed:
alias.c
alloc.c
auth/afs.c
auth/aix_auth.c
auth/bsdauth.c
auth/dce.c
auth/fwtk.c
auth/kerb4.c
auth/kerb5.c
auth/pam.c
auth/passwd.c
auth/rfc1938.c
auth/secureware.c
auth/securid.c
auth/securid5.c
auth/sia.c
auth/sudo_auth.c
check.c
closefrom.c
defaults.c
env.c
error.c
fileops.c
find_path.c
fnmatch.c
getcwd.c
getprogname.c
getspwuid.c
gettime.c
glob.c
goodpath.c
gram.c
gram.y
interfaces.c
ldap.c
logging.c
match.c
mon_systrace.c
parse.c
redblack.c
set_perms.c
snprintf.c
strcasecmp.c
strerror.c
strlcat.c
strlcpy.c
sudo.c
sudo_edit.c
sudo_noexec.c
testsudoers.c
tgetpass.c
toke.c
toke.l
utimes.c
visudo.c
zero_bytes.c

diff --git a/alias.c b/alias.c
index b6320e13c54eeabf00926392aa4a87625aca3de2..da6895cf9a74bb5bc42a1981c55651c688f8cbdd 100644 (file)
--- a/alias.c
+++ b/alias.c
@@ -20,7 +20,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
diff --git a/alloc.c b/alloc.c
index d103a8c050f251b97af5bf2f3b28a6252a470a99..4697d9245aaf64c2ed75ea52ad5eaaba4b3d02f0 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index c4783cb6f3a0a3483c17d9c78d9ac3b7cb25ce31..7a98ff6dfd72fb08ce09dea5639e3bb9e7190ebb 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/param.h>
 #include <sys/types.h>
index 16f4ed99e0c7b4d0ee2a21b249c60cd333703cf3..8afe4e48b3df788fcd0f7a8bafe3a6062edaf391 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 7f3e1404d0cd965818906fde365633149c691ac3..3bc32175e3781dd9224b6dce10979ebb1f8deb52 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index f54d8501af4ebf8c08bacbc26cff26fc2ecada8c..7f4db3d9eb6bfa2b71c409a46c9e873ba7926a08 100644 (file)
@@ -33,7 +33,7 @@
  *  DCE 1.1).
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 0ecc48d6d80b31e6cd21f12832e58e89fc81a228..e9740d6fc4b66a612a16ab08db0fbd111653df83 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 3095f72b0bb21cc253a206264d2b9c0c6d8a3174..f1b51994acc0b5daf3086fcad0d0bfffa9d792e8 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 3d477eb3376e37822cfed545ed2d2fccb11e96d2..d1e9cd4a8f9fc5eb1d7b186d32d35fd3d845f414 100644 (file)
@@ -21,7 +21,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 256d130b95f9f24662fcd65c785f620482f2abf4..ca2995616d47c4ca8f2fb796bcd5afe0183cfb01 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index d0f4cd0dc62b6e8e150725c5c00709a008930ca8..1eeb6f23cbb63fe6faa4e635c602e1df0b05dd98 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index ddf13f0174be00b69959aaf1db8a47eb8c3c24ff..19d815b96939758264a38c72835c6e8b405d244d 100644 (file)
@@ -19,7 +19,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 9e9ffa27115dd2c3bd7adcbb2fbd55e9c890d6e9..bbfaa7fbfd29cba0fa94228c137e9a1fe58e3e58 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index fe88a698aeba3731f6d44fe199df1faa0ed434e0..134e688d988426394967776a82e824f8929daa6f 100644 (file)
@@ -21,7 +21,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index f5cd7aefcf25d064f6c564a83dbfe19b12c2bc5e..5a2f40ea56303ce70425755ba8b73b33206a5dfd 100644 (file)
@@ -22,7 +22,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index a540535a5c292817a62e99ac74c59ba6eb30676a..356bcb7fcac86d7a93832963e59ace6c95eabe17 100644 (file)
@@ -20,7 +20,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index dc75303919c00620daf5c42fc5775ab7d2972450..f9173cc3fda95610b7065889db674a6e8c213d25 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
diff --git a/check.c b/check.c
index d55a96fe89e71537ff572c309c32cba006d581ae..81f754bb011e0c244a930becb5d8c52222786480 100644 (file)
--- a/check.c
+++ b/check.c
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 1f04e9900fab7dd6fe454bbc5fe8e2955a3fd01c..70336acd4183ea9dd237bc5d921a2e55af2040d8 100644 (file)
@@ -14,7 +14,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index a081e48b2e7fc59fc73932457a2ebabb6850f372..65472191cf651967dc1a4d8261099cf0b5e8500e 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -46,7 +46,7 @@
 
 #include "sudo.h"
 #include "parse.h"
-#include "gram.h"
+#include <gram.h>
 
 #ifndef lint
 static const char rcsid[] = "$Sudo$";
diff --git a/env.c b/env.c
index 4f38603499890e62caa20565474c3a29d65b9344..2e13a33968feaf365399827a4c63993b50f2513c 100644 (file)
--- a/env.c
+++ b/env.c
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
diff --git a/error.c b/error.c
index e70ded711832d3cfb838fa11fab6f6a74805e19d..e25fecc52c5142cc7fa7ab0af8b7ab50a5a42cf2 100644 (file)
--- a/error.c
+++ b/error.c
@@ -19,7 +19,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "config.h"
+#include <config.h>
 #include "compat.h"
 #include "error.h"
 
index f36a7400fa229a398109ea4dc296de723ae5c332..abd487358f000d2daf0071855ad14ba8965d2eb8 100644 (file)
--- a/fileops.c
+++ b/fileops.c
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 3045fd1368565ee3bf5ce2d0ca13afec8cd5a8c2..7ec916dd51631e75e5689709c61c4635c1c704fe 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 4a9c4d3f9f91747cc698e5fc51a5eefed4720cfb..cbf4fd25b307b9787a134ed04f63b7539c085c74 100644 (file)
--- a/fnmatch.c
+++ b/fnmatch.c
@@ -39,7 +39,7 @@ static char rcsid[] = "$OpenBSD: fnmatch.c,v 1.6 1998/03/19 00:29:59 millert Exp
  * Compares a filename or pathname to a pattern.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <stdio.h>
 #include <ctype.h>
index 2f39ecb42c2a68102fc74eec14561bc611c8ffda..da3c2c0235ef240ba65ca55011e0e74d3c84b8c3 100644 (file)
--- a/getcwd.c
+++ b/getcwd.c
@@ -27,7 +27,7 @@
  * SUCH DAMAGE.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/param.h>
 #include <sys/stat.h>
index 867bb6e94ef2294db7fc688278d3f9010f1d41a9..eff79fdcc2574e71603ef9a5a8f47d8899f75951 100644 (file)
@@ -21,7 +21,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "config.h"
+#include <config.h>
 
 #ifndef lint
 static const char rcsid[] = "$Sudo$";
index 463f44b4033000ab38fc67998442e396221e9d22..68b5f1f3368172969e4c63bb93782fa639c899c5 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
index dc426becb72764d1bafe62c715e152362ed29af7..cdc0a46ac567d5e7da12b0eb076cce689c10b950 100644 (file)
--- a/gettime.c
+++ b/gettime.c
@@ -19,7 +19,7 @@
 #include <time.h>
 #include <stdio.h>
 
-#include "config.h"
+#include <config.h>
 #include <compat.h>
 
 #ifndef lint
diff --git a/glob.c b/glob.c
index ac98020e55ae3907160b7b70b9d6007a05978e23..45d01281a7e82379c677d074d57d43de790abc46 100644 (file)
--- a/glob.c
+++ b/glob.c
@@ -51,7 +51,7 @@
  *     Number of matches in the current invocation of glob.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/param.h>
 #include <sys/stat.h>
index fdfb50151bce005a6f6c8e7597e5d26a5f4fd060..af8c55479843adaaab60dec1f1a94242cffc0c5f 100644 (file)
@@ -19,7 +19,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
diff --git a/gram.c b/gram.c
index 98050141053a142794ae4026086dad08942cf04a..3afdb82d4a005918eed2d1b6ab167cbd3bc0ce6e 100644 (file)
--- a/gram.c
+++ b/gram.c
@@ -39,7 +39,7 @@ static char yyrcsid[]
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
diff --git a/gram.y b/gram.y
index ba653e353a64a827001b81d35a75a2274ba28d5c..bbbd4bd96fd1462d7f067bee8b77098b11e3172c 100644 (file)
--- a/gram.y
+++ b/gram.y
@@ -21,7 +21,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index c2fb8349bbcfa6b204e0a5edc1a73b551da24c0e..d009eef3f94375014bdabbd22211470bb6142c0d 100644 (file)
@@ -27,7 +27,7 @@ struct mbuf;
 struct rtentry;
 #endif
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/socket.h>
diff --git a/ldap.c b/ldap.c
index b07cc5ed68899b6d0bab02faecfe2b786ffca430..b36aceb245dd8184d26f5a490b52e26b7f9432eb 100644 (file)
--- a/ldap.c
+++ b/ldap.c
@@ -14,7 +14,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index cf9053d7bb516263ca4ad5605e253a72e1c1ec93..e28f65d21c35a493adc6e240b5cec6cae8c199ba 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -22,7 +22,7 @@
 # include <floss.h>
 #endif
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
diff --git a/match.c b/match.c
index 59dbd82c97f4c4f7a1c60d84a8a34428df09fb9a..bf1f6f7e25c59e15136c2f96f7827db2138f4daa 100644 (file)
--- a/match.c
+++ b/match.c
@@ -20,7 +20,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -79,7 +79,7 @@
 #include "sudo.h"
 #include "interfaces.h"
 #include "parse.h"
-#include "gram.h"
+#include <gram.h>
 
 #ifndef HAVE_FNMATCH
 # include "emul/fnmatch.h"
index a1d55fdc1a007dc7fecfcfa159f7fecb6d6f381e..9e449369cfe1c4a886ddc9414638b24235b3c3ca 100644 (file)
@@ -14,7 +14,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/param.h>
 #include <sys/ioctl.h>
diff --git a/parse.c b/parse.c
index 13825f7540a9ac3f2ece204479c42ebac24c6494..97a512f1e4af0e55a17c628c01fba0dfe634d98e 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -20,7 +20,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -48,7 +48,7 @@
 
 #include "sudo.h"
 #include "parse.h"
-#include "gram.h"
+#include <gram.h>
 
 #ifndef lint
 static const char rcsid[] = "$Sudo$";
index 5cb7e5b644e7b44412c7b01e4919c66bd1ea3d32..526d0f625c8649134adab17a419effba25ac8367 100644 (file)
@@ -14,7 +14,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 245b28697e62b7c7095884a303ec7a31200ed6d4..c01c854e627dd9c57645b461a51e855755741739 100644 (file)
@@ -18,7 +18,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 18b08b034fe6a61331a9513db8f8bbdd3a670e35..1735d2996b6206816943e104b53c7117e5108c37 100644 (file)
@@ -38,7 +38,7 @@
  * NOTE: does not support floating point.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index 1f201c0e76dbc9090d44626efbf433374c9007a9..8eabb1cab3e3968abf13ca708aa6aa678ddd03d9 100644 (file)
@@ -29,7 +29,7 @@
  * @(#)strcasecmp.c    8.1 (Berkeley) 6/4/93
  */
 
-#include "config.h"
+#include <config.h>
 #include <sys/types.h>
 
 #ifndef lint
index 0c0998157edd561d15e01d7fb15da747bbb55091..6dc08f9c5938782863eb4b890e6da396983cabb3 100644 (file)
@@ -21,7 +21,7 @@
 #include <stdio.h>
 #include <errno.h>
 
-#include "config.h"
+#include <config.h>
 
 #ifndef lint
 static const char rcsid[] = "$Sudo$";
index 088434fc3f77fd365f4a2e65be57409ab86506b2..2127b38338e86891727eb4b86f9d44d9c133c2c2 100644 (file)
--- a/strlcat.c
+++ b/strlcat.c
@@ -19,7 +19,7 @@
 #include <sys/types.h>
 #include <string.h>
 
-#include "config.h"
+#include <config.h>
 
 #ifndef lint
 static const char rcsid[] = "$Sudo$";
index d089a61292c35de8124e4b06f3d212104cf3ce4e..06a87c20743a4b236701fecd1f193a743137fc2b 100644 (file)
--- a/strlcpy.c
+++ b/strlcpy.c
@@ -18,7 +18,7 @@
 
 #include <sys/types.h>
 
-#include "config.h"
+#include <config.h>
 
 #ifndef lint
 static const char rcsid[] = "$Sudo$";
diff --git a/sudo.c b/sudo.c
index 2d3f89b60f766adeddeaa1792e59c6848d1504a8..a0bf6f3cc7895d43727a1546f852b0a661960f1b 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -27,7 +27,7 @@
 # include <floss.h>
 #endif
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 8b3a97c6edb0f22926f2aaa10fad4fcfdac3e3ca..2858a1294cc8226bb7488fbdd523cb1f0f1ee45e 100644 (file)
@@ -14,7 +14,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
index dd44301b746dd1fd504d9782377c53204feb7846..129ea3a77e1f077ae4f84e1dcb0288787ab105bb 100644 (file)
@@ -14,7 +14,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <errno.h>
 
index 7603f449df573b54f4b0b0e0af16198ad2442725..dbb717e899e4a60d471eb3edc90f3f66136b913c 100644 (file)
@@ -22,7 +22,7 @@
 
 #define _SUDO_MAIN
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -63,7 +63,7 @@
 #include "sudo.h"
 #include "interfaces.h"
 #include "parse.h"
-#include "gram.h"
+#include <gram.h>
 
 #ifndef HAVE_FNMATCH
 # include "emul/fnmatch.h"
index 2359ef8993cdce40c7a871d732257a1b410c8a2a..44a2f31a1fc6ec3aa37855426311209d6ff342ff 100644 (file)
@@ -22,7 +22,7 @@
 # include <floss.h>
 #endif
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
diff --git a/toke.c b/toke.c
index 99458375fc7d91cb5a183edb6af35f96fa21d4fd..8d6ea15a1949690e38eae7c3273aaa69b9bbdd69 100644 (file)
--- a/toke.c
+++ b/toke.c
@@ -984,7 +984,7 @@ char *yytext;
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -1013,7 +1013,7 @@ char *yytext;
 #include <ctype.h>
 #include "sudo.h"
 #include "parse.h"
-#include "gram.h"
+#include <gram.h>
 
 #ifndef lint
 static const char rcsid[] = "$Sudo$";
diff --git a/toke.l b/toke.l
index ea0f2b7f8e493da0d0990fa602d85456a4e5e82d..0c2ae92b7ec9245082fb9a1db115f0f3d265bfe8 100644 (file)
--- a/toke.l
+++ b/toke.l
@@ -22,7 +22,7 @@
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -51,7 +51,7 @@
 #include <ctype.h>
 #include "sudo.h"
 #include "parse.h"
-#include "gram.h"
+#include <gram.h>
 
 #ifndef lint
 static const char rcsid[] = "$Sudo$";
index a506094799691f008d42ffda6cc8131ad3e74526..9ba51f137b12ebec4c95370b43847ccd5bb434fe 100644 (file)
--- a/utimes.c
+++ b/utimes.c
@@ -19,7 +19,7 @@
 #include <time.h>
 #include <stdio.h>
 
-#include "config.h"
+#include <config.h>
 
 #ifdef HAVE_UTIME_H
 # include <utime.h>
index 8045721ba75af19581c5e4888af16c8769e4c3ad..75a0fd01df6018291f26936b6f9321d9c85e9541 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -28,7 +28,7 @@
 # include <floss.h>
 #endif
 
-#include "config.h"
+#include <config.h>
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -77,7 +77,7 @@
 #include "sudo.h"
 #include "interfaces.h"
 #include "parse.h"
-#include "gram.h"
+#include <gram.h>
 #include "version.h"
 
 #ifndef lint
index aee719feeea73d3e62abb4284207003cb5608ea8..0937ad38208cb0d551768cd092b01a98fd951e40 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <sys/types.h>
 
-#include "config.h"
+#include <config.h>
 
 #ifndef lint
 static const char rcsid[] = "$Sudo$";