windows-64bit-ms2mit-20070902

add ms2mit support for 64-bit windows
This commit is contained in:
Jeffrey Altman 2007-09-02 17:36:23 +00:00
parent 6270294d49
commit a8eddfb0f5
2 changed files with 3 additions and 6 deletions

View File

@ -58,10 +58,10 @@
#undef USE_KRB4 #undef USE_KRB4
#ifndef _WIN64 #ifndef _WIN64
#define USE_MS2MIT 1
#define USE_LEASH 1
#define USE_KRB524 1 #define USE_KRB524 1
#endif #endif
#define USE_MS2MIT 1
#define USE_LEASH 1
#include "afskfw-int.h" #include "afskfw-int.h"
#include "afskfw.h" #include "afskfw.h"

View File

@ -62,10 +62,7 @@
#include <time.h> #include <time.h>
#include <winsock2.h> #include <winsock2.h>
#ifndef _WIN64 #define USE_MS2MIT 1
#define USE_MS2MIT
#define USE_KRB4
#endif
#include <afs/stds.h> #include <afs/stds.h>
#include <krb5.h> #include <krb5.h>