| 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 |
|
|
| 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]; |