i only use select in windows,and don't care about thread.so i want to build libevent2 without thread support,then I edit the event-config.h,add #define _EVENT_DISABLE_THREAD_SUPPORT,anduse nmake to build libevent2.is that ok?do i missing something?