gecko-dev/build/package/debian/testipv6
ramiro%netscape.com 1691770eae Add debian packaging stuff. Thanks very much to Brent Fulgham and the
debian hackers for contributing these.
1999-08-06 09:35:28 +00:00

9 lines
221 B
Plaintext

#include <features.h>
#if defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC__ + __GLIBC_MINOR__ >= 3)
/* For IPv6 support, glibc2.1 or newer is required */
echo 1
#else
/* Sorry, no IPv6 support */
echo 0
#endif