From 00e32bec133ca18bcf83e9f4c88083812d620614 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 28 Sep 2011 20:56:09 +0000 Subject: Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows builds Signed-off-by: Kevin Wasserman git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25267 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ccapi/common/win/OldCC/name.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ccapi/common') diff --git a/src/ccapi/common/win/OldCC/name.h b/src/ccapi/common/win/OldCC/name.h index 42a3fba2b..66ca3a9f8 100644 --- a/src/ccapi/common/win/OldCC/name.h +++ b/src/ccapi/common/win/OldCC/name.h @@ -31,7 +31,4 @@ #define CCAPI_MODULE "krbcc32" #endif #define CCAPI_DLL CCAPI_MODULE ".dll" -#define CCAPI_EXE CCAPI_MODULE "s.exe" - -#define CCAPI_DLL "ccapi.dll" #define CCAPI_EXE "ccapiserver.exe" \ No newline at end of file -- cgit