X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftcpdchk.c;h=26acb8e1fd554ed98a6ef37c3847e7d8b23f3344;hb=7bfdd9cdcbfd12d6690278c9b56a7ac26b2457e9;hp=d3edb22df5f956ea4c2a8b9019a8b9b69e5e5d38;hpb=a679666e56f9f6ea19e4c22e36089ccb3716dd0f;p=yaz-moved-to-github.git diff --git a/src/tcpdchk.c b/src/tcpdchk.c index d3edb22..26acb8e 100644 --- a/src/tcpdchk.c +++ b/src/tcpdchk.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ /** @@ -7,6 +7,10 @@ * \brief Implements TCP WRAPPER check. */ +#if HAVE_CONFIG_H +#include +#endif + #include #include @@ -106,6 +110,7 @@ int check_ip_tcpd(void *cd, const char *addr, int len, int type) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab