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

portable.h.nt needs SIZEOF.

parent b3e75948
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
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