summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2012-02-06 10:56:39 -0500
committerTodd C. Miller <Todd.Miller@courtesan.com>2012-02-06 10:56:39 -0500
commit833fd9e50ac71e8d60eb58ff133fb94b35f6760a (patch)
tree283cd64f1d2fd46c5d9578689e660bec6449e354 /config.h.in
parent331c96e47e8b7cd25827678fc152e99c008bc492 (diff)
downloadsudo-833fd9e50ac71e8d60eb58ff133fb94b35f6760a.tar.gz
Make a copy of the struct passwd in exec_setup() to make sure nothing
in the policy init modifies it.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 42da87a02..bab0510c1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -396,6 +396,9 @@
/* Define to 1 if you have the <pty.h> header file. */
#undef HAVE_PTY_H
+/* Define to 1 if you have the `pw_dup' function. */
+#undef HAVE_PW_DUP
+
/* Define to 1 if you have the `random' function. */
#undef HAVE_RANDOM