X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Ftstres.c;h=61f5dab0bdc001bdec0f3e6a2c29bcca9e343203;hp=15ff89a2c90bcec4fb194dbada4d66a7ab12b62b;hb=6c5467571389a21c91196ce1608945633c1cf92a;hpb=c393a764a0ff22b6a9a3560dfa3edbb46ccb13ae diff --git a/util/tstres.c b/util/tstres.c index 15ff89a..61f5dab 100644 --- a/util/tstres.c +++ b/util/tstres.c @@ -1,8 +1,5 @@ -/* $Id: tstres.c,v 1.4 2007-12-13 19:50:26 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 @@ -95,6 +95,7 @@ int main (int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab