From 8a76575532565a7641257799842509c1dbaa5193 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 22 Sep 2022 11:34:00 -0600 Subject: Use mkdtempat_np() and mkostempsat_np() on macOS --- config.h.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.h.in') 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 header file. */ #undef HAVE_MPS_LDAP_SSL_H -- cgit v1.2.1