summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2000-07-15 00:31:27 +0000
committerthorpej <thorpej@NetBSD.org>2000-07-15 00:31:27 +0000
commit957fe42f95e4c8bb439802bee99248281bb2f7ef (patch)
tree9ae57e8a9eebd7c828b8c7ffff5eb2023ec3ded9 /include
parent94827a09a314fe1f951cb5ed3675072b64835f2d (diff)
If __KRB4_VERSION is defined, export Kerberos IV version strings,
otherwise export only Heimdal Kerberos V version strings.
Diffstat (limited to 'include')
-rw-r--r--include/heimdal/version.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/heimdal/version.h b/include/heimdal/version.h
index 64b84ab07c8..59a91191f71 100644
--- a/include/heimdal/version.h
+++ b/include/heimdal/version.h
@@ -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 */