Revert "Update torqueConfig.h.in"

This reverts commit f624a85ce4c4bb89d9281ddf4f65f5318eab4c01.
This commit is contained in:
marauder2k7 2025-05-11 15:54:08 +01:00
parent 8fc91bbc1e
commit 8795a4f330

View file

@ -53,8 +53,13 @@
/// Define me if you want to enable multithreading support. /// Define me if you want to enable multithreading support.
#cmakedefine TORQUE_MULTITHREAD #cmakedefine TORQUE_MULTITHREAD
/// Define me if you want to disable Torque memory manager.
#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER #cmakedefine TORQUE_DISABLE_MEMORY_MANAGER
/// Define me if you want to disable Torque memory manager.
#ifndef TORQUE_ENABLE_ASSERTS
#ifdef TORQUE_DISABLE_MEMORY_MANAGER
#undef TORQUE_DISABLE_MEMORY_MANAGER
#endif
#endif
/// Define me if you want to disable the virtual mount system. /// Define me if you want to disable the virtual mount system.
#cmakedefine TORQUE_DISABLE_VIRTUAL_MOUNT_SYSTEM #cmakedefine TORQUE_DISABLE_VIRTUAL_MOUNT_SYSTEM