1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

Define 'daemonize' flag if LWS_NO_DAEMONIZE is not defined.

This commit is contained in:
Andrew Canaday 2015-11-23 16:07:42 -05:00
parent 0a05792d8d
commit 0bbedb9c2e
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ int main(int argc, char **argv)
int syslog_options = LOG_PID | LOG_PERROR;
#endif
#ifndef LWS_NO_DAEMONIZE
// int daemonize = 0;
int daemonize = 0;
#endif
/*

View file

@ -135,7 +135,7 @@ int main(int argc, char **argv)
int syslog_options = LOG_PID | LOG_PERROR;
#endif
#ifndef LWS_NO_DAEMONIZE
// int daemonize = 0;
int daemonize = 0;
#endif
/*