Don't allow building on platforms where AF_UNSPEC != 0

This commit is contained in:
Sebastian Hahn
2011-11-16 16:39:04 +01:00
parent 688b53059e
commit 9fc7725aba
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features:
- Detect when we build on a platform that doesn't define AF_UNSPEC to 0.
We don't work there, so refuse to compile.