Hi Some header fixes.
- Lauri
>From 18924c55028549829b6643d3676ffc4eac565c01 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen <[email protected]> Date: Fri, 1 Jun 2012 17:01:15 +0300 Subject: [PATCH 1/3] headers: Remove unused header file Signed-off-by: Lauri Kasanen <[email protected]> --- src/include/mk_support.h | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) delete mode 100644 src/include/mk_support.h diff --git a/src/include/mk_support.h b/src/include/mk_support.h deleted file mode 100644 index 005037f..0000000 --- a/src/include/mk_support.h +++ /dev/null @@ -1,21 +0,0 @@ -/* Monkey HTTP Daemon - * ------------------ - * Copyright (C) 2001-2012, Eduardo Silva P. <[email protected]> - * - * 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 Library 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -/* Current official protocol */ -#define MONKEY_HTTP_PROTOCOL HTTP_PROTOCOL_11 -- 1.7.2.1
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
