summaryrefslogtreecommitdiff
path: root/japanese/rxvt/files/patch-ak
blob: 9e5ea4843136f784f572d00a647e7ce9354394c9 (plain) (blame)
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
33
34
35
36
*** autoconf/config.h.in.orig	Tue Aug 17 15:55:41 1999
--- autoconf/config.h.in	Fri Sep 10 21:10:39 1999
***************
*** 161,167 ****
  #undef HAVE_UTMP_HOST
  
  /* Define location of utmp */
! #undef RXVT_UTMP_FILE
  
  /* Define in utmpx.h has struct utmpx */
  #undef HAVE_STRUCT_UTMPX
--- 161,167 ----
  #undef HAVE_UTMP_HOST
  
  /* Define location of utmp */
! #define RXVT_UTMP_FILE "/var/run/utmp"
  
  /* Define in utmpx.h has struct utmpx */
  #undef HAVE_STRUCT_UTMPX
***************
*** 173,179 ****
  #undef RXVT_UTMPX_FILE
  
  /* Define location of wtmp */
! #undef RXVT_WTMP_FILE
  
  /* Define location of wtmpx */
  #undef RXVT_WTMPX_FILE
--- 173,179 ----
  #undef RXVT_UTMPX_FILE
  
  /* Define location of wtmp */
! #define RXVT_WTMP_FILE "/var/log/wtmp"
  
  /* Define location of wtmpx */
  #undef RXVT_WTMPX_FILE