Displaying 1 result from an estimated 1 matches for "ac_cv_func_vsnprintf_working".
Did you mean:
ac_cv_func_snprintf_working
2006 May 13
0
Here's a recipe for Samba+Active Directory on Solaris 9
...ac_cv_func_snprintf_noproto" >&6
-if test "$ac_cv_func_snprintf_noproto" = yes; then
cat >>confdefs.h <<\_ACEOF
-#define NEED_SNPRINTF_PROTO 1
+#define NEED_SNPRINTF_PROTO 0
_ACEOF
fi
-fi
fi
@@ -29311,13 +29307,11 @@
echo "$as_me:$LINENO: result: $ac_cv_func_vsnprintf_working" >&5
echo "${ECHO_T}$ac_cv_func_vsnprintf_working" >&6
-if test "$ac_cv_func_vsnprintf_working" = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_VSNPRINTF 1
_ACEOF
-fi
if test "$ac_cv_func_vsnprintf_working" = yes; then
if...