mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
vg default on windows, not otherwise.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4139 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b42e387938
commit
57c5be057d
@ -198,9 +198,9 @@ int main(int argc, char *argv[])
|
|||||||
const char *err = NULL; // error value for return from freeswitch initialization
|
const char *err = NULL; // error value for return from freeswitch initialization
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
int nf = 0; // TRUE if we are running in nofork mode
|
int nf = 0; // TRUE if we are running in nofork mode
|
||||||
int vg = 1; // Allways TRUE on windows to not do apr_terminate
|
int vg = 0; // Allways TRUE on windows to not do apr_terminate
|
||||||
#else
|
#else
|
||||||
int vg = 0; // TRUE if we are running in vg mode
|
int vg = 1; // TRUE if we are running in vg mode
|
||||||
#endif
|
#endif
|
||||||
int nc = 0; // TRUE if we are running in noconsole mode
|
int nc = 0; // TRUE if we are running in noconsole mode
|
||||||
FILE *f; // file handle to the pid file
|
FILE *f; // file handle to the pid file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user