changed the server code to support multiple listening addresses

This commit is contained in:
2018-03-22 09:46:44 +00:00
parent b7590398f1
commit f575bc6add
5 changed files with 218 additions and 56 deletions

View File

@ -121,6 +121,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS([stddef.h wchar.h wctype.h errno.h signal.h fcntl.h dirent.h])
AC_CHECK_HEADERS([time.h sys/time.h utime.h spawn.h execinfo.h ucontext.h])
AC_CHECK_HEADERS([dlfcn.h ltdl.h sys/mman.h sys/uio.h])
AC_CHECK_HEADERS([sys/devpoll.h sys/epoll.h poll.h])
dnl check data types
dnl AC_CHECK_TYPE([wchar_t],