#undef never needs an ifdef guard, it works unconditionally without warning.
Co-authored-by: Jay Krell <jay.krell@cornell.edu>
/* @ENABLE_DEFINES@ */
/* End configure ENABLE_DEFINES picked up from cygconfig.h or other external source, if available */
-#if defined(ENABLE_HYBRID_SUSPEND)
/* Windows MSVC builds defaults to preemptive suspend. Disable ENABLE_HYBRID_SUSPEND defines. */
#undef ENABLE_HYBRID_SUSPEND
-#endif
/* No ENABLE_DEFINES below this point */