dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / krb5 / kadmin / kpasswd / kpasswd_strings.h
blob86de60b65ab3d7ab086d621b62ba7c2eba0cae04
1 #pragma ident "%Z%%M% %I% %E% SMI"
3 /*
4 * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
6 * Openvision retains the copyright to derivative works of
7 * this source code. Do *NOT* create a derivative of this
8 * source code before consulting with your legal department.
9 * Do *NOT* integrate *ANY* of this source code into another
10 * product before consulting with your legal department.
12 * For further information, read the top-level Openvision
13 * copyright which is contained in the top-level MIT Kerberos
14 * copyright.
16 * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
20 #include <com_err.h>
23 * kpasswd_strings.h:
24 * This file is automatically generated; please do not edit it.
26 #define KPW_STR_USAGE (-1767084800L)
27 #define KPW_STR_PRIN_UNKNOWN (-1767084799L)
28 #define KPW_STR_WHILE_LOOKING_AT_CC (-1767084798L)
29 #define KPW_STR_OLD_PASSWORD_INCORRECT (-1767084797L)
30 #define KPW_STR_CANT_OPEN_ADMIN_SERVER (-1767084796L)
31 #define KPW_STR_NEW_PASSWORD_MISMATCH (-1767084795L)
32 #define KPW_STR_PASSWORD_CHANGED (-1767084794L)
33 #define KPW_STR_PASSWORD_NOT_CHANGED (-1767084793L)
34 #define KPW_STR_PARSE_NAME (-1767084792L)
35 #define KPW_STR_UNPARSE_NAME (-1767084791L)
36 #define KPW_STR_NOT_IN_PASSWD_FILE (-1767084790L)
37 #define KPW_STR_CHANGING_PW_FOR (-1767084789L)
38 #define KPW_STR_OLD_PASSWORD_PROMPT (-1767084788L)
39 #define KPW_STR_WHILE_READING_PASSWORD (-1767084787L)
40 #define KPW_STR_NO_PASSWORD_READ (-1767084786L)
41 #define KPW_STR_WHILE_TRYING_TO_CHANGE (-1767084785L)
42 #define KPW_STR_WHILE_DESTROYING_ADMIN_SESSION (-1767084784L)
43 #define KPW_STR_WHILE_FREEING_PRINCIPAL (-1767084783L)
44 #define KPW_STR_WHILE_FREEING_POLICY (-1767084782L)
45 #define KPW_STR_CANT_GET_POLICY_INFO (-1767084781L)
46 #define KPW_STR_POLICY_EXPLANATION (-1767084780L)
47 #define ERROR_TABLE_BASE_kpws (-1767084800L)
49 extern const struct error_table et_kpws_error_table;
51 #if !defined(_WIN32)
52 /* for compatibility with older versions... */
53 extern void initialize_kpws_error_table (void) /*@modifies internalState@*/;
54 #else
55 #define initialize_kpws_error_table()
56 #endif
58 #if !defined(_WIN32)
59 #define init_kpws_err_tbl initialize_kpws_error_table
60 #define kpws_err_base ERROR_TABLE_BASE_kpws
61 #endif