diff options
Diffstat (limited to 'pc/config.h')
-rwxr-xr-x[-rw-r--r--] | pc/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pc/config.h b/pc/config.h index fa0abf51..3b3a7744 100644..100755 --- a/pc/config.h +++ b/pc/config.h @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 1995-1999 the Free Software Foundation, Inc. + * Copyright (C) 1995-2000 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Progamming Language. @@ -218,7 +218,7 @@ void * alloca(unsigned); #endif #if defined(DJGPP) -# define HAVE_LIMITS_H +# define HAVE_LIMITS_H 1 # undef HAVE_POPEN_H #endif |