diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in index 6eac211b..777e7e8f 100644 --- a/config.h.in +++ b/config.h.in @@ -16,7 +16,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.in,v 1.43 2001/07/04 00:34:41 bwelling Exp $ */ +/* $Id: config.h.in,v 1.44 2001/07/14 01:55:05 gson Exp $ */ /*** *** This file is not to be included by any public header files, because @@ -95,9 +95,6 @@ /* define if getc_unlocked() is available */ #undef HAVE_GETCUNLOCKED -/* define if rlim_t is defined via sys/types.h or sys/resource.h */ -#undef HAVE_RLIM_T - /* Shut up warnings about sputaux in stdio.h on BSD/OS pre-4.1 */ #undef SHUTUP_SPUTAUX #ifdef SHUTUP_SPUTAUX |