mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 09:09:20 -05:00
Add EXEEXT and MKVERSION support.
This commit is contained in:
parent
f9bbdb34c5
commit
c23e4fe6a7
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue