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 f4fd05e251
commit 6447b1637d
1 changed files with 0 additions and 4 deletions

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;