X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fdirs.c;h=674fb913a3da73e31526a241c915ae57cb1233f2;hp=6c2f73b22263992e2b8f41f5a383d3d7384b8da4;hb=ba0720e26f508ba3396e232d2f82037c0e701698;hpb=d82c0efad7971d102220a8824e1ea674db5b7fe2 diff --git a/index/dirs.c b/index/dirs.c index 6c2f73b..674fb91 100644 --- a/index/dirs.c +++ b/index/dirs.c @@ -1,8 +1,5 @@ -/* $Id: dirs.c,v 1.28 2007-10-29 09:25:40 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 @@ -21,6 +18,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -225,6 +225,7 @@ void dirs_free(struct dirs_info **pp) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab