X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frecindex.c;h=8aa0c853e574a4498c3e4c351f5fcc10381adbfc;hb=90d4902e0921f68842031a4aa1e743d5df06047f;hp=eb4ee9e9bee371337af7a66b871a5b653169b61b;hpb=8681cc56ce8bba50a0b531107519e9f462949e9b;p=idzebra-moved-to-github.git diff --git a/index/recindex.c b/index/recindex.c index eb4ee9e..8aa0c85 100644 --- a/index/recindex.c +++ b/index/recindex.c @@ -1,8 +1,5 @@ -/* $Id: recindex.c,v 1.60 2007-11-30 09:51:31 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2011 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -20,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -350,6 +350,7 @@ void recindex_write_indx(recindex_t p, zint sysno, void *buf, int itemsize) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab