File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 188
188
esac
189
189
AC_SUBST ( [ MANFMT] )
190
190
191
- AH_BOTTOM ( [
192
- #ifndef HAVE_SSIZE_T
193
- # if SIZEOF_SIZE_T == SIZEOF_INT
194
- typedef int ssize_t;
195
- # elif SIZEOF_SIZE_T == SIZEOF_LONG
196
- typedef long ssize_t;
197
- # elif SIZEOF_SIZE_T == SIZEOF_LONG_LONG
198
- typedef long long ssize_t;
199
- # else
200
- #error no suitable type for ssize_t found
201
- # endif
202
- #endif
203
- ] )
204
-
205
-
206
191
dnl so we always include the known-good working hack.
207
192
PHP_ADD_MAKEFILE_FRAGMENT
208
193
fi
Original file line number Diff line number Diff line change 30
30
31
31
#include "ext/standard/url.h"
32
32
33
+ /* needed for ssize_t definition */
34
+ #include <sys/types.h>
35
+
33
36
struct php_zip_stream_data_t {
34
37
struct zip * za ;
35
38
struct zip_file * zf ;
You can’t perform that action at this time.
0 commit comments