File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070
7171#include <ffi.h>
7272#include "ctypes.h"
73+ #ifdef HAVE_ALLOCA_H
74+ /* AIX needs alloca.h for alloca() */
7375#include <alloca.h>
76+ #endif
7477
7578#if defined(_DEBUG ) || defined(__MINGW32__ )
7679/* Don't use structured exception handling on Windows if this is defined.
Original file line number Diff line number Diff line change @@ -6937,7 +6937,7 @@ sys/param.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
69376937sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h \
69386938sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
69396939libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
6940- bluetooth/bluetooth.h linux/tipc.h spawn.h util.h
6940+ bluetooth/bluetooth.h linux/tipc.h spawn.h util.h alloca.h
69416941do :
69426942 as_ac_Header=` $as_echo " ac_cv_header_$ac_header " | $as_tr_sh `
69436943ac_fn_c_check_header_mongrel " $LINENO " " $ac_header " " $as_ac_Header " " $ac_includes_default "
Original file line number Diff line number Diff line change @@ -1532,7 +1532,7 @@ sys/param.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
15321532sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h \
15331533sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
15341534libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
1535- bluetooth/bluetooth.h linux/tipc.h spawn.h util.h )
1535+ bluetooth/bluetooth.h linux/tipc.h spawn.h util.h alloca.h )
15361536CPPFLAGS=$ac_save_cppflags
15371537AC_HEADER_DIRENT
15381538AC_HEADER_MAJOR
Original file line number Diff line number Diff line change 4949/* Define to 1 if you have the `alarm' function. */
5050#undef HAVE_ALARM
5151
52+ /* Define to 1 if you have the <alloca.h> header file. */
53+ #undef HAVE_ALLOCA_H
54+
5255/* Define this if your time.h defines altzone. */
5356#undef HAVE_ALTZONE
5457
You can’t perform that action at this time.
0 commit comments