Define __KRB4_VERSION to get krb4 version strings.

This commit is contained in:
thorpej 2000-07-15 00:40:37 +00:00
parent 957fe42f95
commit 39c394bb18
1 changed files with 2 additions and 1 deletions

View File

@ -34,11 +34,12 @@
/* Almost all programs use these routines (implicitly) so it's a good
* place to put the version string. */
#define __KRB4_VERSION
#include "version.h"
#include "krb_locl.h"
RCSID("$Id: rw.c,v 1.1.1.1 2000/06/16 18:45:55 thorpej Exp $");
RCSID("$Id: rw.c,v 1.2 2000/07/15 00:40:37 thorpej Exp $");
int
krb_get_int(void *f, u_int32_t *to, int size, int lsb)