build tweak for windows

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8887 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-07-03 16:35:36 +00:00
parent e106662f1d
commit 8cfa2c170d
1 changed files with 3 additions and 2 deletions

View File

@ -1092,9 +1092,10 @@ SWITCH_DECLARE(switch_status_t) switch_core_init_and_modload(switch_core_flag_t
#ifdef TRAP_BUS
signal(SIGBUS, handle_SIGBUS);
#endif
signal(SIGHUP, handle_SIGHUP);
#ifdef SIGUSR1
signal(SIGUSR1, handle_SIGHUP);
#endif
signal(SIGHUP, handle_SIGHUP);
switch_load_network_lists(SWITCH_FALSE);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "Bringing up environment.\n");