Really, mac os uses wtmpx (or asl).
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22953 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -67,6 +67,11 @@ int utmp_len = MaxHostNameLen;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* really, mac os uses wtmpx (or asl) */
|
||||
#ifdef __APPLE__
|
||||
#undef _PATH_WTMP
|
||||
#endif
|
||||
|
||||
#if !defined(WTMP_FILE) && defined(_PATH_WTMP)
|
||||
#define WTMP_FILE _PATH_WTMP
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user