Changeset 7
- Timestamp:
- Jul 22, 2016, 11:35:34 PM (9 years ago)
- Location:
- heimdal/trunk/lib/krb5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
heimdal/trunk/lib/krb5/context.c
r1 r7 836 836 #endif 837 837 838 #ifdef __OS2__ 839 files = getenv("ETC"); 840 strcat(files,"/krb5.conf"); 841 #endif 838 842 if (files == NULL) 839 843 files = krb5_config_file; -
heimdal/trunk/lib/krb5/keytab.c
r1 r7 175 175 if (residual == NULL || 176 176 name[0] == '/' 177 #if def _WIN32177 #if defined(_WIN32)||defined(__OS2__) 178 178 /* Avoid treating <drive>:<path> as a keytab type 179 179 * specification */ -
heimdal/trunk/lib/krb5/krb5_locl.h
r1 r7 200 200 201 201 #ifndef PATH_SEP 202 #ifndef __OS2__ 202 203 #define PATH_SEP ":" 204 #else 205 #define PATH_SEP ";" 206 #endif 203 207 #endif 204 208
Note:
See TracChangeset
for help on using the changeset viewer.