Removed __CYGWIN__ define - server has no ability to work on cygwin right now
This commit is contained in:
parent
f4fd05e251
commit
6447b1637d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue