1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- The network startup code no longer checks for the presence of a possible

daemon startup message by default. You now have to enable this feature
  by declaring a global variable called "__check_daemon_startup" which is
  described in <dos.h>.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15050 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-10-20 06:50:32 +00:00
parent b6de3e4c48
commit 63c08cfe0e
7 changed files with 84 additions and 16 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: smakefile,v 1.53 2005-10-17 13:54:25 obarthel Exp $
# $Id: smakefile,v 1.54 2005-10-20 06:50:32 obarthel Exp $
#
# :ts=8
#
@ -317,6 +317,7 @@ SOCKET_OBJ = \
socket_accept.o \
socket_bind.o \
socket_connect.o \
socket_check_daemon.o \
socket_gethostbyaddr.o \
socket_gethostbyname.o \
socket_gethostid.o \