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:
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: GNUmakefile.os4,v 1.80 2005-10-17 13:54:25 obarthel Exp $
|
||||
# $Id: GNUmakefile.os4,v 1.81 2005-10-20 06:50:32 obarthel Exp $
|
||||
#
|
||||
# :ts=8
|
||||
#
|
||||
@ -699,6 +699,7 @@ NET_LIB = \
|
||||
net.lib_rev.o \
|
||||
socket_accept.o \
|
||||
socket_bind.o \
|
||||
socket_check_daemon.o \
|
||||
socket_connect.o \
|
||||
socket_gethostbyaddr.o \
|
||||
socket_gethostbyname.o \
|
||||
|
||||
Reference in New Issue
Block a user