Skip to content
Snippets Groups Projects
Commit c23e4fe6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add EXEEXT and MKVERSION support.

parent f9bbdb34
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment