summaryrefslogtreecommitdiffstats
path: root/common/lz_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/lz_config.h')
-rw-r--r--common/lz_config.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/common/lz_config.h b/common/lz_config.h
index 4db6dc36..439f413c 100644
--- a/common/lz_config.h
+++ b/common/lz_config.h
@@ -22,15 +22,7 @@
#define __LZ_CONFIG_H
#include <spice/types.h>
-
-#ifndef FALSE
-#define FALSE 0
-#endif
-
-#ifndef TRUE
-#define TRUE 1
-#endif
-
+#include <spice/macros.h>
#ifdef __GNUC__