Dodji Seketeli 88e1412251 libxtrans: fix linux compilation breakage
* Xtranssock.c:
          (SocketReopen): protect use of BSD4.4 socket with BSD44SOCKETS macro.
          protect use of strlcnpy with HAVE_STRLCPY macro.
          That one is defined (or not) by the xserver configure.
2007-09-11 08:48:03 +02:00
2005-05-11 22:44:52 +00:00
2005-05-11 22:44:52 +00:00
2007-08-21 17:54:23 -07:00
2005-05-11 22:44:52 +00:00
2005-07-03 23:51:24 +00:00
2007-09-05 18:29:44 -07:00
2004-04-23 18:44:27 +00:00
2004-04-23 18:44:27 +00:00
2004-04-23 18:44:27 +00:00

xtrans is a library of code that is shared among various X packages to handle
network protocol transport in a modular fashion, allowing a single place to
add new transport types.   It is used by the X server, libX11, libICE, the
X font server, and related components.

It is however, *NOT* a shared library, but code which each consumer includes and
builds it's own copy of with various #ifdef flags to make each copy slightly
different.   To support this in the modular build system, this package simply 
installs the C source files into $(prefix)/include/X11/Xtrans and installs a
pkg-config file and an autoconf m4 macro file with the flags needed to use it.

Documentation of the xtrans API can be found in the xorg-docs package, in
PostScript format in xorg-docs/hardcopy/xtrans/Xtrans.PS.gz and in the original
troff format in xorg-docs/specs/xtrans/Xtrans.mm .
Description
No description provided
Readme 490 KiB
Languages
C 95.4%
M4 4.2%
Makefile 0.3%
Shell 0.1%