00001 00012 /* 00013 MUnDoCAAD MUD Engine 00014 Copyright (C) 2002-2005 José Manuel Ferrer Ortiz 00015 00016 ***************************************************************************** 00017 * * 00018 * This program is free software; you can redistribute it and/or modify it * 00019 * under the terms of the GNU General Public License version 2, as * 00020 * published by the Free Software Foundation. * 00021 * * 00022 * This program is distributed in the hope that it will be useful, but * 00023 * WITHOUT ANY WARRANTY; without even the implied warranty of * 00024 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * 00025 * General Public License version 2 for more details. * 00026 * * 00027 * You should have received a copy of the GNU General Public License * 00028 * version 2 along with this program; if not, write to the Free Software * 00029 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 00030 * * 00031 ***************************************************************************** 00032 */ 00033 00034 #ifndef _CONFIG_HPP 00035 #define _CONFIG_HPP 00036 00037 00039 00047 #define MAX_FALLOS 3 00048 00050 #define MAX_LINEAS 256 00051 00053 #define MAX_TAM_LINEA 1024 00054 00056 #define MENSAJE_BIENVENIDA "\nBienvenido a MUnDo CAAD: Aventura sin fin\n" 00057 00059 00065 #define MENSAJE_CONEXION "Estás entrando en MUnDo CAAD: Aventura sin fin\n" 00066 00068 #define NIVEL_PROLIJIDAD 5 00069 00071 00074 #define NUM_MAX_CONXS_PENDS 4 00075 00077 00081 #define NUM_PUERTO 55555 00082 00083 #endif // _CONFIG_HPP
1.4.4