aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-04 03:37:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-04 03:37:56 +0000
commit22b17624875f571c450cf699e3101573da49c46a (patch)
treebaf6f5570b2b21c449a59cce93255b4921e8ed1d /gnu/usr.bin/grep
parentca14eaae368bd5fee9f9faf693aad69b58599fc0 (diff)
downloadsrc-22b17624875f571c450cf699e3101573da49c46a.tar.gz
src-22b17624875f571c450cf699e3101573da49c46a.zip
Update for version 2.4.
Notes
Notes: svn path=/head/; revision=55382
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 415df26b1997..a20456c1f009 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