X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Fres-test.c;h=2344082926fef50423464b169bf0c0867b88519e;hp=bb074ac81d94dc7d423d031be6e774a6f24f05ca;hb=e2e073b5c947e996304ed7d577497af5e9a879ee;hpb=4478d785b7769691261005c98063b98a5a5971b3 diff --git a/util/res-test.c b/util/res-test.c index bb074ac..2344082 100644 --- a/util/res-test.c +++ b/util/res-test.c @@ -1,8 +1,5 @@ -/* $Id: res-test.c,v 1.12 2006-08-14 10:40:34 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 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 @@ -22,6 +19,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -71,6 +71,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