]> git.sur5r.net Git - openldap/commitdiff
Remove old DLL IMPORT/EXPORT macros
authorKurt Zeilenga <kurt@openldap.org>
Sat, 18 Dec 1999 19:49:13 +0000 (19:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 18 Dec 1999 19:49:13 +0000 (19:49 +0000)
include/ldap_cdefs.h

index 9c7b953f7b11de4639df728f772612bd9fb1f19f..62506b1935d6276a72e7755e998553e922cedeba 100644 (file)
 
 #endif /* no prototypes */
 
-#if _WIN32 && _DLL
-#      define LDAP_F_IMPORT    extern __declspec( dllimport )
-#      define LDAP_F_EXPORT    extern __declspec( dllexport )
-#else
-#      define LDAP_F_IMPORT    extern
-#      define LDAP_F_EXPORT    extern
-#endif
-
 #if (__GNUC__) * 1000 + (__GNUC_MINOR__) >= 2006
 #      define LDAP_GCCATTR(attrs)      __attribute__(attrs)
 #else
 #      define LDAP_GCCATTR(attrs)
 #endif
 
-/* Proper support for NT dynamic libraries. */
+
+/* Support for NT dynamic libraries. */
 
 /*
  * C library. Mingw32 links with the C run-time library by default,