Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/libev/wscript')
-rw-r--r--deps/libev/wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/libev/wscript b/deps/libev/wscript
index b713c0c4244..d3bbbd6d052 100644
--- a/deps/libev/wscript
+++ b/deps/libev/wscript
@@ -8,11 +8,6 @@ def configure(conf):
print "--- libev ---"
#conf.check_tool('compiler_cc')
- platform_string = "__" + Options.platform
- if Options.platform == "linux2":
- platform_string = "__linux"
- conf.define(platform_string, 1)
-
conf.check_cc(header_name="sys/inotify.h")
conf.check_cc(header_name="sys/epoll.h")
conf.check_cc(header_name="sys/event.h")