add SPICE_SERVER_VERSION

Allow to ifdef features which depend on a certain libspice-server release.
This commit is contained in:
Gerd Hoffmann 2010-07-14 19:00:52 +02:00
parent c6af0de841
commit cc5b59e0f3

View File

@ -21,6 +21,8 @@
#include <stdint.h>
#include <sys/socket.h>
#define SPICE_SERVER_VERSION 0x000503 /* release 0.5.3 */
/* interface base type */
typedef struct SpiceBaseInterface SpiceBaseInterface;