diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-21 04:17:20 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-21 04:17:20 +0000 |
commit | 1633da9c3cff65204df3f5b56b83714ba585b71a (patch) | |
tree | 8c3438b2ec8fe5d78be2332c12e39da3187460af /libgo/config.h.in | |
parent | 197aaecb3c000fd3b1256490a5e5ff897adb908b (diff) | |
download | gcc-1633da9c3cff65204df3f5b56b83714ba585b71a.tar.gz |
Support libgo on Solaris.
From Rainer Orth.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170355 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r-- | libgo/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in index 18a51cc8f02..d6f6ac1aec4 100644 --- a/libgo/config.h.in +++ b/libgo/config.h.in @@ -62,6 +62,9 @@ /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H +/* 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/types.h> header file. */ #undef HAVE_SYS_TYPES_H |