Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/include/heimdal Pull up rev. 1.3:



details:   https://anonhg.NetBSD.org/src/rev/c2c7ec0b7b05
branches:  netbsd-1-5
changeset: 488526:c2c7ec0b7b05
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jul 15 00:43:44 2000 +0000

description:
Pull up rev. 1.3:
If __KRB4_VERSION is defined, export Kerberos IV version strings,
otherwise export only Heimdal Kerberos V version strings.

diffstat:

 include/heimdal/version.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0e970bc5b029 -r c2c7ec0b7b05 include/heimdal/version.h
--- a/include/heimdal/version.h Fri Jul 14 22:05:34 2000 +0000
+++ b/include/heimdal/version.h Sat Jul 15 00:43:44 2000 +0000
@@ -1,5 +1,7 @@
+#ifndef __KRB4_VERSION
 const char *heimdal_long_version = "@(#)$Version: heimdal-0.2t (NetBSD) $";
 const char *heimdal_version = "heimdal-0.2t";
-
+#else
 const char *krb4_long_version = "@(#)$Version: krb4-1.0.1 (NetBSD) $";
 const char *krb4_version = "krb4-1.0.1";
+#endif /* ! __KRB4_VERSION */



Home | Main Index | Thread Index | Old Index