mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Pulled NetBSD changes into current
This commit is contained in:
parent
5c5209f973
commit
926b7cb1c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user