Fix file permission check
[MonkeyD.git] / plugins / cheetah / cheetah.h
blobef5bbad2d741ca04f0ee24dc1020a87961fdc39a
1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 /* Monkey HTTP Daemon
4 * ------------------
5 * Copyright (C) 2001-2010, Eduardo Silva P.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU Library General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 #define ANSI_BOLD "\033[1m"
23 #define ANSI_CYAN "\033[36m"
24 #define ANSI_MAGENTA "\033[35m"
25 #define ANSI_RED "\033[31m"
26 #define ANSI_YELLOW "\033[33m"
27 #define ANSI_BLUE "\033[34m"
28 #define ANSI_GREEN "\033[32m"
29 #define ANSI_WHITE "\033[37m"
30 #define ANSI_RESET "\033[0m"
32 void *mk_cheetah_init(void *args);