diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 7af8d1e..bc19ffe 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -134,6 +134,9 @@ /* Define if you have the kill function. */ #undef HAVE_KILL +/* Define if you have the lstat function. */ +#undef HAVE_LSTAT + /* Define if you have the munmap function. */ #undef HAVE_MUNMAP |