Commit c70c1917 by Jeffrey A Law Committed by Jeff Law

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
parent b4f2fe91
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 ...
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment