search for: ac_cv_func_getpgrp_void

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

2001 Sep 17
1
autoconf cleanup for AC_FUNC_GETPGRP and GETPGRP_VOID
...---- -# Figure out whether getpgrp takes an argument or not. Try first using -# prototypes (AC_COMPILE), and if the compiler is of no help, try a runtime -# test. +# Figure out whether getpgrp requires zero arguments. AC_DEFUN([AC_FUNC_GETPGRP], -[AC_CACHE_CHECK(whether getpgrp takes no argument, ac_cv_func_getpgrp_void, +[AC_CACHE_CHECK(whether getpgrp requires zero arguments, + ac_cv_func_getpgrp_void, [# Use it with a single arg. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], [getpgrp (0);])], - [ac_func_getpgrp_1=yes], - [ac_func_getpgrp_1=no]) -# Use it with no a...
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
...ac_cv_func_fchmod=yes ac_cv_func_fchown=yes ac_cv_func_freeaddrinfo=yes ac_cv_func_futimes=no ac_cv_func_gai_strerror=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getcwd=yes ac_cv_func_getgrouplist=no ac_cv_func_getnameinfo=yes ac_cv_func_getopt=yes ac_cv_func_getpagesize=yes ac_cv_func_getpeereid=no ac_cv_func_getpgrp_void=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_getspnam=yes ac_cv_func_gettimeofday=yes ac_cv_func_getttyent=no ac_cv_func_getutent=yes ac_cv_func_getutid=yes ac_cv_func_getutline=yes ac_cv_func_getutxent=yes ac_cv_func_getutxid=yes ac_cv_func_getutxline=yes ac_cv_func_glob=yes ac...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...es ac_cv_func_fchmod=yes ac_cv_func_fchown=yes ac_cv_func_freeaddrinfo=no ac_cv_func_futimes=yes ac_cv_func_gai_strerror=no ac_cv_func_getaddrinfo=no ac_cv_func_getcwd=yes ac_cv_func_getgrouplist=no ac_cv_func_getnameinfo=no ac_cv_func_getopt=yes ac_cv_func_getpagesize=yes ac_cv_func_getpeereid=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getrlimit=yes ac_cv_func_getspnam=no ac_cv_func_gettimeofday=yes ac_cv_func_getttyent=no ac_cv_func_getutent=yes ac_cv_func_getutid=yes ac_cv_func_getutline=yes ac_cv_func_getutxent=yes ac_cv_func_getutxid=yes ac_cv_func_getutxline=yes ac_cv_func_glob=yes ac_cv_func_inet_aton=yes ac_...