X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargz.c;h=ff1a4f644d9837c81226cf7845aecb0596f107eb;hb=4a6f6ccf4f28947ff868115b73434a9c5af32727;hp=316579a78189108fd672c5aeafb61bbd69cee4aa;hpb=69d12657009b2d32c7901b5d45fb70341e5f14af;p=gnulib.git diff --git a/lib/argz.c b/lib/argz.c index 316579a78..ff1a4f644 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,12 +19,10 @@ 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) -# if defined(LTDL) && defined LT_CONFIG_H -# include LT_CONFIG_H -# else -# include -# endif +#if defined(LTDL) && defined LT_CONFIG_H +# include LT_CONFIG_H +#else +# include #endif #include