deal with v4kadmind kludge.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11105
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Jan 12 18:26:04 1999 Tom Yu <tlyu@mit.edu>
+
+ * configure.in: Define NDBM_PW_CHECK if enable_athena is set to
+ deal with v4kadmind kludge.
+
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
fi
AC_SUBST(DO_V4_TEST)
dnl
+dnl For ndbm password checking kludge.
+dnl
+if test "$ath_compat" = "compat"; then
+ AC_DEFINE(NDBM_PW_CHECK)
+fi
+dnl
dnl The following are substituted into testing/scripts/env-setup.sh
RBUILD=`pwd`/..
AC_SUBST(RBUILD)