Skip to content
Snippets Groups Projects
Commit 54f38330 authored by Howard Chu's avatar Howard Chu
Browse files

define HFIXEDSZ if it's missing. Not all platforms have it.

parent 877629ed
No related branches found
No related tags found
No related merge requests found
......@@ -230,6 +230,9 @@ int ldap_domain2hostlist(
/* Bind 8/9 interface */
p += NS_HFIXEDSZ;
#else
#ifndef HFIXEDSZ
#define HFIXEDSZ sizeof(HEADER)
#endif
/* Bind 4 interface */
p += HFIXEDSZ;
#endif
......
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