Mercurial > dropbear
comparison loginrec.h @ 971:763979a9c1f1 coverity
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 19 Aug 2014 23:36:46 +0800 |
parents | 939944f0fca9 |
children | deed0571cacc |
comparison
equal
deleted
inserted
replaced
964:67ff2be856ff | 971:763979a9c1f1 |
---|---|
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 |