diff options
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r-- | libgo/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in index 14938da..d3b3067 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 |