Changeset 20
- Timestamp:
- 24/10/2005 13:13:22 (7 years ago)
- Location:
- box/ben/box0_08
- Files:
-
- 4 edited
-
lib/backupclient/BackupStoreFile.h (modified) (1 diff)
-
lib/common/Box.h (modified) (1 diff)
-
lib/common/BoxPortsAndFiles.h (modified) (2 diffs)
-
modules.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/ben/box0_08/lib/backupclient/BackupStoreFile.h
r19 r20 23 23 int64_t mTotalFileStreamSize; 24 24 } BackupStoreFileStats; 25 26 // BOX_PRIVATE_BEGIN27 // Interal builds don't have backwards compatibility28 #define BOX_DISABLE_BACKWARDS_COMPATIBILITY_BACKUPSTOREFILE29 // BOX_PRIVATE_END30 25 31 26 // -------------------------------------------------------------------------- -
box/ben/box0_08/lib/common/Box.h
r19 r20 83 83 #define EXCEPTION_CODENAMES_EXTENDED 84 84 #define EXCEPTION_CODENAMES_EXTENDED_WITH_DESCRIPTION 85 86 // But in private builds, these get disabled 87 // BOX_PRIVATE_BEGIN 88 #undef EXCEPTION_CODENAMES_EXTENDED 89 #undef EXCEPTION_CODENAMES_EXTENDED_WITH_DESCRIPTION 90 // BOX_PRIVATE_END 85 91 86 #endif 92 87 -
box/ben/box0_08/lib/common/BoxPortsAndFiles.h
r19 r20 13 13 #define BOX_PORT_BASE 2200 14 14 15 // BOX_PRIVATE_BEGIN16 17 // Locator daemon18 #define BOX_PORT_BLOCATORD (BOX_PORT_BASE+0)19 #define BOX_FILE_BLOCATORD "/etc/box/blocatord.conf"20 21 // BOX_PRIVATE_END22 23 15 // Backup store daemon 24 16 #define BOX_PORT_BBSTORED (BOX_PORT_BASE+1) … … 34 26 #define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "/etc/box/raidfile.conf" 35 27 36 // BOX_PRIVATE_BEGIN37 38 // smbpasswd authentication daemon (courier-imap authdaemon compatible)39 #define BOX_PORT_BAUTHSMBPWD (BOX_PORT_BASE+2)40 #define BOX_FILE_BAUTHSMBPWD_DEFAULT_CONFIG "/etc/box/bauthsmbpwd.conf"41 42 // Message default config location43 #define BOX_FILE_BOXMSG_DEFAULT_CONFIG "/etc/box/boxmsg.conf"44 45 // Message daemons46 #define BOX_FILE_BMSGD_DEFAULT_CONFIG "/etc/box/bmsgd.conf"47 #define BOX_FILE_BMSGRECVD_DEFAULT_CONFIG "/etc/box/bmsgrecvd.conf"48 #define BOX_PORT_BMSGRECVD (BOX_PORT_BASE+3)49 50 // BOX_PRIVATE_END51 52 28 #endif // BOXPORTSANDFILES__H 53 29 -
box/ben/box0_08/modules.txt
r19 r20 48 48 # END_IF_DISTRIBUTION 49 49 50 # BOX_PRIVATE_BEGIN51 52 # Authentication for mail systems53 bin/bauthsmbpwd lib/server -lcrypto54 test/bauthsmbpwd bin/bauthsmbpwd lib/server55 56 # message passing system57 58 lib/boxaddress59 lib/boxmsg lib/crypto lib/server lib/boxaddress60 lib/boxmsgserver lib/server61 bin/bmsgd lib/boxmsg lib/boxmsgserver62 bin/bmsgrecvd lib/boxmsg lib/server lib/boxmsgserver63 test/boxmsg lib/boxmsg bin/bmsgd bin/bmsgrecvd64 65 # Setup system66 67 lib/setup68 bin/bconfigcompiler lib/setup69 test/setup lib/setup bin/bconfigcompiler70 71 # BOX_PRIVATE_END72 73 # IF_DISTRIBUTION(boxwaf)74 75 # database interface76 lib/dbdriver77 lib/dbdrv_sqlite lib/dbdriver -lsqlite78 lib/dbdrv_mysql lib/dbdriver -lmysqlclient79 # explicitly include the dbdriver module for when no drivers are compiled in80 lib/database lib/dbdriver lib/dbdrv_sqlite lib/dbdrv_mysql81 test/database lib/database82 83 # web application system84 85 lib/httpserver lib/server86 test/httpserver lib/httpserver87 lib/webappframework lib/httpserver88 test/webappframework lib/webappframework lib/database89 90 # END_IF_DISTRIBUTION91
Note: See TracChangeset
for help on using the changeset viewer.
