]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
portable.h.nt needs SIZEOF.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 18 Nov 1998 06:16:41 +0000 (06:16 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 18 Nov 1998 06:16:41 +0000 (06:16 +0000)
include/portable.h.nt

index 2adb8d128413bedf33a3ca483a7136b06273916e..77936fd31df1cd527c5e8b9ad9f54e689f2aee53 100644 (file)
@@ -285,6 +285,15 @@ typedef char * caddr_t;
 /* define this to use SLAPD shell backend */
 /* #undef SLAPD_SHELL */
 
+/* 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 */