public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Ben Elliston <bje@wasabisystems.com>
To: sid@sources.redhat.com
Subject: Re: Using vsnprintf or vasprintf in sid
Date: Mon, 26 May 2003 04:47:00 -0000	[thread overview]
Message-ID: <87y90utizh.fsf@sashimi.wasabisystems.com> (raw)
In-Reply-To: <3ECE6412.7040007@redhat.com>

Hi Dave!

Dave Brolley <brolley@redhat.com> writes:

> I have a need for printf-like printing into a buffer, however I have
> no control over the input and so I don't know the size of the buffer
> which will be required. It looks like vsnprintf (_ISOC99_SOURCE) or
> vasprintf (_GNU_SOURCE) are what I need. Is it ok to use these
> function in sid and, if so, how do I get configure to add the
> necessary -Dxxxx to the sid compilations and (if necessary) specify
> the library to look in?

I'm not aware of any policy (the problem with SID is that it lacks the
strict policies and exciting politics of other free software
projects!) that would prevent you from using either of these functions
in SID, provided that you use Autoconf tests as you suggest.  I think
it's important to have a fall-back implementation, though, in the case
that neither is available.

Take a look at using AC_CHECK_FUNC to do the test and set a #define in
config.h to indicate the function(s) presence.  If you can, try and
isolate the test to the configure script used in the part of the
source tree you're working in rather than running the test in the
top-level configure script.

Cheers, Ben


  reply	other threads:[~2003-05-26  4:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-23 18:17 Dave Brolley
2003-05-26  4:47 ` Ben Elliston [this message]
2003-05-26  5:18   ` Scott Dattalo
2003-05-26 17:28 ` Dave Brolley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y90utizh.fsf@sashimi.wasabisystems.com \
    --to=bje@wasabisystems.com \
    --cc=sid@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).