summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2022-09-22 11:34:00 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2022-09-22 11:34:00 -0600
commit8a76575532565a7641257799842509c1dbaa5193 (patch)
tree32d167568be55cd7e80a819922ec89917cdade24 /config.h.in
parentb864d1ef58a5e47e6b60c9a218ffab28de05d2ee (diff)
downloadsudo-8a76575532565a7641257799842509c1dbaa5193.tar.gz
Use mkdtempat_np() and mkostempsat_np() on macOS
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index 32dbb9879..ba4d00056 100644
--- a/config.h.in
+++ b/config.h.in
@@ -602,17 +602,17 @@
/* Define to 1 if you have the `mkdirat' function. */
#undef HAVE_MKDIRAT
-/* Define to 1 if you have the `mkdtemp' function. */
-#undef HAVE_MKDTEMP
-
/* Define to 1 if you have the `mkdtempat' function. */
#undef HAVE_MKDTEMPAT
+/* Define to 1 if you have the `mkdtempat_np' function. */
+#undef HAVE_MKDTEMPAT_NP
+
/* Define to 1 if you have the `mkostempsat' function. */
#undef HAVE_MKOSTEMPSAT
-/* Define to 1 if you have the `mkstemps' function. */
-#undef HAVE_MKSTEMPS
+/* Define to 1 if you have the `mkostempsat_np' function. */
+#undef HAVE_MKOSTEMPSAT_NP
/* Define to 1 if you have the <mps/ldap_ssl.h> header file. */
#undef HAVE_MPS_LDAP_SSL_H