This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove HAVE_LSTAT


This is no longer necessary for cpplib.

Neil.

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

Index: config.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.in,v
retrieving revision 1.171
diff -u -p -r1.171 config.in
--- config.in	28 Jul 2003 15:42:12 -0000	1.171
+++ config.in	4 Aug 2003 13:04:56 -0000
@@ -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
 
Index: configure
===================================================================
RCS file: /cvs/gcc/gcc/gcc/configure,v
retrieving revision 1.727
diff -u -p -r1.727 configure
--- configure	31 Jul 2003 11:49:56 -0000	1.727
+++ configure	4 Aug 2003 13:04:58 -0000
@@ -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
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/configure.in,v
retrieving revision 1.710
diff -u -p -r1.710 configure.in
--- configure.in	31 Jul 2003 11:49:56 -0000	1.710
+++ configure.in	4 Aug 2003 13:04:59 -0000
@@ -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)
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]