From e5324723d0b33d05a3b2e53048cdecc033468170 Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Wed, 4 Sep 2002 13:52:41 +0000 Subject: sniper claims its safe to take these out as well. --- ext/session/config.m4 | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/session/config.m4') diff --git a/ext/session/config.m4 b/ext/session/config.m4 index d9b8d64faf..16bb435413 100644 --- a/ext/session/config.m4 +++ b/ext/session/config.m4 @@ -9,9 +9,6 @@ PHP_ARG_ENABLE(session, whether to enable PHP sessions, [ --disable-session Disable session support], yes) if test "$PHP_SESSION" != "no"; then - AC_CHECK_FUNCS(pread pwrite) - PHP_MISSING_PWRITE_DECL - PHP_MISSING_PREAD_DECL PHP_NEW_EXTENSION(session, session.c mod_files.c mod_mm.c mod_user.c, $ext_shared) PHP_SUBST(SESSION_SHARED_LIBADD) AC_DEFINE(HAVE_PHP_SESSION,1,[ ]) -- cgit v1.2.1