[exim] NO_POLL_H

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: George
Ημερομηνία:  
Προς: 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?