Q: How to #ifdef for dlopen() or a specific OS Version - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject Q: How to #ifdef for dlopen() or a specific OS Version
Date
Msg-id 11C1E6749A55D411A9670001FA687963368090@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
Responses Re: Q: How to #ifdef for dlopen() or a specific OS Version
List pgsql-hackers
For a patch to fix the AIX port I would like to differentiate
Versions below 4.3 and above, or rather I would like to 
differentiate whether -ldl has dlopen().

A compiler define would be _AIX43, but I guess we are supposed to 
use a define from configure.

Thanks
Andreas


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: psql's \d functions broken for views in current sources
Next
From: Zeugswetter Andreas SB
Date:
Subject: Please no // comments in C source (ecpg)