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:
Love Hörnquist Åstrand
2008-04-10 10:44:23 +00:00
parent adf02cb72e
commit 5f47850b7e

View File

@@ -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