aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-07-26 11:28:08 +0000
committerGreg Hudson <ghudson@mit.edu>2011-07-26 11:28:08 +0000
commit4f3f35c9f926597fb749f24c95fb9bf231f3b864 (patch)
tree02797a0ebeef19bf1547b8e0c26c7ce7d47049bc /src/plugins
parent32ffc4505e6334d8bcd287e89b88f35d9d9f2539 (diff)
downloadkrb5-4f3f35c9f926597fb749f24c95fb9bf231f3b864.zip
krb5-4f3f35c9f926597fb749f24c95fb9bf231f3b864.tar.gz
krb5-4f3f35c9f926597fb749f24c95fb9bf231f3b864.tar.bz2
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
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c b/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
index 84ecb66..fcc1ebd 100644
--- a/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
+++ b/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_realm.c
@@ -81,9 +81,6 @@
* Create / Modify / Destroy / View / List realm(s)
*/
-/* Needed for getting the definition of KRB5_TL_DB_ARGS */
-#define SECURID
-
#include <stdio.h>
#include <k5-int.h>
#include <kadm5/admin.h>