File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -466,7 +466,6 @@ sys/statfs.h \
466
466
sys/statvfs.h \
467
467
sys/vfs.h \
468
468
sys/sysexits.h \
469
- sys/varargs.h \
470
469
sys/wait.h \
471
470
sys/loadavg.h \
472
471
termios.h \
Original file line number Diff line number Diff line change @@ -47,17 +47,7 @@ extern "C" {
47
47
#include "gd_io.h"
48
48
49
49
/* va_list needed in gdErrorMethod */
50
- #ifdef PHP_WIN32
51
- # include <stdarg.h>
52
- #else
53
- # if HAVE_STDARG_H
54
- # include <stdarg.h>
55
- # else
56
- # if HAVE_SYS_VARARGS_H
57
- # include <sys/varargs.h>
58
- # endif
59
- # endif
60
- #endif
50
+ #include <stdarg.h>
61
51
62
52
/* The maximum number of palette entries in palette-based images.
63
53
In the wonderful new world of gd 2.0, you can of course have
Original file line number Diff line number Diff line change @@ -224,13 +224,8 @@ typedef unsigned int socklen_t;
224
224
#if HAVE_UNISTD_H
225
225
#include <unistd.h>
226
226
#endif
227
- #if HAVE_STDARG_H
227
+
228
228
#include <stdarg.h>
229
- #else
230
- # if HAVE_SYS_VARARGS_H
231
- # include <sys/varargs.h>
232
- # endif
233
- #endif
234
229
235
230
#include "php_stdint.h"
236
231
You can’t perform that action at this time.
0 commit comments