]> git.sur5r.net Git - openldap/commitdiff
Add EXEEXT and MKVERSION support.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 19 May 1999 07:12:20 +0000 (07:12 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 19 May 1999 07:12:20 +0000 (07:12 +0000)
include/lber.h
include/portable.h.in

index 64664fbccadbde9ef872074a84db98169972b928..20fd9c51ad6208fc6f7817a8f32156d85341cd2d 100644 (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
index 4db74cc5859f297d7e85759904f6079708c056f8..7107902f28b2b9035ebdda3e291052b93667a649 100644 (file)
 /* 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