pajoye          Sat Aug 23 21:08:09 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/standard       crypt_freesec.h 
  Log:
  - MFH: fix build
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_freesec.h?r1=1.1.2.5&r2=1.1.2.6&diff_format=u
Index: php-src/ext/standard/crypt_freesec.h
diff -u php-src/ext/standard/crypt_freesec.h:1.1.2.5 
php-src/ext/standard/crypt_freesec.h:1.1.2.6
--- php-src/ext/standard/crypt_freesec.h:1.1.2.5        Sat Aug 23 20:42:18 2008
+++ php-src/ext/standard/crypt_freesec.h        Sat Aug 23 21:08:09 2008
@@ -1,8 +1,7 @@
-/* $Id: crypt_freesec.h,v 1.1.2.5 2008/08/23 20:42:18 pajoye Exp $ */
+/* $Id: crypt_freesec.h,v 1.1.2.6 2008/08/23 21:08:09 pajoye Exp $ */
 #ifndef _CRYPT_FREESEC_H
 #define _CRYPT_FREESEC_H
 
-#include "php_config.h"
 
 #if PHP_WIN32
 # include "win32/php_stdint.h"
@@ -15,11 +14,6 @@
    typedef uint32_t u_int32_t;
 # endif
 #endif
-#if !PHP_WIN32
-# ifndef HAVE_U_INT32_T
-   typedef uint32_t u_int32_t;
-# endif
-#endif
 
 #define MD5_HASH_MAX_LEN 120
 



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

Reply via email to