summaryrefslogtreecommitdiff
path: root/erts/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'erts/config.h.in')
-rw-r--r--erts/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/erts/config.h.in b/erts/config.h.in
index 0ec4a40761..d7fecf8631 100644
--- a/erts/config.h.in
+++ b/erts/config.h.in
@@ -89,6 +89,9 @@
/* Socket address dl length */
#undef ESOCK_SDL_LEN
+/* Use extended error info */
+#undef ESOCK_USE_EXTENDED_ERROR_INFO
+
/* Interface hwaddr supported */
#undef ESOCK_USE_HWADDR
@@ -824,6 +827,9 @@
/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE
+/* Define to 1 if you have the `memrchr' function. */
+#undef HAVE_MEMRCHR
+
/* Define if the pthread.h header file is in pthread/mit directory. */
#undef HAVE_MIT_PTHREAD_H