On Mon, Feb 05, 2001 at 04:45:01PM +0100, Jean-Marc Lasgouttes wrote:
> >>>>> "lyx-devel" == lyx-devel <[EMAIL PROTECTED]> writes:
>
> lyx-devel> 1. Checks if function prototypes for snprintf() and
> lyx-devel> vsnprintf() exist. If not, the prototypes in
> lyx-devel> src/support/snprintf.h are used.
>
> Please, do not modify config.h.in. This file is generated
> automatically from acconfig.h (with the autoheader program, invoked by
> autogen.sh). In fact, I'd be happy if you could produce a new patch
> doing this, since I cannot test changes against HP-UX, and I tend to
> be both lazy and paranoid.
Ok, patch for acconfig.h attached.
--
albert chin ([EMAIL PROTECTED])
-- snip snip
--- acconfig.h.orig Mon Feb 5 13:34:12 2001
+++ acconfig.h Mon Feb 5 13:34:46 2001
@@ -47,6 +47,12 @@
/* Define as 1 if the MKSTEMP function is declared */
#undef HAVE_DECL_MKSTEMP
+/* Define if you have the function prototype for snprintf(). */
+#undef HAVE_DECL_SNPRINTF
+
+/* Define if you have the function prototype for vsnprintf(). */
+#undef HAVE_DECL_VSNPRINTF
+
@BOTTOM@
/************************************************************