search for: ac_cv_func_mmap

Displaying 3 results from an estimated 3 matches for "ac_cv_func_mmap".

Did you mean: ac_cv_func_smmap
2002 Jun 25
2
Linux 2.2 + borken mmap() round 1
...sion 1.69 diff -u -r1.69 configure.ac --- configure.ac 24 Jun 2002 16:26:49 -0000 1.69 +++ configure.ac 25 Jun 2002 00:16:06 -0000 @@ -574,6 +574,30 @@ socketpair strerror strlcat strlcpy strmode strsep sysconf tcgetpgrp \ truncate utimes vhangup vsnprintf waitpid __b64_ntop _getpty) +if test $ac_cv_func_mmap = yes ; then +AC_MSG_CHECKING([for mmap anon shared]) +AC_TRY_RUN( + [ +#include <stdio.h> +#include <sys/mman.h> +#if !defined(MAP_ANON) && defined(MAP_ANONYMOUS) +#define MAP_ANON MAP_ANONYMOUS +#endif +main() { char *p; +p = (char *) mmap(NULL, 10, PROT_WRITE|PROT_READ, MAP_A...
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
..._getutxid=yes ac_cv_func_getutxline=yes ac_cv_func_glob=yes ac_cv_func_inet_aton=no ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=yes ac_cv_func_innetgr=yes ac_cv_func_login_getcapbool=no ac_cv_func_logout=no ac_cv_func_logwtmp=no ac_cv_func_md5_crypt=no ac_cv_func_memmove=yes ac_cv_func_mkdtemp=no ac_cv_func_mmap=yes ac_cv_func_ngetaddrinfo=no ac_cv_func_ogetaddrinfo=no ac_cv_func_openpty=no ac_cv_func_pututline=yes ac_cv_func_pututxline=yes ac_cv_func_readpassphrase=no ac_cv_func_realpath=yes ac_cv_func_recvmsg=yes ac_cv_func_rresvport_af=yes ac_cv_func_sendmsg=yes ac_cv_func_setdtablesize=no ac_cv_func_se...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...tutxid=yes ac_cv_func_getutxline=yes ac_cv_func_glob=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=yes ac_cv_func_innetgr=no ac_cv_func_login_getcapbool=no ac_cv_func_logout=yes ac_cv_func_logwtmp=yes ac_cv_func_md5_crypt=no ac_cv_func_memmove=yes ac_cv_func_mkdtemp=yes ac_cv_func_mmap=yes ac_cv_func_ngetaddrinfo=no ac_cv_func_nsleep=no ac_cv_func_ogetaddrinfo=no ac_cv_func_openlog_r=no ac_cv_func_openpty=yes ac_cv_func_prctl=no ac_cv_func_pstat=no ac_cv_func_pututline=yes ac_cv_func_pututxline=yes ac_cv_func_readpassphrase=no ac_cv_func_realpath=yes ac_cv_func_recvmsg=yes ac_cv_...