Skip to content

Commit

Permalink
Regen for added shquote()
Browse files Browse the repository at this point in the history
  • Loading branch information
kre committed Oct 31, 2024
1 parent 9b86dc8 commit 545c64c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions tools/compat/configure
Original file line number Diff line number Diff line change
Expand Up @@ -4931,6 +4931,19 @@ fi
cat >>confdefs.h <<_ACEOF
#define HAVE_DECL_SETPROGNAME $ac_have_decl
_ACEOF
ac_fn_c_check_decl "$LINENO" "shquote" "ac_cv_have_decl_shquote" "
#include <stdlib.h>
"
if test "x$ac_cv_have_decl_shquote" = xyes; then :
ac_have_decl=1
else
ac_have_decl=0
fi
cat >>confdefs.h <<_ACEOF
#define HAVE_DECL_SHQUOTE $ac_have_decl
_ACEOF
ac_fn_c_check_decl "$LINENO" "getprogname" "ac_cv_have_decl_getprogname" "
#include <stdlib.h>
Expand Down
6 changes: 5 additions & 1 deletion tools/compat/nbtool_config.h.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* nbtool_config.h.in. Generated from configure.ac by autoheader. */

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

#ifndef __NETBSD_NBTOOL_CONFIG_H__
#define __NETBSD_NBTOOL_CONFIG_H__
Expand Down Expand Up @@ -314,6 +314,10 @@
don't. */
#undef HAVE_DECL_SETPROGNAME

/* Define to 1 if you have the declaration of `shquote', and to 0 if you
don't. */
#undef HAVE_DECL_SHQUOTE

/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
don't. */
#undef HAVE_DECL_SNPRINTF
Expand Down

0 comments on commit 545c64c

Please sign in to comment.