* libltdl/argz.c <HAVE_CONFIG_H>: Avoid redefinition warning.

This commit is contained in:
Ralf Wildenhues 2005-09-14 16:09:16 +00:00
parent 8b84089a97
commit d398ce8acb
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2005-09-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/argz.c <HAVE_CONFIG_H>: Avoid redefinition warning.
* libltdl/ltdl.c (lt_argz_insert): Work around newlib
argz_insert bug.
* Makefile.am (VERSION_INFO): Bumped revision.

View File

@ -29,6 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
/* Provide our wierdo HAVE_CONFIG_H rvalue for other clients. */
#if !defined(LTDL) && defined(HAVE_CONFIG_H)
# undef HAVE_CONFIG_H
# define HAVE_CONFIG_H <config.h>
#endif