X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargz.c;h=ff1a4f644d9837c81226cf7845aecb0596f107eb;hb=b566a1cae5310716bad3151cee69f943915b2d31;hp=979d20690006617f0c12fd8c7187af8adfc517ed;hpb=5f6fdf966bf497d4a41a76b0716dee83324f6571;p=gnulib.git diff --git a/lib/argz.c b/lib/argz.c index 979d20690..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,13 +19,10 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -/* Provide our wierdo HAVE_CONFIG_H rvalue for other clients. */ -#if !defined(LTDL) && defined(HAVE_CONFIG_H) -# define HAVE_CONFIG_H -#endif - -#if defined(HAVE_CONFIG_H) -# include HAVE_CONFIG_H +#if defined(LTDL) && defined LT_CONFIG_H +# include LT_CONFIG_H +#else +# include #endif #include