mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 16:40:04 +08:00
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:
parent
b9445edd9a
commit
4e87a65138
@ -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
|
||||
|
@ -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
2
gcc/configure
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user