X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fdrdwr.c;h=0909717b5cb09669275ccce61851eae776c1d777;hb=54bf7dc88056fa2a813786e72dfea55b7c0e3e40;hp=a77335fbea7a367b10a963450c1a8df1515f0566;hpb=6c9fcd3b5d3108702fa1ffc92dab4ab6060f9a19;p=idzebra-moved-to-github.git diff --git a/dict/drdwr.c b/dict/drdwr.c index a77335f..0909717 100644 --- a/dict/drdwr.c +++ b/dict/drdwr.c @@ -1,4 +1,4 @@ -/* $Id: drdwr.c,v 1.16 2005-01-15 19:38:21 adam Exp $ +/* $Id: drdwr.c,v 1.18 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -24,7 +24,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#ifndef WIN32 +#if HAVE_UNISTD_H #include #endif #include @@ -252,3 +252,11 @@ int dict_bf_touch (Dict_BFile dbf, int no) return -1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +