summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-16 09:28:30 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-16 09:28:30 +0200
commit26bc9bb629c49c0d5a8668a92c0c7b64626b65c7 (patch)
treebf04e8306be10882e2a02afc5d93b276396fb8fe /config.h.in
parent7c283feb273c2df98a4b948c8f3005ae5d84c984 (diff)
downloaduca-net-26bc9bb629c49c0d5a8668a92c0c7b64626b65c7.tar.gz
uca-net-26bc9bb629c49c0d5a8668a92c0c7b64626b65c7.tar.bz2
uca-net-26bc9bb629c49c0d5a8668a92c0c7b64626b65c7.tar.xz
uca-net-26bc9bb629c49c0d5a8668a92c0c7b64626b65c7.zip
Fix #7: use glib-unix.h only on UNIX-like OSes
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 43d9bb6..2b0b69c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1 +1,2 @@
+#cmakedefine HAVE_UNIX
#cmakedefine UCA_NET_DEFAULT_PORT ${UCA_NET_DEFAULT_PORT}