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 @@ -6928,7 +6928,7 @@ sys/param.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
69286928sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h \
69296929sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
69306930libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
6931- bluetooth/bluetooth.h linux/tipc.h spawn.h util.h
6931+ bluetooth/bluetooth.h linux/tipc.h spawn.h util.h alloca.h
69326932do :
69336933 as_ac_Header=` $as_echo " ac_cv_header_$ac_header " | $as_tr_sh `
69346934ac_fn_c_check_header_mongrel " $LINENO " " $ac_header " " $as_ac_Header " " $ac_includes_default "
Original file line number Diff line number Diff line change @@ -1526,7 +1526,7 @@ sys/param.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
15261526sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h \
15271527sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
15281528libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
1529- bluetooth/bluetooth.h linux/tipc.h spawn.h util.h )
1529+ bluetooth/bluetooth.h linux/tipc.h spawn.h util.h alloca.h )
15301530CPPFLAGS=$ac_save_cppflags
15311531AC_HEADER_DIRENT
15321532AC_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