]> git.sur5r.net Git - openldap/blobdiff - include/ac/errno.h
Add server side sorting
[openldap] / include / ac / errno.h
index 88bf1b04e6e07a82824fe69ca9138e73bb092844..75827ac3c0aadbdab753dc63a27e60f5ac85c4ca 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-2008 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[];