]> git.sur5r.net Git - openldap/blobdiff - include/ac/errno.h
Tweak entry parent check
[openldap] / include / ac / errno.h
index 89ef242ef7e6a9dc845c9b9cf76c932d4c817680..601f2456ba8266839fde6f441fa586f76ec31a20 100644 (file)
@@ -27,7 +27,7 @@
        /* no sys_errlist */
 #      define          sys_nerr        0
 #      define          sys_errlist     ((char **)0)
-#elif DECL_SYS_ERRLIST
+#elif defined( DECL_SYS_ERRLIST )
        /* have sys_errlist but need declaration */
        LDAP_LIBC_V(int)      sys_nerr;
        LDAP_LIBC_V(char)    *sys_errlist[];