0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 05:08:59 +02:00

Removed __CYGWIN__ define - server has no ability to work on cygwin right now

This commit is contained in:
Valery V Yatsko 2008-06-28 14:46:03 +04:00
parent b2064202fb
commit 82fed37e11

View file

@ -606,10 +606,6 @@ main(int argc, char *argv[])
setup_signals();
#ifdef __CYGWIN__
server_state_foreground = 1;
#endif
if (testing_conf)
server_state_foreground = 1;