mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
NT has sys_errlist.
This commit is contained in:
parent
095f78b392
commit
560844e18f
1 changed files with 3 additions and 0 deletions
|
|
@ -209,6 +209,9 @@ typedef char * caddr_t;
|
|||
/* define this if sys_errlist is not defined in stdio.h or errno.h */
|
||||
/* #undef DECL_SYS_ERRLIST */
|
||||
|
||||
/* define this if sys_errlist is available */
|
||||
#define HAVE_SYS_ERRLIST 1
|
||||
|
||||
/* define if you have berkeley db */
|
||||
/* #undef HAVE_BERKELEY_DB */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue