summaryrefslogtreecommitdiffstats
path: root/src/include/win-mac.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-10-04 00:39:57 +0000
committerKen Raeburn <raeburn@mit.edu>2001-10-04 00:39:57 +0000
commite037d1e993ec4df947cd8c92a5f3643838bc2e6b (patch)
tree194d7f2aabcb3ba21cf66b57b149278e5107961c /src/include/win-mac.h
parentbdf4523df7addccddacd97542627e78c272113f6 (diff)
downloadkrb5-e037d1e993ec4df947cd8c92a5f3643838bc2e6b.tar.gz
krb5-e037d1e993ec4df947cd8c92a5f3643838bc2e6b.tar.xz
krb5-e037d1e993ec4df947cd8c92a5f3643838bc2e6b.zip
Danilo says we can get rid of the DLLIMP stuff now
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13775 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/win-mac.h')
-rw-r--r--src/include/win-mac.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index 447dc1ab9e..d92a11a3f9 100644
--- a/src/include/win-mac.h
+++ b/src/include/win-mac.h
@@ -35,7 +35,6 @@
#define KRB5_CALLCONV __far __export __pascal
#define KRB5_CALLCONV_C __far __export __cdecl
#define KRB5_EXPORTVAR __far __export
-#define KRB5_DLLIMP
#endif /* !KRB5_CALLCONV */
#include <windows.h>
@@ -68,21 +67,6 @@
#define HAVE_LABS
#ifndef KRB5_CALLCONV
-# ifdef _MSC_VER
-# ifdef KRB5_DLL_FILE
-# define KRB5_DLLIMP __declspec(dllexport)
-# else
-# define KRB5_DLLIMP __declspec(dllimport)
-# endif
-# ifdef GSS_DLL_FILE
-# define GSS_DLLIMP __declspec(dllexport)
-# else
-# define GSS_DLLIMP __declspec(dllimport)
-# endif
-# else /* !_MSC_VER */
-# define KRB5_DLLIMP
-# define GSS_DLLIMP
-# endif
# define KRB5_CALLCONV __stdcall
# define KRB5_CALLCONV_C __cdecl
# define KRB5_EXPORTVAR
@@ -228,8 +212,6 @@ HINSTANCE get_lib_instance(void);
#define KRB5_CALLCONV
#define KRB5_CALLCONV_C
-#define KRB5_DLLIMP
-#define GSS_DLLIMP
#ifndef FAR
#define FAR
#endif
@@ -302,7 +284,6 @@ int fstat(int fildes, struct stat *buf);
#ifndef KRB5_CALLCONV
#define KRB5_CALLCONV
#define KRB5_CALLCONV_C
-#define KRB5_DLLIMP
#endif
#ifndef FAR
#define FAR