summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2023-03-16 15:01:41 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2023-03-16 15:01:41 -0600
commitaf61b1e4a91edd239d106b7f6b44a1b3e3e39c9b (patch)
tree53f4eda64ee389b80ecd94534d27a4c678e1e14e /config.h.in
parent69e9ba21117f85868b583973ebc6970326593753 (diff)
downloadsudo-af61b1e4a91edd239d106b7f6b44a1b3e3e39c9b.tar.gz
Remove portable getcwd.c, nothing uses it anymore.
Any operating system supported by sudo already includes getcwd(3).
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index c1fcad17d..fa1b431d4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1240,9 +1240,6 @@
/* The passwd prompt timeout (in minutes). */
#undef PASSWORD_TIMEOUT
-/* Define to 1 to enable replacement getcwd if system getcwd is broken. */
-#undef PREFER_PORTABLE_GETCWD
-
/* Enable replacement (v)snprintf if system (v)snprintf is broken. */
#undef PREFER_PORTABLE_SNPRINTF