rename and negate DISABLE_PYTHON --> WITH_PYTHON
This commit is contained in:
@@ -91,7 +91,7 @@ CValue* SCA_XNORController::GetReplica()
|
||||
return replica;
|
||||
}
|
||||
|
||||
#ifndef DISABLE_PYTHON
|
||||
#ifdef WITH_PYTHON
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
/* Python functions */
|
||||
@@ -128,6 +128,6 @@ PyAttributeDef SCA_XNORController::Attributes[] = {
|
||||
{ NULL } //Sentinel
|
||||
};
|
||||
|
||||
#endif // DISABLE_PYTHON
|
||||
#endif // WITH_PYTHON
|
||||
|
||||
/* eof */
|
||||
|
Reference in New Issue
Block a user