2 * Copyright (C) 1993-2001 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
6 * $Id: initparse.c,v 1.6 2002/01/28 06:50:46 darrenr Exp $
11 char thishost
[MAXHOSTNAMELEN
];
14 void initparse
__P((void))
16 gethostname(thishost
, sizeof(thishost
));
17 thishost
[sizeof(thishost
) - 1] = '\0';