Changeset 20


Ignore:
Timestamp:
24/10/2005 13:13:22 (7 years ago)
Author:
ben
Message:

Forgot a few minor changes to be compatible with 0.09 import

Location:
box/ben/box0_08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • box/ben/box0_08/lib/backupclient/BackupStoreFile.h

    r19 r20  
    2323        int64_t mTotalFileStreamSize; 
    2424} BackupStoreFileStats; 
    25  
    26 // BOX_PRIVATE_BEGIN 
    27 // Interal builds don't have backwards compatibility 
    28 #define BOX_DISABLE_BACKWARDS_COMPATIBILITY_BACKUPSTOREFILE 
    29 // BOX_PRIVATE_END 
    3025 
    3126// -------------------------------------------------------------------------- 
  • box/ben/box0_08/lib/common/Box.h

    r19 r20  
    8383        #define EXCEPTION_CODENAMES_EXTENDED 
    8484        #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 
    9186#endif 
    9287 
  • box/ben/box0_08/lib/common/BoxPortsAndFiles.h

    r19 r20  
    1313#define BOX_PORT_BASE           2200 
    1414 
    15 // BOX_PRIVATE_BEGIN 
    16  
    17 // Locator daemon 
    18 #define BOX_PORT_BLOCATORD                                      (BOX_PORT_BASE+0) 
    19 #define BOX_FILE_BLOCATORD                                      "/etc/box/blocatord.conf" 
    20  
    21 // BOX_PRIVATE_END 
    22  
    2315// Backup store daemon 
    2416#define BOX_PORT_BBSTORED                                       (BOX_PORT_BASE+1) 
     
    3426#define BOX_FILE_RAIDFILE_DEFAULT_CONFIG        "/etc/box/raidfile.conf" 
    3527 
    36 // BOX_PRIVATE_BEGIN 
    37  
    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 location 
    43 #define BOX_FILE_BOXMSG_DEFAULT_CONFIG          "/etc/box/boxmsg.conf" 
    44  
    45 // Message daemons 
    46 #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_END 
    51  
    5228#endif // BOXPORTSANDFILES__H 
    5329 
  • box/ben/box0_08/modules.txt

    r19 r20  
    4848# END_IF_DISTRIBUTION 
    4949 
    50 # BOX_PRIVATE_BEGIN 
    51  
    52 # Authentication for mail systems 
    53 bin/bauthsmbpwd         lib/server      -lcrypto 
    54 test/bauthsmbpwd        bin/bauthsmbpwd lib/server 
    55  
    56 # message passing system 
    57  
    58 lib/boxaddress 
    59 lib/boxmsg                      lib/crypto      lib/server      lib/boxaddress 
    60 lib/boxmsgserver        lib/server 
    61 bin/bmsgd                       lib/boxmsg      lib/boxmsgserver 
    62 bin/bmsgrecvd           lib/boxmsg      lib/server      lib/boxmsgserver 
    63 test/boxmsg                     lib/boxmsg      bin/bmsgd       bin/bmsgrecvd 
    64  
    65 # Setup system 
    66  
    67 lib/setup 
    68 bin/bconfigcompiler     lib/setup 
    69 test/setup                      lib/setup       bin/bconfigcompiler 
    70  
    71 # BOX_PRIVATE_END 
    72  
    73 # IF_DISTRIBUTION(boxwaf) 
    74  
    75 # database interface 
    76 lib/dbdriver 
    77 lib/dbdrv_sqlite        lib/dbdriver    -lsqlite 
    78 lib/dbdrv_mysql         lib/dbdriver    -lmysqlclient 
    79 # explicitly include the dbdriver module for when no drivers are compiled in 
    80 lib/database            lib/dbdriver    lib/dbdrv_sqlite        lib/dbdrv_mysql 
    81 test/database           lib/database 
    82  
    83 # web application system 
    84  
    85 lib/httpserver          lib/server 
    86 test/httpserver         lib/httpserver 
    87 lib/webappframework     lib/httpserver 
    88 test/webappframework    lib/webappframework     lib/database 
    89  
    90 # END_IF_DISTRIBUTION 
    91  
Note: See TracChangeset for help on using the changeset viewer.