X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fdopen.c;h=89b70851b54a603e51232e1352634a56eb351cae;hb=e92856ea4fecc1a5ea6875ad47797d462fd5fcae;hp=d014eb49d21427df2e25614ac36eda26bf676302;hpb=05b9b8ed020c5bfa48a913d6a2e2b50ddf1bab8e;p=idzebra-moved-to-github.git diff --git a/dict/dopen.c b/dict/dopen.c index d014eb4..89b7085 100644 --- a/dict/dopen.c +++ b/dict/dopen.c @@ -1,6 +1,6 @@ -/* $Id: dopen.c,v 1.10 2004-12-08 12:23:08 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 - Index Data Aps +/* $Id: dopen.c,v 1.13 2006-05-10 08:13:18 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -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 + */ +