RxDock 0.1.0
A fast, versatile, and open-source program for docking ligands to proteins and nucleic acids
Loading...
Searching...
No Matches
Config.h
1/***********************************************************************
2 * The rDock program was developed from 1998 - 2006 by the software team
3 * at RiboTargets (subsequently Vernalis (R&D) Ltd).
4 * In 2006, the software was licensed to the University of York for
5 * maintenance and distribution.
6 * In 2012, Vernalis and the University of York agreed to release the
7 * program as Open Source software.
8 * This version is licensed under GNU-LGPL version 3.0 with support from
9 * the University of Barcelona.
10 * http://rdock.sourceforge.net/
11 ***********************************************************************/
12
13// Common includes for rxdock framework
14
15#ifndef _RBTCONFIG_H_
16#define _RBTCONFIG_H_
17
18#ifndef _RBTSMARTPOINTER_H_
19#include "rxdock/SmartPointer.h"
20#endif //_RBTSMARTPOINTER_H_
21
22#ifndef _RBTDEBUG_H_
23#include "rxdock/Debug.h"
24#endif //_RBTDEBUG_H_
25
26#ifndef _RBT_H_
27#include "rxdock/Rbt.h"
28#endif //_RBT_H_
29
30#ifndef _RBTERROR_H_
31#include "rxdock/Error.h"
32#endif //_RBTERROR_H_
33
34#endif //_RBTCONFIG_H_