From 2e15e5c039a3fddfdb15b9ad1340ea5234acd5d7 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 4 Jan 2000 03:37:56 +0000 Subject: Update for version 2.4. --- gnu/usr.bin/grep/config.h | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin/grep') diff --git a/gnu/usr.bin/grep/config.h b/gnu/usr.bin/grep/config.h index 415df26..a20456c 100644 --- a/gnu/usr.bin/grep/config.h +++ b/gnu/usr.bin/grep/config.h @@ -56,7 +56,10 @@ #define PACKAGE "grep" /* Version number. */ -#define VERSION "2.3" +#define VERSION "2.4" + +/* Define to `int' if doesn't define. */ +/* #undef ssize_t */ /* Hack for Visual C++ suggested by irox. */ /* #undef alloca */ @@ -103,6 +106,9 @@ /* Define if you have the memchr function. */ #define HAVE_MEMCHR 1 +/* Define if you have the memmove function. */ +#define HAVE_MEMMOVE 1 + /* Define if you have the munmap function. */ #define HAVE_MUNMAP 1 @@ -133,6 +139,9 @@ /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 +/* Define if you have the wctype function. */ +/* #undef HAVE_WCTYPE */ + /* Define if you have the header file. */ /* #undef HAVE_ARGZ_H */ @@ -186,3 +195,15 @@ /* Define if you have the i library (-li). */ /* #undef HAVE_LIBI */ + +/* Number of bits in a file offset, on hosts where this is settable. */ +/* #undef _FILE_OFFSET_BITS */ + +/* Define to make fseeko etc. visible, on some hosts. */ +/* #undef _LARGEFILE_SOURCE */ + +/* Define for large files, on AIX-style hosts. */ +/* #undef _LARGE_FILES */ + +/* Define if compiler has function prototypes */ +#define PROTOTYPES 1 -- cgit v1.1