From c23e4fe6a717733218708fbc85724a9890c1d719 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 19 May 1999 07:12:20 +0000 Subject: [PATCH] Add EXEEXT and MKVERSION support. --- include/lber.h | 2 +- include/portable.h.in | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5