Hi! > Well there is _SIGSET_NWORDS macro defined in my /usr/include/sigset/bits.h > header and it's defined as (1024 / (8 * sizeof (unsigned long int). Anyway > this should be moved to some header in $LTPROOT/include/ or better we should > test for _SIGSET_NWORDS aviability in configure script.
... and fallback to (1024 / (8 * sizeof (unsigned long int) if there is no _SIGSET_NWORDS macro defined. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
