summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-04 03:37:56 +0000
committerobrien <obrien@FreeBSD.org>2000-01-04 03:37:56 +0000
commit2e15e5c039a3fddfdb15b9ad1340ea5234acd5d7 (patch)
treee87a2ba9365eadb296a9ba358ca4fb6ae0cfc0dd /gnu/usr.bin/grep
parent54e7afc455835e71cf921272842b3fcc61933433 (diff)
downloadFreeBSD-src-2e15e5c039a3fddfdb15b9ad1340ea5234acd5d7.zip
FreeBSD-src-2e15e5c039a3fddfdb15b9ad1340ea5234acd5d7.tar.gz
Update for version 2.4.
Diffstat (limited to 'gnu/usr.bin/grep')
-rw-r--r--gnu/usr.bin/grep/config.h23
1 files changed, 22 insertions, 1 deletions
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 <sys/types.h> 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 <argz.h> 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
OpenPOWER on IntegriCloud