[exim] NO_POLL_H

トップ ページ
このメッセージを削除
このメッセージに返信
著者: George
日付:  
To: exim-users
題目: [exim] NO_POLL_H
What is this line in os.h-Darwin do? Does it strip the code from
spam.c or just allows building binaries without pulling up an error?

#define NO_POLL_H

Either case, scanning for spamassassin is problematic unless poll()
function is stripped. (to the way it was in 4.51)

Has anybody replaced poll with select and succeeded in building for OSX?