UTMPX_DOES_UTMP_LOGGING -> HAVE_UTMPX_H

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1711 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-05-14 17:35:09 +00:00
parent ffc2b2ff1f
commit 1e270c68b7

View File

@@ -40,7 +40,7 @@
RCSID("$Id$");
#ifdef UTMPX_DOES_UTMP_LOGGING
#ifdef HAVE_UTMPX_H
void utmp_login(char *tty, char *username, char *hostname) { return; }
#else
@@ -124,4 +124,4 @@ void utmp_login(char *tty, char *username, char *hostname)
close(fd);
}
}
#endif /* !UTMPX_DOES_UTMP_LOGGING */
#endif /* !HAVE_UTMPX_H */