sniper          Fri Apr  8 09:37:53 2005 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    configure.in 
  Log:
  MFH: for the s*printf* stuff
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.161&r2=1.396.2.162&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.161 php-src/configure.in:1.396.2.162
--- php-src/configure.in:1.396.2.161    Wed Mar 30 17:10:25 2005
+++ php-src/configure.in        Fri Apr  8 09:37:53 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.161 2005/03/30 22:10:25 iliaa Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.162 2005/04/08 13:37:53 sniper Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -425,6 +425,12 @@
 PHP_STRUCT_FLOCK
 PHP_SOCKLEN_T
 
+AC_CHECK_SIZEOF(intmax_t, 0)
+AC_CHECK_SIZEOF(size_t, 8)
+AC_CHECK_SIZEOF(ssize_t, 8)
+AC_CHECK_SIZEOF(ptrdiff_t, 8)
+AC_CHECK_SIZEOF(long long, 8)
+AC_CHECK_SIZEOF(long long int, 8)
 AC_CHECK_SIZEOF(long, 8)
 AC_CHECK_SIZEOF(int, 4)
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to