]> granicus.if.org Git - php/commitdiff
sniper claims its safe to take these out as well.
authorDan Kalowsky <kalowsky@php.net>
Wed, 4 Sep 2002 13:52:41 +0000 (13:52 +0000)
committerDan Kalowsky <kalowsky@php.net>
Wed, 4 Sep 2002 13:52:41 +0000 (13:52 +0000)
ext/session/config.m4

index d9b8d64faff5c02fe6b5fc399bad219afd648087..16bb4354137695b83801e839fd0f1ca336e73f90 100644 (file)
@@ -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,[ ])