summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2016-10-18 14:38:29 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2016-10-18 14:38:29 +0000
commit6f5938e52e4561141f94793d7f864010a1a6b78b (patch)
treec81659977f9a532c5d4b53872301ba5e67c4166f /libgo/config.h.in
parentce1813aacb549145c5a1579ed4390e309436ad0f (diff)
runtime: copy netpoll code from Go 1.7 runtime
Reviewed-on: https://go-review.googlesource.com/31325 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241307 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r--libgo/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in
index 14938da59c16..d3b3067d32a5 100644
--- a/libgo/config.h.in
+++ b/libgo/config.h.in
@@ -186,6 +186,9 @@
/* Define to 1 if you have the `pipe2' function. */
#undef HAVE_PIPE2
+/* Define to 1 if you have the <port.h> header file. */
+#undef HAVE_PORT_H
+
/* Define to 1 if you have the `removexattr' function. */
#undef HAVE_REMOVEXATTR
@@ -259,6 +262,9 @@
/* Define to 1 if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H
+/* Define to 1 if you have the <sys/event.h> header file. */
+#undef HAVE_SYS_EVENT_H
+
/* Define to 1 if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H