File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4931,6 +4931,19 @@ fi
4931
4931
cat >> confdefs.h << _ACEOF
4932
4932
#define HAVE_DECL_SETPROGNAME $ac_have_decl
4933
4933
_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
4934
4947
ac_fn_c_check_decl " $LINENO " " getprogname" " ac_cv_have_decl_getprogname" "
4935
4948
#include <stdlib.h>
4936
4949
Original file line number Diff line number Diff line change 1
1
/* nbtool_config.h.in. Generated from configure.ac by autoheader. */
2
2
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 $ */
4
4
5
5
#ifndef __NETBSD_NBTOOL_CONFIG_H__
6
6
#define __NETBSD_NBTOOL_CONFIG_H__
314
314
don't. */
315
315
#undef HAVE_DECL_SETPROGNAME
316
316
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
+
317
321
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
318
322
don't. */
319
323
#undef HAVE_DECL_SNPRINTF
You can’t perform that action at this time.
0 commit comments