summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/config.hin
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/grep/config.hin')
-rw-r--r--gnu/usr.bin/grep/config.hin22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/usr.bin/grep/config.hin b/gnu/usr.bin/grep/config.hin
index 4b4e289..8922a63 100644
--- a/gnu/usr.bin/grep/config.hin
+++ b/gnu/usr.bin/grep/config.hin
@@ -55,6 +55,9 @@
/* Version number. */
#undef VERSION
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef ssize_t
+
/* Hack for Visual C++ suggested by irox. */
#undef alloca
@@ -100,6 +103,9 @@
/* Define if you have the memchr function. */
#undef HAVE_MEMCHR
+/* Define if you have the memmove function. */
+#undef HAVE_MEMMOVE
+
/* Define if you have the munmap function. */
#undef HAVE_MUNMAP
@@ -130,6 +136,9 @@
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
+/* Define if you have the wctype function. */
+#undef HAVE_WCTYPE
+
/* Define if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H
@@ -183,3 +192,16 @@
/* 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 */
+#undef PROTOTYPES
+
OpenPOWER on IntegriCloud