> +#ifdef USE_SMARTCARD > +#define SUBTYPE_SMARTCARD "smartcard" > +#endif Any reason to make this a compile time option in the spice server? I think there isn't any external dependency, correct? I'd prefer to not have those ifdefs all over the place ... cheers, Gerd