Changeset 16 in Main for trunk/Server/main.c


Ignore:
Timestamp:
Sep 14, 2024, 12:09:52 AM (2 months ago)
Author:
Nishi
Message:

can parse http now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/main.c

    r9 r16  
    11/* $Id$ */
     2
     3#define SOURCE
    24
    35#include <stdio.h>
    46#include <stdbool.h>
    57#include <string.h>
     8#include <signal.h>
    69
    710#include <openssl/opensslv.h>
     
    5053        }
    5154        cm_log("Daemon", "Ready");
     55#ifndef __MINGW32__
     56        signal(SIGCHLD, SIG_IGN);
     57#endif
    5258        tw_server_loop();
    5359}
Note: See TracChangeset for help on using the changeset viewer.