Revert "Update torqueConfig.h.in"

This reverts commit bf6c8827a1e6863804c32905f20b1df15b74fa1f.
This commit is contained in:
marauder2k7 2025-05-11 15:54:12 +01:00
parent 8795a4f330
commit f2d4d7103a

View file

@ -53,12 +53,9 @@
/// Define me if you want to enable multithreading support.
#cmakedefine TORQUE_MULTITHREAD
#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
#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER
#endif
/// Define me if you want to disable the virtual mount system.