Q: How to #ifdef for dlopen() or a specific OS Version

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема Q: How to #ifdef for dlopen() or a specific OS Version
Дата
Msg-id 11C1E6749A55D411A9670001FA687963368090@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: Q: How to #ifdef for dlopen() or a specific OS Version
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: psql's \d functions broken for views in current sources
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: Please no // comments in C source (ecpg)