[PHP-CVS] cvs: php-src /ext/standard crypt_freesec.h

2008-08-26 Thread Pierre-Alain Joye
pajoye  Tue Aug 26 06:54:37 2008 UTC

  Modified files:  
/php-src/ext/standard   crypt_freesec.h 
  Log:
  - MFB:inline definition (win32)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_freesec.h?r1=1.6r2=1.7diff_format=u
Index: php-src/ext/standard/crypt_freesec.h
diff -u php-src/ext/standard/crypt_freesec.h:1.6 
php-src/ext/standard/crypt_freesec.h:1.7
--- php-src/ext/standard/crypt_freesec.h:1.6Mon Aug 25 14:10:22 2008
+++ php-src/ext/standard/crypt_freesec.hTue Aug 26 06:54:37 2008
@@ -1,10 +1,13 @@
-/* $Id: crypt_freesec.h,v 1.6 2008/08/25 14:10:22 jani Exp $ */
+/* $Id: crypt_freesec.h,v 1.7 2008/08/26 06:54:37 pajoye Exp $ */
 
 #ifndef _CRYPT_FREESEC_H
 #define _CRYPT_FREESEC_H
 
 #if PHP_WIN32
 # include win32/php_stdint.h
+# ifndef inline
+#  define inline __inline
+# endif
 #else
 # include php_config.h
 # if HAVE_INTTYPES_H



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



[PHP-CVS] cvs: php-src /ext/standard crypt_freesec.h

2008-08-25 Thread Jani Taskinen
janiMon Aug 25 14:10:22 2008 UTC

  Modified files:  
/php-src/ext/standard   crypt_freesec.h 
  Log:
  - Fix win32 build
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_freesec.h?r1=1.5r2=1.6diff_format=u
Index: php-src/ext/standard/crypt_freesec.h
diff -u php-src/ext/standard/crypt_freesec.h:1.5 
php-src/ext/standard/crypt_freesec.h:1.6
--- php-src/ext/standard/crypt_freesec.h:1.5Mon Aug 25 13:42:46 2008
+++ php-src/ext/standard/crypt_freesec.hMon Aug 25 14:10:22 2008
@@ -1,13 +1,12 @@
-/* $Id: crypt_freesec.h,v 1.5 2008/08/25 13:42:46 jani Exp $ */
+/* $Id: crypt_freesec.h,v 1.6 2008/08/25 14:10:22 jani Exp $ */
 
 #ifndef _CRYPT_FREESEC_H
 #define _CRYPT_FREESEC_H
 
-#include php_config.h
-
 #if PHP_WIN32
 # include win32/php_stdint.h
 #else
+# include php_config.h
 # if HAVE_INTTYPES_H
 #  include inttypes.h
 # elif HAVE_STDINT_H



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



[PHP-CVS] cvs: php-src /ext/standard crypt_freesec.h

2008-08-08 Thread Hannes Magnusson
bjori   Fri Aug  8 08:19:46 2008 UTC

  Modified files:  
/php-src/ext/standard   crypt_freesec.h 
  Log:
  Fix build on FreeBSD4.11 (bug#45757)
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_freesec.h?r1=1.1r2=1.2diff_format=u
Index: php-src/ext/standard/crypt_freesec.h
diff -u php-src/ext/standard/crypt_freesec.h:1.1 
php-src/ext/standard/crypt_freesec.h:1.2
--- php-src/ext/standard/crypt_freesec.h:1.1Mon Jul 28 11:34:53 2008
+++ php-src/ext/standard/crypt_freesec.hFri Aug  8 08:19:46 2008
@@ -1,10 +1,10 @@
-/* $Id: crypt_freesec.h,v 1.1 2008/07/28 11:34:53 pajoye Exp $ */
+/* $Id: crypt_freesec.h,v 1.2 2008/08/08 08:19:46 bjori Exp $ */
 #ifndef _CRYPT_FREESEC_H
 #define _CRYPT_FREESEC_H
 
 #if PHP_WIN32
 # include win32/php_stdint.h
-#else
+#elif HAVE_STDINT_H
 # include stdint.h
 #endif
 



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