From: Kurt Zeilenga Date: Wed, 19 May 1999 07:12:20 +0000 (+0000) Subject: Add EXEEXT and MKVERSION support. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~50 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c23e4fe6a717733218708fbc85724a9890c1d719;p=openldap Add EXEEXT and MKVERSION support. --- diff --git a/include/lber.h b/include/lber.h index 64664fbcca..20fd9c51ad 100644 --- a/include/lber.h +++ b/include/lber.h @@ -67,7 +67,7 @@ LDAP_BEGIN_DECL #define LBER_INVALID(tag) ( ( (tag) & 0xFFFFFF80UL ) != 0 ) #define LBER_ERROR 0xffffffffUL #define LBER_DEFAULT 0xffffffffUL -/* #define LBER_END_SEQORSET 0xfffffffeUL *//* no part of LDAP C-API */ +/* #define LBER_END_SEQORSET 0xfffffffeUL *//* not part of LDAP C-API */ /* general BER types we know about */ #define LBER_BOOLEAN 0x01UL diff --git a/include/portable.h.in b/include/portable.h.in index 4db74cc585..7107902f28 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -615,6 +615,12 @@ /* Version number of package */ #undef VERSION +/* define this if you have mkversion */ +#undef HAVE_MKVERSION + +/* defined to be the EXE extension */ +#undef EXEEXT + /* define if you have -lxttp */ #undef HAVE_XTPP