summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/include/sm/errstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/include/sm/errstring.h')
-rw-r--r--contrib/sendmail/include/sm/errstring.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/sendmail/include/sm/errstring.h b/contrib/sendmail/include/sm/errstring.h
index cc69c51..2b93732 100644
--- a/contrib/sendmail/include/sm/errstring.h
+++ b/contrib/sendmail/include/sm/errstring.h
@@ -6,7 +6,7 @@
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
- * $Id: errstring.h,v 1.4.4.3 2003/06/24 17:16:10 ca Exp $
+ * $Id: errstring.h,v 1.9 2003/12/10 03:19:06 gshapiro Exp $
*/
/*
@@ -17,7 +17,9 @@
# define SM_ERRSTRING_H
#include <errno.h>
+#if NEEDINTERRNO
extern int errno;
+#endif /* NEEDINTERRNO */
/*
** These are used in a few cases where we need some special
@@ -44,6 +46,7 @@ extern int errno;
#define E_DNSBASE (E_PSEUDOBASE + 20) /* base for DNS h_errno */
#define E_SMDBBASE (E_PSEUDOBASE + 40) /* base for libsmdb errors */
#define E_LDAPBASE (E_PSEUDOBASE + 70) /* base for LDAP errors */
+#define E_LDAPURLBASE (E_PSEUDOBASE + 200) /* base for LDAP URL errors */
/* libsmdb */
OpenPOWER on IntegriCloud