1 /* $NetBSD: macros.h,v 1.2 2021/08/14 16:14:54 christos Exp $ */ 2 3 #define LDAP_PF_LOCAL_SENDMSG_ARG(x) 4 5 #define LDAP_P(x) x 6 #define LDAP_F(x) extern x 7 #define LDAP_V(x) extern x 8 9 #define LDAP_GCCATTR(x) 10 #define LDAP_XSTRING(x) "" 11 #define LDAP_CONCAT(x,y) x 12 13 #define LDAP_CONST const 14 #define LDAP_BEGIN_DECL 15 #define LDAP_END_DECL 16 17 #define SLAP_EVENT_DECL 18 #define SLAP_EVENT_FNAME 19 20 /* contrib/slapd-modules/smbk5pwd/smbk5pwd.c */ 21 #define HDB int* 22 23 #define BACKSQL_ARBITRARY_KEY 24 #define BACKSQL_IDNUMFMT "%llu" 25 #define BACKSQL_IDFMT "%s" 26