summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/cns.h
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2004-01-31 00:46:38 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2004-01-31 00:46:38 +0000
commit64e4f38daeae9926ef7f50b24f49f4d7f8b8c971 (patch)
treee5174f23a7b49cf518dfdbd919af8fab97d844ed /src/windows/cns/cns.h
parent6db0f8c2309dbebb44893a0369a30ade74a1d348 (diff)
downloadkrb5-64e4f38daeae9926ef7f50b24f49f4d7f8b8c971.tar.gz
krb5-64e4f38daeae9926ef7f50b24f49f4d7f8b8c971.tar.xz
krb5-64e4f38daeae9926ef7f50b24f49f4d7f8b8c971.zip
Add support for Addressless Ticket Checkbox. Applied patch from Doug Engert
ticket: 982 tags: pullup target_version: 1.3.2 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15989 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/cns/cns.h')
-rw-r--r--src/windows/cns/cns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows/cns/cns.h b/src/windows/cns/cns.h
index 7cc93ab9ae..cdd6da3b39 100644
--- a/src/windows/cns/cns.h
+++ b/src/windows/cns/cns.h
@@ -144,6 +144,7 @@
#define IDD_ALERT 312
#define IDD_TKOPT 320
#define IDD_FORWARDABLE 321
+#define IDD_NOADDRESSES 322
/*
* the entire range (400 through 499) is reserved for the blasted variable
@@ -199,6 +200,7 @@ extern krb5_context k5_context;
extern krb5_ccache k5_ccache;
extern char ccname[FILENAME_MAX];
extern BOOL forwardable;
+extern BOOL noaddresses;
#endif
/*