summaryrefslogtreecommitdiffstats
path: root/include/haproxy/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/haproxy/compat.h')
-rw-r--r--include/haproxy/compat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/haproxy/compat.h b/include/haproxy/compat.h
index aa4f952..0fe5a0b 100644
--- a/include/haproxy/compat.h
+++ b/include/haproxy/compat.h
@@ -303,6 +303,12 @@ typedef struct { } empty_t;
#define CLOCK_MONOTONIC_COARSE CLOCK_MONOTONIC_FAST
#endif
+/* On Solaris, `queue` is a reserved name, so we redefine it here for now.
+ */
+#if defined(sun)
+#define queue _queue
+#endif
+
#endif /* _HAPROXY_COMPAT_H */
/*