on a system that cleans up the namespace that way.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11323
dc483132-0cff-0310-8789-
dd5450dbe970
+Sun Mar 28 17:50:57 1999 Tom Yu <tlyu@mit.edu>
+
+ * update_wtmp.c: Define WTMPX_FILE to be _PATH_WTMPX in case we're
+ on a system that cleans up the namespace that way.
+
Wed Feb 17 19:47:36 1999 Tom Yu <tlyu@mit.edu>
* sane_hostname.c (pty_make_sane_hostname): Remove unused
#define WTMP_FILE _PATH_WTMP
#endif
+#if !defined(WTMPX_FILE) && defined(_PATH_WTMPX) && defined(HAVE_UPDWTMPX)
+#define WTMPX_FILE _PATH_WTMPX
+#endif
/* if it is *still* missing, assume SunOS */
#ifndef WTMP_FILE