~ubuntu-branches/ubuntu/utopic/krb5/utopic

« back to all changes in this revision

Viewing changes to src/windows/version.rc

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-11-10 02:20:12 UTC
  • mfrom: (53.1.3 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131110022012-b8ojkqhcxos55kln
Add alternate dependency on libverto-libevent1 as that's the package
ABI name in ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
#define MAJOR_MINOR STR(KRB5_MAJOR_RELEASE) "." STR(KRB5_MINOR_RELEASE)
14
14
 
15
 
#if KRB5_PATCH_LEVEL != 0
 
15
#if KRB5_PATCHLEVEL != 0
16
16
#define MAYBE_PATCH "." STR(KRB5_PATCHLEVEL)
17
17
#else
18
18
#define MAYBE_PATCH ""
41
41
#define K5_PRODUCT_VERSION_STRING MAJOR_MINOR MAYBE_PATCH RELTAIL "\0"
42
42
#define K5_PRODUCT_VERSION        KRB5_MAJOR_RELEASE, KRB5_MINOR_RELEASE, KRB5_PATCHLEVEL, KRB5_BUILDLEVEL
43
43
 
44
 
#define K5_COPYRIGHT "Copyright (C) 1997-2011 by the Massachusetts Institute of Technology\0"
 
44
#define K5_COPYRIGHT "Copyright (C) 1997-2012 by the Massachusetts Institute of Technology\0"
45
45
#define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
46
46
 
47
47
/* 
108
108
#endif
109
109
#endif /* GSSAPI */
110
110
 
 
111
#ifdef CCAPI_LIB
 
112
#define K5_DESCRIPTION "Kerberos Credentials Cache DLL\0"
 
113
#define K5_INTERNAL_NAME "krbcc\0"
 
114
#define K5_FILETYPE     VFT_DLL
 
115
#if defined(_WIN64)
 
116
#define K5_ORIGINAL_NAME "krbcc64.dll\0"
 
117
#else
 
118
#define K5_ORIGINAL_NAME "krbcc32.dll\0"
 
119
#endif
 
120
#endif /* CCAPI_LIB */
 
121
 
 
122
#ifdef CCAPISERVER_APP
 
123
#define K5_DESCRIPTION "Kerberos Credentials Cache API Server\0"
 
124
#define K5_FILETYPE     VFT_APP
 
125
#define K5_INTERNAL_NAME "CCAPISERVER\0"
 
126
#define K5_ORIGINAL_NAME "ccapiserver.exe\0"
 
127
#endif /* CCAPISERVER_APP */
 
128
 
111
129
#ifdef LEASH_APP
112
 
#define K5_DESCRIPTION "Leash32 Kerberos Ticket Manager - " KRB5_PRODUCTNAME_STR "\0"
 
130
#define K5_DESCRIPTION "MIT Kerberos Ticket Manager - " KRB5_PRODUCTNAME_STR "\0"
113
131
#define K5_FILETYPE     VFT_APP
114
132
#define K5_INTERNAL_NAME "LEASH\0"
115
 
#define K5_ORIGINAL_NAME "leash.exe\0"
 
133
#define K5_ORIGINAL_NAME "MIT Kerberos.exe\0"
116
134
#endif
117
135
 
118
136
#ifdef LEASHDLL_LIB