*** 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 7310d44..bfda37d 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>