From ee2044f38503edd2fdb8df9f3398784f747910fb Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 22 Mar 2013 12:59:48 -0400 Subject: Get rid of osconfig.c These variables were marked as internal in 1996. Two are unused and the other is easily replaced with the macro it is initialized from. --- src/include/k5-int.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index c60035b4c..cb8350f2d 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -134,9 +134,6 @@ typedef UINT64_TYPE krb5_ui_8; typedef INT64_TYPE krb5_int64; -#define DEFAULT_PWD_STRING1 "Enter password" -#define DEFAULT_PWD_STRING2 "Re-enter password for verification" - #define KRB5_KDB_MAX_LIFE (60*60*24) /* one day */ #define KRB5_KDB_MAX_RLIFE (60*60*24*7) /* one week */ #define KRB5_KDB_EXPIRATION 2145830400 /* Thu Jan 1 00:00:00 2038 UTC */ -- cgit