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

Pulled NetBSD changes into current

parent 5c5209f9
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ ldapconfig.h: ldapconfig.h.edit Makefile
$(CHMOD) 444 $@
install: all FORCE
-$(MKDIR) -p $(INCLUDEDIR)
-$(MKDIR) -p $(LDAP_INCDIR)
$(INSTALL) $(INSTALLFLAGS) -m 644 ldap.h $(LDAP_INCDIR)
$(INSTALL) $(INSTALLFLAGS) -m 644 lber.h $(LDAP_INCDIR)
$(INSTALL) $(INSTALLFLAGS) -m 644 proto-lber.h $(LDAP_INCDIR)
......
......@@ -120,7 +120,8 @@
* Are sys_errlist and sys_nerr declared in stdio.h?
*/
#ifndef SYSERRLIST_IN_STDIO
#if defined( freebsd ) || defined( __GLIBC__ ) && ( __GLIBC__ > 1 )
#if defined( freebsd ) || defined( netbsd ) || \
defined( __GLIBC__ ) && ( __GLIBC__ > 1 )
#define SYSERRLIST_IN_STDIO
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment