projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae89439
)
Now compiles on the Mac against CC API v2
author
Miro Jurisic
<meeroh@mit.edu>
Sat, 20 Feb 1999 00:24:10 +0000
(
00:24
+0000)
committer
Miro Jurisic
<meeroh@mit.edu>
Sat, 20 Feb 1999 00:24:10 +0000
(
00:24
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11191
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/ccapi/stdcc.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/ccapi/stdcc.c
b/src/lib/krb5/ccache/ccapi/stdcc.c
index b81e82a7d090fcb547cac431e42340df181e5669..638f6fb92331e0f326ab0fbe96d1648a9391a96c 100644
(file)
--- a/
src/lib/krb5/ccache/ccapi/stdcc.c
+++ b/
src/lib/krb5/ccache/ccapi/stdcc.c
@@
-31,9
+31,9
@@
#include "string.h"
#include <stdio.h>
-#if defined(_MSDOS) || defined(_WIN32)
apiCB *gCntrlBlock = NULL;
-#else
+
+#if !defined(_MSDOS) && !defined(_WIN32)
#define CC_API_VER2
#endif