X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrftime.c;h=484852a72d13d83361cefdcc8448efe5d774dccc;hb=e48f10e4203e9770b4c5b9ca75de51b05e7ea0b6;hp=360c72bd3c6d45bd5e2d83887abd5dc312e83e7a;hpb=23dd080773057f6fbbcb37f1d616ec0c1fb762af;p=gnulib.git diff --git a/lib/strftime.c b/lib/strftime.c index 360c72bd3..484852a72 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -46,7 +46,7 @@ %p locale's AM or PM %r time, 12-hour (hh:mm:ss [AP]M) %R time, 24-hour (hh:mm) - %s time in seconds since 00:00:00, Jan 1, 1970 (a nonstandard extension) + %s time in seconds since 00:00:00, Jan 1, 1970 (a nonstandard extension) %S second (00..61) %T time, 24-hour (hh:mm:ss) %X locale's time representation (%H:%M:%S) @@ -75,14 +75,7 @@ David MacKenzie */ #ifdef HAVE_CONFIG_H -#if defined (CONFIG_BROKETS) -/* We use instead of "config.h" so that a compilation - using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h - (which it would do because it found this file in $srcdir). */ #include -#else -#include "config.h" -#endif #endif #include