]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 27 Sep 2005 08:59:04 +0000 (08:59 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Sep 2005 08:59:04 +0000 (08:59 +0000)
lib/ChangeLog

index 7310d4497db1e15f6d10f3d4301fec442da618e1..bfda37d870bb2a318e49179381ac6d8576f4570f 100644 (file)
@@ -1,7 +1,13 @@
 2005-09-27  Jim Meyering  <jim@meyering.net>
 
-       * strnumcmp.c: Include <config.h> here, now that strnumcmp-in.h
-       no longer includes it.
+       * fprintftime.c [HAVE_CONFIG_H]: Include <config.h> conditionally,
+       to be consistent with gnulib.
+
+       * getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.
+
+       * fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
+       * strnumcmp.c [HAVE_CONFIG_H]: Include <config.h> here, now that
+       strnumcmp-in.h no longer includes it.
 
 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>