Module Name: src
Committed By: kre
Date: Thu Oct 31 17:06:17 UTC 2024
Modified Files:
src/tools/compat: configure nbtool_config.h.in
Log Message:
Regen for added shquote()
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/tools/compat/configure
cvs rdiff -u -r1.56 -r1.57 src/tools/compat/nbtool_config.h.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/compat/configure
diff -u src/tools/compat/configure:1.105 src/tools/compat/configure:1.106
--- src/tools/compat/configure:1.105 Thu Jul 20 16:22:30 2023
+++ src/tools/compat/configure Thu Oct 31 17:06:17 2024
@@ -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>
Index: src/tools/compat/nbtool_config.h.in
diff -u src/tools/compat/nbtool_config.h.in:1.56 src/tools/compat/nbtool_config.h.in:1.57
--- src/tools/compat/nbtool_config.h.in:1.56 Thu Jul 20 16:22:30 2023
+++ src/tools/compat/nbtool_config.h.in Thu Oct 31 17:06:17 2024
@@ -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__
@@ -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