git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@197 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-11-27 09:11:08 +00:00
parent 7bca5296c9
commit abe9e9bf6a

View File

@@ -111,6 +111,12 @@
/* Define if you have the util library (-lutil). */
#undef HAVE_LIBUTIL
#ifdef __STDC__
#define RCSID(msg) static const char *rcsid[] = { (char *)rcsid, "@(#)" msg }
#else
#define RCSID(msg) static char *rcsid[] = { (char *)rcsid, msg }
#endif
/* set this to a sensible login */
#ifndef LOGIN_PATH
#define LOGIN_PATH "/usr/athena/bin/login"