summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches/patch-ag
blob: 9ff221b264f2fe52cedc294edaac99befe0eb509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$NetBSD: patch-ag,v 1.4 2004/09/15 18:29:20 minskim Exp $

--- autoconf/config.h.in.orig	Wed Feb 19 18:35:55 2003
+++ 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,11 +153,17 @@
 /* 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