summaryrefslogtreecommitdiff
path: root/xtrans.m4
AgeCommit message (Collapse)Author
2005-08-17On FreeBSD, some of the symbols necessary for secure RPC support are inEric Anholt
librpcsvc, so check for their presence in rpcsvc so that the library will be added.
2005-08-16Define BSD44SOCKETS if struct sockaddr_in has a sin_len memberAlan Coopersmith
2005-07-26Use AC_TYPE_SIGNAL to replace Imake's SIGNAL_DEFINES (used in Xtransutil.c)Alan Coopersmith
2005-07-23typoMatthieu Herrb
2005-07-17Move AC_MSG_RESULT so it shows up in the right place, not after other testsAlan Coopersmith
are executed
2005-07-14Split out TCP library/IPv6 support checks into XTRANS_TCP_FLAGS for sharingAlan Coopersmith
with code like xdm that doesn't use Xtrans but accesses TCP sockets directly. Clean up --enable flags and report settings in configure output.
2005-06-18Move Secure RPC flags from X11/configure.ac to xtrans/xtrans.m4 sinceAlan Coopersmith
multiple modules will need them
2005-05-21xtrans:Alan Coopersmith
Create autoconf macro XTRANS_CONNECTION_FLAGS to provide standard set of --enable flags for which transports to support and common place to update for required libraries for platforms that need certain libs for certain transports ICE: Add ICE_t #define required by Xtrans headers. Replace static defines of LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro. X11: Moved transport type checks to new macro XTRANS_CONNECTION_FLAGS in xtrans.m4 in xtrans module so they can be shared by all modules using xtrans.