Skip to content

Commit ff7f6c4

Browse files
krekre
kre
authored and
kre
committed
Regen for added shquote()
1 parent 259d9d4 commit ff7f6c4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

tools/compat/configure

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4931,6 +4931,19 @@ fi
49314931
cat >>confdefs.h <<_ACEOF
49324932
#define HAVE_DECL_SETPROGNAME $ac_have_decl
49334933
_ACEOF
4934+
ac_fn_c_check_decl "$LINENO" "shquote" "ac_cv_have_decl_shquote" "
4935+
#include <stdlib.h>
4936+
4937+
"
4938+
if test "x$ac_cv_have_decl_shquote" = xyes; then :
4939+
ac_have_decl=1
4940+
else
4941+
ac_have_decl=0
4942+
fi
4943+
4944+
cat >>confdefs.h <<_ACEOF
4945+
#define HAVE_DECL_SHQUOTE $ac_have_decl
4946+
_ACEOF
49344947
ac_fn_c_check_decl "$LINENO" "getprogname" "ac_cv_have_decl_getprogname" "
49354948
#include <stdlib.h>
49364949

tools/compat/nbtool_config.h.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* nbtool_config.h.in. Generated from configure.ac by autoheader. */
22

3-
/* $NetBSD: nbtool_config.h.in,v 1.56 2023/07/20 16:22:30 lukem Exp $ */
3+
/* $NetBSD: nbtool_config.h.in,v 1.57 2024/10/31 17:06:17 kre Exp $ */
44

55
#ifndef __NETBSD_NBTOOL_CONFIG_H__
66
#define __NETBSD_NBTOOL_CONFIG_H__
@@ -314,6 +314,10 @@
314314
don't. */
315315
#undef HAVE_DECL_SETPROGNAME
316316

317+
/* Define to 1 if you have the declaration of `shquote', and to 0 if you
318+
don't. */
319+
#undef HAVE_DECL_SHQUOTE
320+
317321
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
318322
don't. */
319323
#undef HAVE_DECL_SNPRINTF

0 commit comments

Comments
 (0)