mirror of
https://github.com/clearml/dropbear
synced 2025-02-12 07:25:30 +00:00
Fix wtmp, testing for wtmp.h and wtmpx.h doesn't make sense
This commit is contained in:
parent
10eb218fb0
commit
1387654cc8
@ -79,10 +79,10 @@
|
|||||||
# if defined(HAVE_UTMP_H) && defined(UTMP_FILE) && !defined(DISABLE_UTMP)
|
# if defined(HAVE_UTMP_H) && defined(UTMP_FILE) && !defined(DISABLE_UTMP)
|
||||||
# define USE_UTMP
|
# define USE_UTMP
|
||||||
# endif
|
# endif
|
||||||
# if defined(HAVE_WTMPX_H) && defined(WTMPX_FILE) && !defined(DISABLE_WTMPX)
|
# if defined(WTMPX_FILE) && !defined(DISABLE_WTMPX)
|
||||||
# define USE_WTMPX
|
# define USE_WTMPX
|
||||||
# endif
|
# endif
|
||||||
# if defined(HAVE_WTMP_H) && defined(WTMP_FILE) && !defined(DISABLE_WTMP)
|
# if defined(WTMP_FILE) && !defined(DISABLE_WTMP)
|
||||||
# define USE_WTMP
|
# define USE_WTMP
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user