diff options
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 532640b22ee..1126790379b 100644 --- a/libgo/config.h.in +++ b/libgo/config.h.in @@ -138,6 +138,9 @@ /* Define to 1 if you have the `logl' function. */ #undef HAVE_LOGL +/* Define to 1 if you have the <lwp.h> header file. */ +#undef HAVE_LWP_H + /* Define to 1 if you have the `matherr' function. */ #undef HAVE_MATHERR |