comparison loginrec.h @ 969:939944f0fca9

Fix wtmp, testing for wtmp.h and wtmpx.h doesn't make sense
author Whoopie
date Wed, 13 Aug 2014 22:07:43 +0800
parents 39d872718d4b
children deed0571cacc
comparison
equal deleted inserted replaced
968:f7f6c15b0ec3 969:939944f0fca9
77 # define USE_UTMPX 77 # define USE_UTMPX
78 # endif 78 # endif
79 # if defined(HAVE_UTMP_H) && defined(UTMP_FILE) && !defined(DISABLE_UTMP) 79 # if defined(HAVE_UTMP_H) && defined(UTMP_FILE) && !defined(DISABLE_UTMP)
80 # define USE_UTMP 80 # define USE_UTMP
81 # endif 81 # endif
82 # if defined(HAVE_WTMPX_H) && defined(WTMPX_FILE) && !defined(DISABLE_WTMPX) 82 # if defined(WTMPX_FILE) && !defined(DISABLE_WTMPX)
83 # define USE_WTMPX 83 # define USE_WTMPX
84 # endif 84 # endif
85 # if defined(HAVE_WTMP_H) && defined(WTMP_FILE) && !defined(DISABLE_WTMP) 85 # if defined(WTMP_FILE) && !defined(DISABLE_WTMP)
86 # define USE_WTMP 86 # define USE_WTMP
87 # endif 87 # endif
88 88
89 #endif 89 #endif
90 90