repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git]
/
build
/
package
/
debian
/
testipv6
blob
60560739d2f4fb9383fe8af9c65d2a28f9ed4cac
1
#include <features.h>
2
#if defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC__ + __GLIBC_MINOR__ >= 3)
3
/* For IPv6 support, glibc2.1 or newer is required */
4
echo 1
5
#else
6
/* Sorry, no IPv6 support */
7
echo 0
8
#endif