Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
7785121a
Commit
7785121a
authored
Nov 23, 2009
by
antirez
Browse files
epoll support enabled by default for Linux builds
parent
64f36a58
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.h
View file @
7785121a
...
@@ -27,10 +27,8 @@
...
@@ -27,10 +27,8 @@
#endif
#endif
/* test for polling API */
/* test for polling API */
#if 0
#ifdef __linux__
#ifdef __linux__
#define HAVE_EPOLL 1
#define HAVE_EPOLL 1
#endif
#endif
#endif
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment