$NetBSD: patch-ag,v 1.5 2025/10/20 18:32:10 vins Exp $

Add definitions for stropts.h header and `updwtmpx' function.

--- autoconf/config.h.in.orig	2003-02-20 00:35:55.000000000 +0000
+++ autoconf/config.h.in
@@ -123,6 +123,9 @@
 /* Define to 1 if you have the <sys/strredir.h> header file. */
 #undef HAVE_SYS_STRREDIR_H
 
+/* Define to 1 if you have the <sys/stropts.h> header file. */
+#undef HAVE_SYS_STROPTS_H
+
 /* Define to 1 if you have the <sys/time.h> header file. */
 #undef HAVE_SYS_TIME_H
 
@@ -150,12 +153,18 @@
 /* Define to 1 if you have the `updwtmp' function. */
 #undef HAVE_UPDWTMP
 
+/* Define to 1 if you have the `updwtmpx' function. */
+#undef HAVE_UPDWTMPX
+
 /* Define to 1 if you have the <utmpx.h> header file. */
 #undef HAVE_UTMPX_H
 
 /* Define if struct utmpx contains ut_host */
 #undef HAVE_UTMPX_HOST
 
+/* Define if struct utmpx contains ut_session */
+#undef HAVE_UTMPX_SESSION
+
 /* Define to 1 if you have the <utmp.h> header file. */
 #undef HAVE_UTMP_H
 
