X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrftime.c;h=569a3d448e504bca02e6b5db42721eaf747bb82b;hb=2e296bb50d37439d208c507bc8409336822a0c28;hp=cfd41adbee8ba1a6c94d4a570df30e7ff70d3aca;hpb=cd47583be488a600699606197091077ba4cb2c1d;p=gnulib.git diff --git a/lib/strftime.c b/lib/strftime.c index cfd41adbe..569a3d448 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -73,6 +73,17 @@ 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 #if defined(TM_IN_SYS_TIME) || (!defined(HAVE_TM_ZONE) && !defined(HAVE_TZNAME)) #include