* lib/kdb/kdb5.h: Remove macros also defined in include/kdb5.h
authorSam Hartman <hartmans@mit.edu>
Fri, 30 Jun 2006 02:42:22 +0000 (02:42 +0000)
committerSam Hartman <hartmans@mit.edu>
Fri, 30 Jun 2006 02:42:22 +0000 (02:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18280 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kdb/kdb5.h

index 9b6d1c70c1663a89fd8383a55f90b65ebdbff7b5..39253496dd8abcb6ca21730244f034da20d7b42a 100644 (file)
 #define KDB_DATABASE_CONF_FILE  DEFAULT_SECURE_PROFILE_PATH
 #define KDB_DATABASE_ENV_PROF KDC_PROFILE_ENV
 
-#define KRB5_KDB_OPEN_RW                0
-#define KRB5_KDB_OPEN_RO                1
-
-#define KRB5_KDB_OPT_SET_DB_NAME        0
-#define KRB5_KDB_OPT_SET_LOCK_MODE      1
-
 #define KRB5_DB_GET_DB_CONTEXT(kcontext)   ( ((kdb5_dal_handle*) (kcontext)->db_context)->db_context )
 #define KRB5_DB_GET_PROFILE(kcontext)  ( (kcontext)->profile )
 #define KRB5_DB_GET_REALM(kcontext)    ( (kcontext)->default_realm )