summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/grep/config.h')
-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