blob: 051d7094835718fa2e9d481d2cab5c44c49c961c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- erts/config.h.in.orig Wed Oct 16 10:41:05 2002
+++ erts/config.h.in Sat Nov 2 15:43:51 2002
@@ -258,6 +258,9 @@
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
+/* Define if you have the strerror_r function. */
+#undef HAVE_STRERROR_R
+
/* Define if you have the strncasecmp function. */
#undef HAVE_STRNCASECMP
|