]> git.sur5r.net Git - openldap/commitdiff
Need to add SIZEOF defines.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 18 Nov 1998 06:10:11 +0000 (06:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 18 Nov 1998 06:10:11 +0000 (06:10 +0000)
include/portable.h.nt

index 40f2a772360c35429f4609df3544c9b09383b1ba..90df2e963b239c477acb785f0055f820f149564d 100644 (file)
@@ -286,6 +286,15 @@ typedef char * caddr_t;
  LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
 */
 
+/* The number of bytes in a int.  */ 
+#define SIZEOF_INT 4
+
+/* The number of bytes in a long.  */ 
+#define SIZEOF_LONG 4
+  
+/* The number of bytes in a short.  */
+#define SIZEOF_SHORT 2
+
 /* Define if you have the bcopy function.  */
 /* #undef HAVE_BCOPY */