X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fhttp_datestring.c;h=d1f6634e3df5c1b16f8d4266ac305d583c8e2f36;hb=eac17f31d1a19eb5b1db674e17c4f2dda87181f1;hp=33158dca92e20d1a9f48d54373a21bb597c4b48e;hpb=5aef179c6636b497db509e268b8c8426ce123d52;p=citadel.git diff --git a/webcit/http_datestring.c b/webcit/http_datestring.c index 33158dca9..d1f6634e3 100644 --- a/webcit/http_datestring.c +++ b/webcit/http_datestring.c @@ -1,5 +1,9 @@ #include "webcit.h" +#ifdef __FreeBSD__ +/** I like to believe there is a better way to do this. */ +#define HAVE_STRUCT_TM_TM_GMTOFF +#endif /** HTTP Months - do not translate - these are not for human consumption */ static char *httpdate_months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",