addns: Fix the Solaris/Illumos build.
[ira/wip.git] / lib / addns / wscript
diff --git a/lib/addns/wscript b/lib/addns/wscript
new file mode 100644 (file)
index 0000000..99e9358
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+import Options
+
+def configure(conf):
+    conf.CHECK_HEADERS('sys/uuid.h')