mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
034094bad9
than hardcoding root:wheel.
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
--- 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
|