bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

strings.h in argz.c?


From: Simon Josefsson
Subject: strings.h in argz.c?
Date: Mon, 30 Oct 2006 09:51:03 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (gnu/linux)

I was going over gnutls to remove obsolete constructs, and noticed
that it uses strings.h.  I only found one place in gnulib that uses
this file.  argz.c contains:

#if defined(HAVE_STRING_H)
#  include <string.h>
#elif defined(HAVE_STRINGS_H)
#  include <strings.h>
#endif
#if defined(HAVE_MEMORY_H)
#  include <memory.h>
#endif

Is strings.h needed on any modern platform?

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]