[PATCH] client configuration file support

Ralf Habacker ralf.habacker at freenet.de
Fri Jun 11 01:49:08 PDT 2010


Ralf Habacker schrieb:
> Fridrich Strba schrieb:
>> On Wed, 2010-06-09 at 14:35 +0200, Ralf Habacker wrote:  
>>>> BTW, which is the socket that one should use on windows, since 
>>>> configure
>>>> has different default then cmake?
>>>>       
>>
>> Configure has 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)
>>
>>
>>   
> autotools need an additional config option 
> DBUS_USE_NONCE_TCP_DEFAULT_ADDRESS.
I just found an easier implementation, there is no need for 
DBUS_USE_NONCE_TCP_DEFAULT_ADDRESS. - see master branch.

Ralf



More information about the dbus mailing list