aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-02-27 20:51:53 +0000
committerGerald Combs <gerald@wireshark.org>2006-02-27 20:51:53 +0000
commitf85a15898154296c35922e371d60ef303a77e90e (patch)
tree1aece54b3cc5839020fb3429295217d7fda5826a /configure.in
parentb164a4688f23bb7f1d3cf589e73ecaa3db1b2500 (diff)
Add guard pages to emem.c. GP memory is protected using mprotect()
under UNIX and VirtualProtect() under Windows. This probably breaks compatibility with Windows 95/98/ME. svn path=/trunk/; revision=17424
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b435430ae5..c3cbab0df4 100644
--- a/configure.in
+++ b/configure.in
@@ -1218,6 +1218,7 @@ AC_SUBST(STRPTIME_O)
AC_CHECK_FUNCS(getprotobynumber gethostbyname2)
AC_CHECK_FUNCS(issetugid)
+AC_CHECK_FUNCS(mmap mprotect sysconf)
dnl blank for now, but will be used in future
AC_SUBST(ethereal_SUBDIRS)