aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorHolger Weiß <[email protected]>2010-11-10 23:03:44 +0100
committerHolger Weiß <[email protected]>2010-11-17 10:06:38 +0100
commitbcf3b3d0d589666575d9b044d0779be2e40e1762 (patch)
treedf86d361b39d348d3f24ce91762e3af9b78c8fe5 /erts/configure.in
parentf26528bbea0a24674e797a58b97117c1f8cf163f (diff)
downloadotp-bcf3b3d0d589666575d9b044d0779be2e40e1762.tar.gz
otp-bcf3b3d0d589666575d9b044d0779be2e40e1762.tar.bz2
otp-bcf3b3d0d589666575d9b044d0779be2e40e1762.zip
Allow user to specify the IP address epmd binds to
The IP address(es) epmd binds to can now be specified by the user, either via epmd's new "-address" option or (if that's not used) by setting the environment variable ERL_EPMD_ADDRESS. Multiple addresses may be specified using a comma-separated list. If the loopback address is not in this list, it will be added implicitly, so that the daemon can be queried by an interactive epmd process.
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in
index 8c6f2ac076..fdaeb90d9c 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -1716,7 +1716,7 @@ AC_CHECK_FUNCS([getnameinfo getipnodebyname getipnodebyaddr gethostbyname2])
AC_CHECK_FUNCS([ieee_handler fpsetmask finite isnan isinf res_gethostbyname dlopen \
pread pwrite writev memmove strerror strerror_r strncasecmp \
- gethrtime localtime_r gmtime_r mmap mremap memcpy mallopt \
+ gethrtime localtime_r gmtime_r inet_pton mmap mremap memcpy mallopt \
sbrk _sbrk __sbrk brk _brk __brk \
flockfile fstat strlcpy strlcat setsid posix2time setlocale nl_langinfo poll])