From: Kurt Zeilenga Date: Sat, 24 Jul 1999 00:04:44 +0000 (+0000) Subject: NT has sys_errlist. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~42 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=560844e18faa8b61613ee17a497077dd90e15b31;p=openldap NT has sys_errlist. --- diff --git a/include/portable.h.nt b/include/portable.h.nt index 5048e5465b..9215f415bc 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -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 */