/[LeafOK_CVS]/lbbs/src/common.c
ViewVC logotype

Diff of /lbbs/src/common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Tue Oct 19 17:10:39 2004 UTC Revision 1.2 by sysadm, Wed Oct 20 07:46:32 2004 UTC
# Line 15  Line 15 
15   *                                                                         *   *                                                                         *
16   ***************************************************************************/   ***************************************************************************/
17    
18    //Version information
19    char app_version[256] = "LBBS-devel version 1.0";
20    
21  //Global declaration for enviroment  //Global declaration for enviroment
22  char app_home_dir[256];  char app_home_dir[256];
23    
# Line 30  int port_client; Line 33  int port_client;
33  char DB_host[256];  char DB_host[256];
34  char DB_username[50];  char DB_username[50];
35  char DB_password[50];  char DB_password[50];
36    char DB_database[50];


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1