summaryrefslogtreecommitdiffstats
path: root/tinyNET/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyNET/config.h')
-rw-r--r--tinyNET/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tinyNET/config.h b/tinyNET/config.h
new file mode 100644
index 0000000..d367d15
--- /dev/null
+++ b/tinyNET/config.h
@@ -0,0 +1,8 @@
+#ifndef TINYNET_CONFIG_H
+#define TINYNET_CONFIG_H
+
+#if defined (__APPLE__)
+# define TNET_USE_POLL 1
+#endif
+
+#endif /* TINYNET_CONFIG_H */ \ No newline at end of file
OpenPOWER on IntegriCloud