aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-12-08 08:43:38 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-12-21 23:38:09 +0800
commit147078f43db61e75301a80a0d2eb182c945e9e74 (patch)
tree8db90f2a61d9314a0623201d7e26e1b2e9b96fe2 /osx
parent90629caa61b605c403aa33c1e3d7bdd2d7b6cb6b (diff)
Solaris build fixes: use _sys_errs if available
Diffstat (limited to 'osx')
-rw-r--r--osx/config.h6
1 files changed, 6 insertions, 0 deletions
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 <sys/ioctl.h> 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 */