Meow meow! Applied patches sent by LadySerenaKitty for improved FreeBSD compatibility.
[citadel.git] / webcit / http_datestring.c
index 33158dca92e20d1a9f48d54373a21bb597c4b48e..d1f6634e3df5c1b16f8d4266ac305d583c8e2f36 100644 (file)
@@ -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",