Define KRB5_TL_DB_ARGS unconditionally in kdb.h
authorGreg Hudson <ghudson@mit.edu>
Tue, 26 Jul 2011 11:28:08 +0000 (11:28 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 26 Jul 2011 11:28:08 +0000 (11:28 +0000)
commit4f3f35c9f926597fb749f24c95fb9bf231f3b864
tree02797a0ebeef19bf1547b8e0c26c7ce7d47049bc
parent32ffc4505e6334d8bcd287e89b88f35d9d9f2539
Define KRB5_TL_DB_ARGS unconditionally in kdb.h

Due to an apparent merge bug, KRB5_TL_DB_ARGS was defined in a
SECURID conditional block, and several source files worked around the
problem by defining the constant themselves or defining SECURID.  Move
the definition and remove the workarounds.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25055 dc483132-0cff-0310-8789-dd5450dbe970
src/include/kdb.h
src/kadmin/cli/kadmin.c
src/lib/kdb/kdb5.c
src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c