summaryrefslogtreecommitdiff
path: root/databases/postgresql10/patches/patch-src_pl_plperl_plperl.h
blob: c4cd04a47fc8ea49a36d231f627cefb725fc244b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$NetBSD: patch-src_pl_plperl_plperl.h,v 1.2 2018/02/08 20:53:56 adam Exp $

--- src/pl/plperl/plperl.h.orig	2018-02-05 21:01:02.000000000 +0000
+++ src/pl/plperl/plperl.h
@@ -50,6 +50,10 @@
 #define __inline__ inline
 #endif
 
+#ifdef __sun
+#define list_head sun_list_head
+#define list_tail sun_list_tail
+#endif
 
 /*
  * Get the basic Perl API.  We use PERL_NO_GET_CONTEXT mode so that our code
@@ -68,6 +72,11 @@
 #include "XSUB.h"
 #endif
 
+#ifdef __sun
+#undef list_head
+#undef list_tail
+#endif
+
 /* put back our snprintf and vsnprintf */
 #ifdef USE_REPL_SNPRINTF
 #ifdef snprintf