Main Page   Alphabetical List   Compound List   File List   Compound Members  

BossConfig.h

00001 
00002 /* 
00003  This is the BOSS configuration file. Do not modify!
00004  If you need to change the configuration modify the file
00005  /home/boss/boss-v3_3_pre4/BOSSDBConfig.sh
00006 */
00007 
00008 /* BOSS top directory */
00009 #define BOSS_TOP_DIR "/home/boss/boss-v3_3_pre4"
00010 
00011 /* BOSS version */
00012 #define BOSS_VERSION "v3_3_pre3"
00013 
00014 /* BOSS temporary directory (where files are extracted from DB) */
00015 #define BOSS_TMP_DIR "/tmp"
00016 
00017 /* BOSS update interval (at most one query every BOSS_UPD_INTERVAL sec.) */
00018 #define BOSS_UPD_INTERVAL 5
00019 
00020 /* Host where the MySQL server is running */
00021 #define BOSS_DB_HOST "young"
00022 #define BOSS_DB_DOMAIN "brunel.ac.uk"
00023 
00024 /* BOSS MySQL database */
00025 #define BOSS_DB_NAME "bossv3_3p3_young"
00026 
00027 /* Default BOSS MySQL user and password */
00028 #define BOSS_DB_USER "BOSSv3_3p3_mgr"
00029 #define BOSS_DB_USER_PW "BossMySQL"
00030 
00031 /* Guest BOSS MySQL user and password */
00032 #define BOSS_DB_GUEST "BOSSv3_3p3_mon"
00033 #define BOSS_DB_GUEST_PW "NULL"
00034 
00035 /* MySQL table type */
00036 #define BOSS_TABLE_TYPE ""
00037 
00038 /* MySQL port */
00039 #define BOSS_DB_PORT 0
00040 
00041 /* MySQL socket */
00042 #define BOSS_DB_SOCKET "NULL"
00043 
00044 /* MySQL client flag */
00045 #define BOSS_DB_CLIENT_FLAG 0

Generated at Thu Jan 16 14:21:37 2003 for BOSS to RGMA by doxygen1.2.4-20010128 written by Dimitri van Heesch, © 1997-2001