X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fdopen.c;h=89b70851b54a603e51232e1352634a56eb351cae;hb=f7a3769dede0071696bdcc13ae2ee1efe6d52d96;hp=47b930453fe248bbb6e4efef06d947ced5acb5ac;hpb=6c9fcd3b5d3108702fa1ffc92dab4ab6060f9a19;p=idzebra-moved-to-github.git diff --git a/dict/dopen.c b/dict/dopen.c index 47b9304..89b7085 100644 --- a/dict/dopen.c +++ b/dict/dopen.c @@ -1,4 +1,4 @@ -/* $Id: dopen.c,v 1.11 2005-01-15 19:38:21 adam Exp $ +/* $Id: dopen.c,v 1.13 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 @@ -89,3 +89,11 @@ void dict_bf_compact (Dict_BFile dbf) { dbf->compact_flag = 1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +