search for: ac_cv_have_accrights_in_msghdr

Displaying 4 results from an estimated 4 matches for "ac_cv_have_accrights_in_msghdr".

2004 Dec 27
0
[patch] some buildsystem fixes for crosscompiling
...T(yes) + AC_MSG_WARN([Cannot run test when crosscompiling, defaulted to yes.]) ] ) @@ -1682,7 +1717,8 @@ #else main() { exit(0); } #endif - ], [ true ], [ AC_DEFINE(BROKEN_SNPRINTF) ] + ], [ true ], [ AC_DEFINE(BROKEN_SNPRINTF) ], + [ true ] ) fi @@ -1802,6 +1838,7 @@ } ], [ ac_cv_have_accrights_in_msghdr="yes" ], + [ ac_cv_have_accrights_in_msghdr="no" ], [ ac_cv_have_accrights_in_msghdr="no" ] ) ]) @@ -1826,7 +1863,8 @@ } ], [ ac_cv_have_control_in_msghdr="yes" ], - [ ac_cv_have_control_in_msghdr="no" ] + [ ac_cv_have_control_in_msg...
2002 Sep 03
0
[Bug 336] ssh does not compile on Linux with libc5 and 2.0 kernel
....msg_accrights = 0; exit(0); } configure:13945: result: no configure:13954: checking for msg_control field in struct msghdr configure:13983: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno- uninitialized -I/usr/local/ssl /include -L/usr/local/ssl/lib conftest.c -lbsd -lz -lcrypto >&5 ac_cv_have_accrights_in_msghdr=no ac_cv_have_clock_t=yes ac_cv_have_control_in_msghdr=yes #define HAVE_CONTROL_IN_MSGHDR 1 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Jun 29
0
[Bug 321] New: configure does not work when cross compiling
...AC_DEFINE(BROKEN_SNPRINTF) ] + ], [ true ], [ AC_DEFINE(BROKEN_SNPRINTF) ], + [ AC_DEFINE(BROKEN_SNPRINTF) ] ) fi AC_SUBST(NO_SFTP) @@ -1523,13 +1531,16 @@ dnl make sure we're using the real structure members and not defines AC_CACHE_CHECK([for msg_accrights field in struct msghdr], ac_cv_have_accrights_in_msghdr, [ - AC_TRY_RUN( + AC_TRY_COMPILE( [ #include <sys/types.h> #include <sys/socket.h> #include <sys/uio.h> + ], + [ int main() { #ifdef msg_accrights +#error "msg_accrights is a macro" exit(1); #endif struct msghdr m; @@ -1547,13 +1558,16 @@ AC_CACHE_CHECK(...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...ac_cv_func_updwtmp=yes ac_cv_func_updwtmpx=no ac_cv_func_utimes=yes ac_cv_func_utmpname=yes ac_cv_func_utmpxname=yes ac_cv_func_vasprintf=yes ac_cv_func_vhangup=yes ac_cv_func_vsnprintf=yes ac_cv_func_waitpid=yes ac_cv_func_yp_match=no ac_cv_have___ss_family_in_struct_ss=no ac_cv_have___va_copy=yes ac_cv_have_accrights_in_msghdr=no ac_cv_have_clock_t=yes ac_cv_have_control_in_msghdr=yes ac_cv_have_decl_LLONG_MAX=yes ac_cv_have_decl__getlong=no ac_cv_have_decl__getshort=no ac_cv_have_decl_getrusage=no ac_cv_have_decl_h_errno=yes ac_cv_have_decl_strsep=yes ac_cv_have_decl_tcsendbreak=yes ac_cv_have_getopt_optreset=yes ac_cv_...