config.in: Remove HAVE_LSTAT.

* config.in: Remove HAVE_LSTAT.
	* configure, configure.in: Don't test for lstat.

From-SVN: r70146
This commit is contained in:
Neil Booth 2003-08-04 13:07:25 +00:00 committed by Neil Booth
parent b9445edd9a
commit 4e87a65138
4 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2003-08-04 Neil Booth <neil@daikokuya.co.uk>
* config.in: Remove HAVE_LSTAT.
* configure, configure.in: Don't test for lstat.
2003-08-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
* opts.c (decode_options): Do language-specific initialization for

View File

@ -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

2
gcc/configure vendored
View File

@ -3652,7 +3652,7 @@ fi
for ac_func in times clock dup2 kill getrlimit setrlimit atoll atoq \
sysconf strsignal putc_unlocked fputc_unlocked fputs_unlocked \
fwrite_unlocked fprintf_unlocked getrusage nl_langinfo lstat \
fwrite_unlocked fprintf_unlocked getrusage nl_langinfo \
scandir alphasort gettimeofday mbstowcs wcswidth mmap mincore \
setlocale
do

View File

@ -791,7 +791,7 @@ dnl gcc_AC_C_ENUM_BF_UNSIGNED
AC_CHECK_FUNCS(times clock dup2 kill getrlimit setrlimit atoll atoq \
sysconf strsignal putc_unlocked fputc_unlocked fputs_unlocked \
fwrite_unlocked fprintf_unlocked getrusage nl_langinfo lstat \
fwrite_unlocked fprintf_unlocked getrusage nl_langinfo \
scandir alphasort gettimeofday mbstowcs wcswidth mmap mincore \
setlocale)