From: Ralf Wildenhues Date: Tue, 29 Aug 2006 06:15:19 +0000 (+0000) Subject: Sync from Libtool: X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb4eeab9aefb80da4522dfde010b7c1b96ffc48;p=pspp Sync from Libtool: * libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code sharing with gnulib. Report by Eric Blake. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index ccb82bff5c..68f25f79be 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2006-08-29 Ralf Wildenhues + + Sync from Libtool: + + 2006-08-28 Ralf Wildenhues + + * libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code + sharing with gnulib. Report by Eric Blake. + 2006-08-28 Paul Eggert * fcntl_.h: New file. @@ -29,7 +38,7 @@ Test here whether the string length is > INT_MAX. 2006-08-26 Bruno Haible - Simon Josefsson + Simon Josefsson BeOS portability. * getaddrinfo.c (PF_INET, PF_UNSPEC): New macros. diff --git a/lib/argz.c b/lib/argz.c index 316579a781..d00a016996 100644 --- a/lib/argz.c +++ b/lib/argz.c @@ -1,5 +1,5 @@ /* 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 NOTE: The canonical source of this file is maintained with the @@ -19,7 +19,7 @@ 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