X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Ftstbfile1.c;h=3f972a509c65d2303ed29cc9e2bc099dda5df8a3;hb=2e964851c12075d7177a1bfcc941688d2a338f2f;hp=2576787802100a1c705c67d2a63d63d159b49141;hpb=ba950cd0f07c22d667375141f368490123a72127;p=idzebra-moved-to-github.git diff --git a/bfile/tstbfile1.c b/bfile/tstbfile1.c index 2576787..3f972a5 100644 --- a/bfile/tstbfile1.c +++ b/bfile/tstbfile1.c @@ -1,8 +1,5 @@ -/* $Id: tstbfile1.c,v 1.6 2007-11-14 09:44:16 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 @@ -191,6 +191,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