configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.

* configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
        * configure, config.in: Rebuilt.

From-SVN: r34546
This commit is contained in:
Jeffrey A Law 2000-06-14 15:27:58 +00:00 committed by Jeff Law
parent b4f2fe9176
commit c70c19178b
4 changed files with 136 additions and 249 deletions

View File

@ -1,3 +1,8 @@
Wed Jun 14 09:25:57 2000 Jeffrey A Law (law@cygnus.com)
* configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
* configure, config.in: Rebuilt.
Wed Jun 14 03:39:58 EDT 2000 John Wehle (john@feith.com)
* ifcvt.c (EDGE_COMPLEX): Move definition ...

View File

@ -10,13 +10,6 @@
This function is required for alloca.c support on those systems. */
#undef CRAY_STACKSEG_END
/* Define to the type of elements in the array set by `getgroups'.
Usually this is either `int' or `gid_t'. */
#undef GETGROUPS_T
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Define if you have alloca, as a function or macro. */
#undef HAVE_ALLOCA
@ -71,9 +64,6 @@
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
/* Define vfork as fork if vfork does not work. */
#undef vfork

368
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -480,8 +480,6 @@ AC_CHECK_FUNCS(strtoul bsearch putenv popen bcopy bzero bcmp \
AC_CHECK_TYPE(ssize_t, int)
AC_TYPE_GETGROUPS
gcc_AC_FUNC_VFPRINTF_DOPRNT
gcc_AC_FUNC_PRINTF_PTR