Displaying 8 results from an estimated 8 matches for "ac_cv_func_snprintf".
2006 May 13
0
Here's a recipe for Samba+Active Directory on Solaris 9
...t/local/include \
LDFLAGS=-L/opt/local/lib
make
make install
Patch to Heimdal 0.7 configure
------------------------------
---cut---cut---cut---
--- backup.configure Wed May 10 09:32:05 2006
+++ configure Wed May 10 09:57:51 2006
@@ -29163,13 +29163,11 @@
echo "$as_me:$LINENO: result: $ac_cv_func_snprintf_working" >&5
echo "${ECHO_T}$ac_cv_func_snprintf_working" >&6
-if test "$ac_cv_func_snprintf_working" = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_SNPRINTF 1
_ACEOF
-fi
if test "$ac_cv_func_snprintf_working" = yes; then...
2001 Feb 13
1
configure.in reorder patch
...- [AC_CHECK_LIB(bsd, daemon, [LIBS="$LIBS -lbsd"; AC_DEFINE(HAVE_DAEMON)])]
-)
-
-AC_CHECK_FUNC(getpagesize,
- [AC_DEFINE(HAVE_GETPAGESIZE)],
- [AC_CHECK_LIB(ucb, getpagesize, [LIBS="$LIBS -lucb"; AC_DEFINE(HAVE_GETPAGESIZE)])]
-)
-
-# Check for broken snprintf
-if test "x$ac_cv_func_snprintf" = "xyes" ; then
- AC_MSG_CHECKING([whether snprintf correctly terminates long strings])
- AC_TRY_RUN(
- [
-#include <stdio.h>
-int main(void){char b[5];snprintf(b,5,"123456789");return(b[4]!='\0');}
- ],
- [AC_MSG_RESULT(yes)],
- [
- AC_MSG_RESULT(no)...
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
...setlogin=no
ac_cv_func_setpcred=no
ac_cv_func_setproctitle=no
ac_cv_func_setresgid=no
ac_cv_func_setreuid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=no
ac_cv_func_setutent=yes
ac_cv_func_setutxent=yes
ac_cv_func_setvbuf=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigvec=no
ac_cv_func_snprintf=yes
ac_cv_func_socketpair=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strmode=no
ac_cv_func_strsep=no
ac_cv_func_sysconf=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_time=yes
ac_cv_func_truncate=yes
ac_cv_func_upd...
2004 Mar 22
18
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
http://bugzilla.mindrot.org/show_bug.cgi?id=748
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |japs at adm.ku.dk
------- Additional Comments From dtucker at zip.com.au 2004-03-22 22:46 -------
*** Bug 816 has been marked as a
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...proctitle=no
ac_cv_func_setregid=yes
ac_cv_func_setresgid=no
ac_cv_func_setresuid=no
ac_cv_func_setreuid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=yes
ac_cv_func_setutent=yes
ac_cv_func_setutxent=yes
ac_cv_func_setvbuf=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigvec=no
ac_cv_func_snprintf=yes
ac_cv_func_socketpair=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strmode=no
ac_cv_func_strnvis=no
ac_cv_func_strsep=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtonum=no
ac_cv_func_strt...
2010 Sep 03
1
TinycoreLinux Install
...thostname='yes'
ac_cv_func_getrusage='yes'
ac_cv_func_gettimeofday='yes'
ac_cv_func_hstrerror='yes'
ac_cv_func_link='yes'
ac_cv_func_memcmp_working='yes'
ac_cv_func_pread='yes'
ac_cv_func_pwrite='yes'
ac_cv_func_sigaction='yes'
ac_cv_func_snprintf='snprintf'
ac_cv_func_snprintf_noniso='no'
ac_cv_func_strerror='yes'
ac_cv_func_sysconf='yes'
ac_cv_func_times='yes'
ac_cv_header_dlfcn_h='yes'
ac_cv_header_fcntl_h='yes'
ac_cv_header_inttypes_h='yes'
ac_cv_header_limits_h='yes'...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...ext}; then
+if { (eval echo configure:2513: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -2537,19 +2539,19 @@
# Check for broken snprintf
if test "x$ac_cv_func_snprintf" = "xyes" ; then
echo $ac_n "checking whether snprintf correctly terminates long strings""... $ac_c" 1>&6
-echo "configure:2541: checking whether snprintf correctly terminates long strings" >&5
+echo "configure:2543: checking whether...
2000 Oct 04
0
2.2.0p1 chroot patch
...ext}; then
+if { (eval echo configure:2580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -2604,19 +2606,19 @@
# Check for broken snprintf
if test "x$ac_cv_func_snprintf" = "xyes" ; then
echo $ac_n "checking whether snprintf correctly terminates long strings""... $ac_c" 1>&6
-echo "configure:2608: checking whether snprintf correctly terminates long strings" >&5
+echo "configure:2610: checking whether...