1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/lang/erlang/files/patch-ap

13 lines
349 B
Plaintext
Raw Normal View History

--- erts/config.h.in.orig Thu Mar 28 21:53:19 2002
+++ erts/config.h.in Thu Mar 28 21:54:07 2002
@@ -211,6 +211,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