pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:593:
if test "x${GTK_CONFIG}" = "x"; then GTK_CONFIG=`which ${ac_tool_prefix}gtk12-config` export GTK_CONFIG fi if test "x${SDL_CONFIG}" = "x"; then SDL_CONFIG=`which ${ac_tool_prefix}sdl11-config` export SDL_CONFIG fi ;; Darwin*)
+
# macOS lacks prototypes for these with _POSIX_C_SOURCE
ac_cv_func_getpagesize="no"
-
+
ac_cv_func_chroot="no"
;; esac # Skip if user does not wish to use smartlink binary. if test "x$force_smartlink_script_only" = "x"; then # Strip smartlink and arguments from $CC REALCC="`echo $CC|sed -e 's/.*smartlink *//'`"; RAWCC="`echo $REALCC|sed -e 's/ .*//g'`"
pike.git/src/configure.in:4161:
AC_MSG_RESULT($pike_cv_mmap_PROT_EXEC) if test "x$pike_cv_mmap_PROT_EXEC" = "xyes"; then AC_DEFINE(MEXEC_USES_MMAP) fi fi AC_CHECK_FUNCS( \ _crypt \ poll \ accept4 \
+
chroot \
closefrom \ crypt \ crypt_r \ fdwalk \ ftruncate64 \ gethrtime \ gethrvtime \ getrlimit \ getrusage \ gettimeofday \