]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[HAVE_CONFIG_H]: Include <config.h> conditionally,
authorJim Meyering <jim@meyering.net>
Tue, 27 Sep 2005 08:44:07 +0000 (08:44 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Sep 2005 08:44:07 +0000 (08:44 +0000)
to be consistent with gnulib.

lib/fprintftime.c

index 9e236a1174bfa93c5b037adfe88913fe6d3b207b..879726bec7ed46d66bfd02dd732c0a556d0c3595 100644 (file)
@@ -1,4 +1,6 @@
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
 
 #include "fprintftime.h"
 #define FPRINTFTIME 1