[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

glibc/gcc questions



First, is there any way to tell that we are using glibc2.1 via a
macro?  Similiar to _GNUC_.

Second, any idea why this wouldn't work?:

strncpy(oldnick, nickname,
#ifdef ALLOW_LONG_NICKNAMES
		    LONG_NICKNAME_LEN
#else
		    NICKNAME_LEN
#endif
		    );
In unstable?

Thanks,
-- 
David N. Welton               |   Fortune rota volvitur - descendo minoratus
davidw@prosa.it               |    alter in altum tollitur - nimis exaltatus
http://www.efn.org/~davidw    |        rex sedet in vertice - caveat ruinam!
www.debian.org - www.prosa.it |        nam sub axe legimus - Hecubam reginam


Reply to: