X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Fres.c;h=efb6473806a4dc26c503fee9d13c204e9566f855;hp=50ef275edcbd25507f0f7155116989d14cb895fa;hb=96e4c5479e111511f5df3531b6648931251b9e5d;hpb=34cbac3d95d4115856ac1620911e51c7e056289c diff --git a/util/res.c b/util/res.c index 50ef275..efb6473 100644 --- a/util/res.c +++ b/util/res.c @@ -1,8 +1,5 @@ -/* $Id: res.c,v 1.58 2007-05-16 10:57:06 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 @@ -544,6 +544,7 @@ int res_check(Res r_i, Res r_v) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab