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

- The socket/usergroup API function and data type definitions that used to

be defined in <unistd.h> have been moved into a separate header file
  <sys/clib2_net.h> which, for backwards compatibility, can be include
  from within <unistd.h> if the preprocessor symbol __USE_CLIB2_NETLIB
  is defined early on. Eventually, <sys/clib2_net.h> should be removed
  from the general header files and become a local library build header
  file altogether. Note that in this case you would have to build your
  own software using common TCP/IP SDK header files.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15011 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-07-12 13:35:58 +00:00
parent 882875d79a
commit 132aaa8293
6 changed files with 258 additions and 180 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: smakefile,v 1.48 2005-07-03 10:36:47 obarthel Exp $
# $Id: smakefile,v 1.49 2005-07-12 13:35:53 obarthel Exp $
#
# :ts=8
#
@ -36,7 +36,7 @@ INCLUDE_DIR = V:include
CPU = cpu=060
MATH = define=IEEE_FLOATING_POINT_SUPPORT math=IEEE
SUPPORT = define=UNIX_PATH_SEMANTICS define=SOCKET_SUPPORT define=USERGROUP_SUPPORT \
define=__C_MACROS__ define=__THREAD_SAFE
define=__C_MACROS__ define=__THREAD_SAFE define=__USE_CLIB2_NETLIB
##############################################################################