diff options
author | Edin Kadribasic <edink@php.net> | 2003-11-13 10:32:05 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2003-11-13 10:32:05 +0000 |
commit | 45f12cc61fedf2398255c169d4e37f514d689236 (patch) | |
tree | eea671f403d3bbbf723f543785defb82b72dd8c7 /sapi | |
parent | a18bd05f32c228490d22b7a12813c9ab0ae0b898 (diff) | |
download | php-git-45f12cc61fedf2398255c169d4e37f514d689236.tar.gz |
Windows compile fix (patch by sfox@php.net).
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/cgi/libfcgi/include/fcgi_config_win32.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/cgi/libfcgi/include/fcgi_config_win32.h b/sapi/cgi/libfcgi/include/fcgi_config_win32.h index 81ff264d9f..a9ec224deb 100644 --- a/sapi/cgi/libfcgi/include/fcgi_config_win32.h +++ b/sapi/cgi/libfcgi/include/fcgi_config_win32.h @@ -106,6 +106,3 @@ /* Define as `__inline' if that's what the C compiler calls it, or to nothing if it is not supported. */ /* #undef inline */ - -/* Define to `int' if <sys/types.h> does not define. */ -#define ssize_t int
\ No newline at end of file |