Module Name:    src
Committed By:   lukem
Date:           Tue May 23 20:22:11 UTC 2023

Modified Files:
        src/tools/compat: configure nbtool_config.h.in

Log Message:
tools/compat: regen for dispatch_semaphore_create


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/tools/compat/configure
cvs rdiff -u -r1.53 -r1.54 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.99 src/tools/compat/configure:1.100
--- src/tools/compat/configure:1.99	Thu Feb 25 13:41:58 2021
+++ src/tools/compat/configure	Tue May 23 20:22:11 2023
@@ -5294,6 +5294,7 @@ _ACEOF
 fi
 
 for ac_func in atoll asprintf asnprintf basename devname dirfd dirname \
+	dispatch_semaphore_create \
 	dprintf esetfunc fgetln flock fpurge __fpurge futimes getline \
 	getopt getopt_long group_from_gid gid_from_group \
 	heapsort isblank issetugid lchflags lchmod lchown lutimes mkstemp \

Index: src/tools/compat/nbtool_config.h.in
diff -u src/tools/compat/nbtool_config.h.in:1.53 src/tools/compat/nbtool_config.h.in:1.54
--- src/tools/compat/nbtool_config.h.in:1.53	Thu Feb 25 13:41:58 2021
+++ src/tools/compat/nbtool_config.h.in	Tue May 23 20:22:11 2023
@@ -1,6 +1,6 @@
 /* nbtool_config.h.in.  Generated from configure.ac by autoheader.  */
 
-/*      $NetBSD: nbtool_config.h.in,v 1.53 2021/02/25 13:41:58 christos Exp $    */
+/*      $NetBSD: nbtool_config.h.in,v 1.54 2023/05/23 20:22:11 lukem Exp $    */
  
 #ifndef __NETBSD_NBTOOL_CONFIG_H__
 #define __NETBSD_NBTOOL_CONFIG_H__
@@ -8,7 +8,7 @@
 /* Define if building universal (internal helper macro) */
 #undef AC_APPLE_UNIVERSAL_BUILD
 
-/* Define to 1 if your `fparseln' function is broken. */
+/* Define to 1 if your 'fparseln' function is broken. */
 #undef BROKEN_FPARSELN
 
 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
@@ -437,6 +437,9 @@
 /* Define to 1 if `__dd_fd' is a member of `DIR'. */
 #undef HAVE_DIR___DD_FD
 
+/* Define to 1 if you have the `dispatch_semaphore_create' function. */
+#undef HAVE_DISPATCH_SEMAPHORE_CREATE
+
 /* Define to 1 if you have the `dprintf' function. */
 #undef HAVE_DPRINTF
 

Reply via email to