--- lbbs/include/common.h 2004/10/17 06:19:01 1.2 +++ lbbs/include/common.h 2004/10/19 17:11:39 1.7 @@ -1,3 +1,45 @@ +/*************************************************************************** + common.h - description + ------------------- + begin : Mon Oct 18 2004 + copyright : (C) 2004 by Leaflet + email : leaflet@leafok.com + ***************************************************************************/ + +/*************************************************************************** + * * + * 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. * + * * + ***************************************************************************/ + #include +#include #include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +//Enviroment +extern char app_home_dir[256]; + +//Network +extern int socket_server; +extern int socket_client; +extern char hostaddr_server[50]; +extern char hostaddr_client[50]; +extern int port_server; +extern int port_client; +//Database +extern char DB_host[256]; +extern char DB_username[50]; +extern char DB_password[50];