+2006-08-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Sync from Libtool:
+
+ 2006-08-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
+ sharing with gnulib. Report by Eric Blake.
+
2006-08-28 Paul Eggert <eggert@cs.ucla.edu>
* fcntl_.h: New file.
Test here whether the string length is > INT_MAX.
2006-08-26 Bruno Haible <bruno@clisp.org>
- Simon Josefsson <jas@extundo.com>
+ Simon Josefsson <jas@extundo.com>
BeOS portability.
* getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
/* argz.c -- argz implementation for non-glibc systems
- Copyright (C) 2004 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2006 Free Software Foundation, Inc.
Originally by Gary V. Vaughan <gary@gnu.org>
NOTE: The canonical source of this file is maintained with the
with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-#if defined(HAVE_CONFIG_H)
+#ifdef HAVE_CONFIG_H
# if defined(LTDL) && defined LT_CONFIG_H
# include LT_CONFIG_H
# else