Add EXEEXT and MKVERSION support.

This commit is contained in:
Kurt Zeilenga 1999-05-19 07:12:20 +00:00
parent f9bbdb34c5
commit c23e4fe6a7
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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