1 //
2 //  Copyright (C) 2003-2006 Rational Discovery LLC
3 //
4 //   @@ All Rights Reserved @@
5 //  This file is part of the RDKit.
6 //  The contents are covered by the terms of the BSD license
7 //  which is included in the file license.txt, found at the root
8 //  of the RDKit source tree.
9 //
10 #include <RDGeneral/export.h>
11 #ifndef _RDMOLOPS_INCL_
12 #define _RDMOLOPS_INCL_
13 
14 #define PY_ARRAY_UNIQUE_SYMBOL rdmolops_array_API
15 
16 #endif
17