diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-04 13:07:25 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-04 13:07:25 +0000 |
commit | 722c5d868f34c90928ac6bfea1f7c44a659a66aa (patch) | |
tree | 3327e22384c56fa05e7e78b2928b47ea708ca202 /gcc/config.in | |
parent | bab00ab130b2570d0a3319d4f79770890fda9b8b (diff) | |
download | gcc-722c5d868f34c90928ac6bfea1f7c44a659a66aa.tar.gz |
* config.in: Remove HAVE_LSTAT.
* configure, configure.in: Don't test for lstat.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70146 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config.in b/gcc/config.in index e1feb70cb30..8d639942dbb 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -73,9 +73,6 @@ /* 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 mbstowcs function. */ #undef HAVE_MBSTOWCS |