Now compiles on the Mac against CC API v2
authorMiro Jurisic <meeroh@mit.edu>
Sat, 20 Feb 1999 00:24:10 +0000 (00:24 +0000)
committerMiro 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

index b81e82a7d090fcb547cac431e42340df181e5669..638f6fb92331e0f326ab0fbe96d1648a9391a96c 100644 (file)
@@ -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