Move SIGCHLD definition to compat.h so that other files can use it.
authorMichael Poole <mdpoole@troilus.org>
Sun, 23 Mar 2008 15:16:01 +0000 (11:16 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sun, 23 Mar 2008 15:16:01 +0000 (11:16 -0400)
commit2a83f0581e42390f3399d43aa5999d9518c752f8
tree50ee603ec3b990ccb8036d325c2bc92aba4b3b73
parentfc6ec41a5a09a61f6880c77ba5aa50e4e78387f5
Move SIGCHLD definition to compat.h so that other files can use it.

src/compat.h: If SIGCHLD is not defined, define it here.
src/main.c: ... rather than here.
src/compat.h
src/main.c