2005/5/9

     
 

PythonSys.h

artefaktur
// -*- mode:C++; tab-width:2; c-basic-offset:2; indent-tabs-mode:nil -*- 
//
// Copyright (C) 2000-2005 by Roger Rene Kommer / artefaktur, Kassel, Germany.
// 
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
// License (LGPL) or the Q public License (QPL).
// 
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the 
// License ACDK-FreeLicense document enclosed in the distribution
// for more for more details.
// This file is part of the Artefaktur Component Development Kit:
//                         ACDK
// 
// Please refer to
// - http://www.acdk.de
// - http://www.artefaktur.com
// - http://acdk.sourceforge.net
// for more information.
// 
// $Header: /cvsroot/acdk/acdk/acdk_python/src/acdk/python/PythonSys.h,v 1.2 2005/05/01 16:35:40 kommer Exp $
#ifndef acdk_python_PythonSys_h
#define acdk_python_PythonSys_h

#include <acdk.h>
#include "Config.h"

/*
#ifdef _DEBUG
# undef _DEBUG
# define _DEBUG_WAS_DEFINED
#endif
*/
// currently only work with shared lib
#include <Python.h>
/*
#ifdef _DEBUG_WAS_DEFINED
# define _DEBUG
#endif
*/

#endif //acdk_python_PythonSys_h