Walter Franzini, le Fri 16 Oct 2009 23:31:35 +0200, a écrit : > The code contains the following fragment: > > ------------------------------------------------------------------------ > #ifdef __hurd__ > #define WHOLE_FILE_LOCKS_ONLY > #endif > ------------------------------------------------------------------------ > > Is `__hurd__' the right macro to check?
Nope, it's __GNU__. But can't aegis detect that at configure time? That will permit to re-enable the record lock code automatically when GNU/Hurd gets the support. Samuel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

