blob: 6213943229831ad5ba780c86e1fdaa4a067981cb [file] [log] [blame] [raw]
/*
* Copyright (C) 2000-2010 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
* $Id$
*/
#include "ipf.h"
char thishost[MAXHOSTNAMELEN];
void initparse(void)
{
gethostname(thishost, sizeof(thishost));
thishost[sizeof(thishost) - 1] = '\0';
}