summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-29 20:02:31 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-29 20:02:31 +0000
commit9e4aaf6e3f20974a57fbab91160ad023aaaa424b (patch)
treea76090660cf29338112a978aac141d863ef02a82 /libgo/config.h.in
parent6f9d8b766328b49f624395cabf9f3848899302a6 (diff)
syscall: Fill out GNU/Linux support.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184669 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r--libgo/config.h.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in
index d2aa2f67a1cc..22f296970a76 100644
--- a/libgo/config.h.in
+++ b/libgo/config.h.in
@@ -33,6 +33,9 @@
/* Define to 1 if you have the `inotify_init' function. */
#undef HAVE_INOTIFY_INIT
+/* Define to 1 if you have the `inotify_init1' function. */
+#undef HAVE_INOTIFY_INIT1
+
/* Define to 1 if you have the `inotify_rm_watch' function. */
#undef HAVE_INOTIFY_RM_WATCH
@@ -45,6 +48,9 @@
/* Define to 1 if you have the <linux/netlink.h> header file. */
#undef HAVE_LINUX_NETLINK_H
+/* Define to 1 if you have the <linux/reboot.h> header file. */
+#undef HAVE_LINUX_REBOOT_H
+
/* Define to 1 if you have the <linux/rtnetlink.h> header file. */
#undef HAVE_LINUX_RTNETLINK_H
@@ -124,6 +130,9 @@
uint32 */
#undef HAVE_SYNC_FETCH_AND_ADD_4
+/* Define to 1 if you have the `sync_file_range' function. */
+#undef HAVE_SYNC_FILE_RANGE
+
/* Define to 1 if you have the <syscall.h> header file. */
#undef HAVE_SYSCALL_H
@@ -157,6 +166,12 @@
/* Define to 1 if you have the <sys/syscall.h> header file. */
#undef HAVE_SYS_SYSCALL_H
+/* Define to 1 if you have the <sys/sysinfo.h> header file. */
+#undef HAVE_SYS_SYSINFO_H
+
+/* Define to 1 if you have the <sys/timex.h> header file. */
+#undef HAVE_SYS_TIMEX_H
+
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
@@ -181,6 +196,12 @@
/* Define to 1 if you have the `unshare' function. */
#undef HAVE_UNSHARE
+/* Define to 1 if you have the <ustat.h> header file. */
+#undef HAVE_USTAT_H
+
+/* Define to 1 if you have the <utime.h> header file. */
+#undef HAVE_UTIME_H
+
/* Define to 1 if you have the `wait4' function. */
#undef HAVE_WAIT4