]> granicus.if.org Git - curl/commitdiff
removed an unnecessary #ifdef WIN32
authorDaniel Stenberg <daniel@haxx.se>
Thu, 16 Mar 2000 11:40:48 +0000 (11:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Mar 2000 11:40:48 +0000 (11:40 +0000)
lib/http.c

index 7bbf13b7a3d131e0d651f7cf89e8ae82bd853c01..3f030b4a1d0c4db0f94816dbd7bf0005d173943c 100644 (file)
@@ -253,7 +253,7 @@ UrgError http(struct UrlData *data, char *ppath, char *host, long *bytecount)
 
       thistime = localtime(&data->timevalue);
 
-#if defined(HAVE_STRFTIME) || defined(WIN32)
+#ifdef HAVE_STRFTIME
       /* format: "Tue, 15 Nov 1994 12:45:26 GMT" */
       strftime(buf, BUFSIZE-1, "%a, %d %b %Y %H:%M:%S %Z", thistime);
 #else