diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-14 15:27:58 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-14 15:27:58 +0000 |
commit | fa98db301fcad4f83237d632812aed937c96d759 (patch) | |
tree | 918928299671c6f9a8919620d995b45036b65ecd /gcc/config.in | |
parent | 13d998ac51cadafc994cc3c358edef8624223da7 (diff) | |
download | gcc-fa98db301fcad4f83237d632812aed937c96d759.tar.gz |
* configure.in: Revert AC_TYPE_GETGROUPS patch from June 13.
* configure, config.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34546 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config.in b/gcc/config.in index ac1c5dbc38e..6521a6e255b 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -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 |