X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-proxy.cpp;h=6170a1e28238907fab97554e70a33cbe64eaf6e1;hb=2c1361022c99ef0dccedad47cfe6e6bbd0a0a5ee;hp=2b1afbe4c0af44bf39f2e5e8f3884bd53bb25eac;hpb=aca804d1a911b00702dd386e8bf5346a5308beda;p=yazproxy-moved-to-github.git diff --git a/src/yaz-proxy.cpp b/src/yaz-proxy.cpp index 2b1afbe..6170a1e 100644 --- a/src/yaz-proxy.cpp +++ b/src/yaz-proxy.cpp @@ -1,4 +1,4 @@ -/* $Id: yaz-proxy.cpp,v 1.18 2005-01-18 10:49:45 adam Exp $ +/* $Id: yaz-proxy.cpp,v 1.19 2005-02-07 13:29:38 adam Exp $ Copyright (c) 1998-2005, Index Data. This file is part of the yaz-proxy. @@ -19,6 +19,11 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef WIN32 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_TYPES_H 1 +#endif + #if HAVE_UNISTD_H #include #endif @@ -1889,10 +1894,10 @@ void Yaz_Proxy::srw_get_client(const char *db, const char **backend_db) int Yaz_Proxy::file_access(Z_HTTP_Request *hreq) { + struct stat sbuf; yaz_log(YLOG_LOG, "file_access"); if (strcmp(hreq->method, "GET")) return 0; - struct stat sbuf; if (hreq->path[0] != '/') { yaz_log(YLOG_WARN, "Bad path: %s", hreq->path);