From 147078f43db61e75301a80a0d2eb182c945e9e74 Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 8 Dec 2014 08:43:38 +0800 Subject: Solaris build fixes: use _sys_errs if available --- osx/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'osx') diff --git a/osx/config.h b/osx/config.h index fde95a19..3206701c 100644 --- a/osx/config.h +++ b/osx/config.h @@ -114,6 +114,9 @@ */ /* #undef HAVE_SYS_DIR_H */ +/* Define to 1 if the sys_errlist array is available. */ +#define HAVE_SYS_ERRLIST 1 + /* Define to 1 if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 @@ -194,6 +197,9 @@ /* Define to 1 if you have the file `/proc/self/stat'. */ /* #undef HAVE__PROC_SELF_STAT */ +/* Define to 1 if the _sys_errs array is available. */ +/* #undef HAVE__SYS__ERRS */ + /* Define to 1 if the __environ symbol is exported. */ /* #undef HAVE___ENVIRON */ -- cgit v1.2.3