ATLAS Offline Software
DbConfig.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // $Id: DbConfig.h 726071 2016-02-25 09:23:05Z krasznaa $
6 //====================================================================
7 // Storage Service configuration file
8 //--------------------------------------------------------------------
9 //
10 // - If you don't use the SealKernel Package, an isolation from it
11 // is possible for the StorageSvc and the RootStorageSvc package
12 // by uncommenting the flag
13 // #define NO_SEALKERNEL
14 //
15 // @author M.Frank
16 //
17 //====================================================================
18 #ifndef POOL_STORAGESVC_CONFIG_H
19 #define POOL_STORAGESVC_CONFIG_H
20 
21 #ifndef NO_SEALKERNEL
22 
23 // Uncomment if no SealKernel package is present
24 #define NO_SEALKERNEL
25 
26 #endif
27 
28 #endif // POOL_STORAGESVC_CONFIG_H