Removed __CYGWIN__ define - server has no ability to work on cygwin right now
This commit is contained in:
parent
b2064202fb
commit
82fed37e11
1 changed files with 0 additions and 4 deletions
|
@ -606,10 +606,6 @@ main(int argc, char *argv[])
|
||||||
|
|
||||||
setup_signals();
|
setup_signals();
|
||||||
|
|
||||||
#ifdef __CYGWIN__
|
|
||||||
server_state_foreground = 1;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (testing_conf)
|
if (testing_conf)
|
||||||
server_state_foreground = 1;
|
server_state_foreground = 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue