win32 authentifaction problems after implementing new dbus authentification update
Havoc Pennington
hp at redhat.com
Thu Jun 21 16:06:19 PDT 2007
Hi,
Ralf Habacker wrote:
> This leaves the question open how to skip such scripts on windows while
> running dbus-test. Adding a platform postfix like renaming
> external-root.aut-script to external-root.aut-script-unix ?
>
I think the easiest solution to code is probably to add a
SKIP_ON_WINDOWS or UNIX_ONLY command to the .auth-script language,
basically if you see that command then:
#ifdef DBUS_WIN
stop processing file
#endif
Havoc
More information about the dbus
mailing list