dbus remaining windows port issues was Re: moving file descriptor passing into a header

Fridrich Strba fridrich.strba at bluewin.ch
Sat Apr 24 07:38:52 PDT 2010


On Thu, 2010-04-22 at 12:33 +0200, Ralf Habacker wrote: 
> DBUS_USE_NONCE_TCP_DEFAULT_ADDRESS Use nonce tcp default address 
> default=OFF

in configure.in, there is this fragment:

if test x$dbus_win = xyes; then 
DBUS_SESSION_BUS_DEFAULT_ADDRESS="nonce-tcp:"
else
        DBUS_SESSION_BUS_DEFAULT_ADDRESS="unix:tmpdir=$DBUS_SESSION_SOCKET_DIR"
fi
AC_SUBST(DBUS_SESSION_BUS_DEFAULT_ADDRESS)


Just wondering whether this does not mean a divergence between cmake and autofoo default.

Cheers

Fridrich




More information about the dbus mailing list