diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-12-02 19:34:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-12-02 19:34:41 +0000 |
commit | 506cf9aaead4f5519f5549a918d285365b44e989 (patch) | |
tree | fe0344f264049738dca876a6dd2f69e96621ca17 /libgo/config.h.in | |
parent | bfa9b58039ceacb1bae803fbbfb049b93540f2a7 (diff) | |
download | gcc-506cf9aaead4f5519f5549a918d285365b44e989.tar.gz |
libgo: Update to weekly.2011-11-01.
From-SVN: r181938
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r-- | libgo/config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in index 0c1283cc574..f30af598168 100644 --- a/libgo/config.h.in +++ b/libgo/config.h.in @@ -33,18 +33,12 @@ /* Define to 1 if the system has the type `off64_t'. */ #undef HAVE_OFF64_T -/* Define to 1 if you have the `random' function. */ -#undef HAVE_RANDOM - /* Define to 1 if you have the `sem_timedwait' function. */ #undef HAVE_SEM_TIMEDWAIT /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV -/* Define to 1 if you have the `srandom' function. */ -#undef HAVE_SRANDOM - /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |