X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_cdefs.h;h=fcc7ecf782d79eb9722709278eda9c8886895dad;hb=fcf787dc0f04f96d5c82cc607be60da33e3e6171;hp=9b6bab2d645784bc7fe8a698be416ca1e59859df;hpb=6939c531700652491f4be4688c6a1f35a1ab8a18;p=openldap diff --git a/include/ldap_cdefs.h b/include/ldap_cdefs.h index 9b6bab2d64..fcc7ecf782 100644 --- a/include/ldap_cdefs.h +++ b/include/ldap_cdefs.h @@ -1,13 +1,16 @@ /* $OpenLDAP$ */ -/* - * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA +/* This work is part of OpenLDAP Software . + * + * Copyright 1998-2005 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted only as authorized by the OpenLDAP - * Public License. A copy of this license is available at - * http://www.OpenLDAP.org/license.html or in file LICENSE in the - * top-level directory of the distribution. + * Public License. + * + * A copy of this license is available in file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . */ /* LDAP C Defines */ @@ -155,13 +158,9 @@ #endif /* LDBM library */ -#if defined(_WIN32) && defined(SLAPD_IMPORT) -# define LDAP_LDBM_F(type) extern __declspec(dllimport) type -# define LDAP_LDBM_V(type) extern __declspec(dllimport) type -#else +/* Not exported/imported any more */ # define LDAP_LDBM_F(type) extern type # define LDAP_LDBM_V(type) extern type -#endif /* LDIF library */ #if defined(_WIN32) && defined(SLAPD_IMPORT)