From f85a15898154296c35922e371d60ef303a77e90e Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 27 Feb 2006 20:51:53 +0000 Subject: 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 --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') 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) -- cgit v1.2.3