]> git.sur5r.net Git - openldap/blobdiff - include/ac/errno.h
ITS#7101 test001: Skip back-ldif unordered slapadd
[openldap] / include / ac / errno.h
index 88bf1b04e6e07a82824fe69ca9138e73bb092844..6ac431fc4bb9b33bca1d85d5b8399cc13c8d945c 100644 (file)
@@ -1,7 +1,8 @@
 /* Generic errno.h */
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2011 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,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[];