Compile PTH on AIX

beppecosta beppecosta at yahoo.it
Thu Jun 17 11:29:05 CEST 2010


>The next 2 is more important; the one below /usr/local should have a
>  #if FD_SETSIZE > 8192

YES - All pth.h  have these lines :

#define PTH_VERSION_STR "2.0.7 (08-Jun-2006)"
....
    /* check if the user requests a bigger FD_SETSIZE than we can handle */
#if defined(FD_SETSIZE)
#if FD_SETSIZE > 8192
#error "FD_SETSIZE is larger than what GNU Pth can handle."
#endif
#endif
-- 
View this message in context: http://old.nabble.com/Compile-PTH-on-AIX-tp28446986p28912285.html
Sent from the GnuPG - User mailing list archive at Nabble.com.




More information about the Gnupg-users mailing list