summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Kalowsky <kalowsky@php.net>2002-09-04 13:52:41 +0000
committerDan Kalowsky <kalowsky@php.net>2002-09-04 13:52:41 +0000
commite5324723d0b33d05a3b2e53048cdecc033468170 (patch)
treeb9180c37544b4d4c37836979a55169cfe15ad64e
parent65df9d5127ce33c27bb57bce8b152bceb88081a6 (diff)
downloadphp-git-e5324723d0b33d05a3b2e53048cdecc033468170.tar.gz
sniper claims its safe to take these out as well.
-rw-r--r--ext/session/config.m43
1 files changed, 0 insertions, 3 deletions
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,[ ])