diff options
Diffstat (limited to 'plugins/gethostbyname.h')
-rw-r--r-- | plugins/gethostbyname.h | 54 |
1 files changed, 32 insertions, 22 deletions
diff --git a/plugins/gethostbyname.h b/plugins/gethostbyname.h index e420837d..d95ab26d 100644 --- a/plugins/gethostbyname.h +++ b/plugins/gethostbyname.h @@ -1,25 +1,35 @@ -/* - * This file is a ghastly hack because nobody can agree on - * gethostbyname_r()'s prototype. - * - * Copyright (C) 2001,2002 Brian Stafford <brian@stafford.uklinux.net> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * $Id$ - */ +/****************************************************************************** +* +* Nagios gethostbyname_r()'s prototype. +* +* License: GPL +* Copyright (C) 2001,2002 Brian Stafford <brian@stafford.uklinux.net> +* +* Last Modified: $Date$ +* +* Description: +* +* This file is a ghastly hack because nobody can agree on +* gethostbyname_r()'s prototype. +* +* License Information: +* +* This program 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 Software Foundation; either version 2 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +* +* $Id$ +*****************************************************************************/ /************************************************************************* Usage: |