[PHP-DEV] CVS update: php3 From: timothy (php-dev <email protected>)
Date: 01/26/99

Date: Tuesday January 26, 1999 @ 18:43
Author: timothy

Update of /repository/php3
In directory asf:/u/temp/cvs-serv28465

Modified Files:
        config.h.in configure.in
Log Message:
I broke sendmail, I fixed it.

Index: php3/config.h.in
diff -c php3/config.h.in:1.134 php3/config.h.in:1.135
*** php3/config.h.in:1.134 Fri Jan 15 13:38:34 1999
--- php3/config.h.in Tue Jan 26 18:43:32 1999
***************
*** 158,163 ****
--- 158,166 ----
  /* Define if you want the LDAP directory interface */
  #define HAVE_LDAP 0
  
+ /* Define if you want the Cybercash MCK support */
+ #define HAVE_MCK 0
+
  /* Define if you want the SNMP interface */
  #define HAVE_SNMP 0
  
Index: php3/configure.in
diff -c php3/configure.in:1.307 php3/configure.in:1.308
*** php3/configure.in:1.307 Tue Jan 26 17:17:52 1999
--- php3/configure.in Tue Jan 26 18:43:32 1999
***************
*** 1,4 ****
! dnl $Id: configure.in,v 1.307 1999/01/26 22:17:52 timothy Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
--- 1,4 ----
! dnl $Id: configure.in,v 1.308 1999/01/26 23:43:32 timothy Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
***************
*** 67,73 ****
  
  dnl AC_PROG_INSTALL
  AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/lib/sendmail, $PATH /usr/bin /usr/sbin /usr/etc /etc /usr/ucblib)
! If test -n "$PROG_SENDMAIL"; then
    AC_DEFINE(HAVE_SENDMAIL)
  fi
  
--- 67,73 ----
  
  dnl AC_PROG_INSTALL
  AC_PATH_PROG(PROG_SENDMAIL, sendmail, /usr/lib/sendmail, $PATH /usr/bin /usr/sbin /usr/etc /etc /usr/ucblib)
! if test -n "$PROG_SENDMAIL"; then
    AC_DEFINE(HAVE_SENDMAIL)
  fi
  

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>