X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2Fd1_map.c;h=3f766e456f7facf59b93a47143ca89b9dd3dd899;hb=e4e44d1916c6e80e01aad163b487ee41c22272ba;hp=724ceb16f19eb6d95db8dc3a9244e8ce305c0ec1;hpb=676ae79af06721621b1f66bdaec06164b3ba7b1f;p=idzebra-moved-to-github.git diff --git a/data1/d1_map.c b/data1/d1_map.c index 724ceb1..3f766e4 100644 --- a/data1/d1_map.c +++ b/data1/d1_map.c @@ -1,8 +1,5 @@ -/* $Id: d1_map.c,v 1.17 2007-06-27 22:17:20 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 @@ -348,6 +348,7 @@ data1_node *data1_map_record (data1_handle dh, data1_node *n, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab