summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-22 08:49:43 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-22 08:49:43 -0400
commit24abcf9771bd13fd4b3a7a33274ff667b56688f2 (patch)
tree2f17b00b24acc9ee7b07d7de42a16242cf73b902 /configure.ac
parentd9ba7db38b328eddeb8a7bb5918ac565994b1f7b (diff)
parent608aa62ec90db772713802d3d1a0108b8aacc46b (diff)
downloadtor-24abcf9771bd13fd4b3a7a33274ff667b56688f2.tar.gz
tor-24abcf9771bd13fd4b3a7a33274ff667b56688f2.zip
Merge branch 'bug25399_squashed'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 53024abe39..6fadc21df4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -553,6 +553,7 @@ AC_CHECK_FUNCS(
mach_approximate_time \
memmem \
memset_s \
+ mmap \
pipe \
pipe2 \
prctl \
@@ -1740,14 +1741,6 @@ AC_CHECK_DECLS([mlockall], , , [
#include <sys/mman.h>
#endif])
-# Some MinGW environments don't have getpagesize in unistd.h. We don't use
-# AC_CHECK_FUNCS(getpagesize), because other environments rename getpagesize
-# using macros
-AC_CHECK_DECLS([getpagesize], , , [
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif])
-
# Allow user to specify an alternate syslog facility
AC_ARG_WITH(syslog-facility,
AS_HELP_STRING(--with-syslog-facility=LOG, [syslog facility to use (default=LOG_DAEMON)]),