summaryrefslogtreecommitdiffstats
path: root/common/lz_config.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-03-09 11:10:00 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:40 +0100
commit29b01c2c16b2522c1b8428b06bc3dfe7a379ad8a (patch)
treec86657d0225f1e62f854a1d35347b40abff93c05 /common/lz_config.h
parenta64e487d78d48fd1e5f142970b9e431a81b7321d (diff)
downloadspice-common-29b01c2c16b2522c1b8428b06bc3dfe7a379ad8a.tar.gz
spice-common-29b01c2c16b2522c1b8428b06bc3dfe7a379ad8a.tar.xz
spice-common-29b01c2c16b2522c1b8428b06bc3dfe7a379ad8a.zip
Use macros from <spice/macros.h> rather than duplicate them
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 4db6dc3..439f413 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__