summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-10-23 12:13:40 +0100
committerColin Watson <cjwatson@debian.org>2019-10-23 12:13:40 +0100
commitf2bcbd87a94c08fae249f6cc9c9fbc07aa49ef5f (patch)
tree56aaba3880b1d2e3f3d77b22751aa092346e99fc /config.h.in
parent4022480a2cbcd303c5fcb3547dab2896ae1915a9 (diff)
parent3fd2a98af023965e3f9e4d610e76fc8a981cf411 (diff)
Import man-db_2.9.0.orig.tar.xz
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in32
1 files changed, 28 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index 7cfe726d..75458211 100644
--- a/config.h.in
+++ b/config.h.in
@@ -40,10 +40,6 @@
/* Define if you have compressors and want to support compressed cat files. */
#undef COMP_CAT
-/* Define if you have compressors and want to support compressed manual
- source. */
-#undef COMP_SRC
-
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
*/
@@ -188,6 +184,10 @@
#undef GNULIB_SCANF
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
+ whether the gnulib module statat shall be considered present. */
+#undef GNULIB_STATAT
+
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
whether the gnulib module strerror shall be considered present. */
#undef GNULIB_STRERROR
@@ -354,6 +354,9 @@
/* Define to 1 when the gnulib module rename should be tested. */
#undef GNULIB_TEST_RENAME
+/* Define to 1 when the gnulib module renameat should be tested. */
+#undef GNULIB_TEST_RENAMEAT
+
/* Define to 1 when the gnulib module rewinddir should be tested. */
#undef GNULIB_TEST_REWINDDIR
@@ -399,6 +402,12 @@
/* Define to 1 when the gnulib module strsep should be tested. */
#undef GNULIB_TEST_STRSEP
+/* Define to 1 when the gnulib module unlink should be tested. */
+#undef GNULIB_TEST_UNLINK
+
+/* Define to 1 when the gnulib module unlinkat should be tested. */
+#undef GNULIB_TEST_UNLINKAT
+
/* Define to 1 when the gnulib module unsetenv should be tested. */
#undef GNULIB_TEST_UNSETENV
@@ -852,6 +861,9 @@
/* Define to 1 if you have the <linux/fiemap.h> header file. */
#undef HAVE_LINUX_FIEMAP_H
+/* Define to 1 if you have the <linux/fs.h> header file. */
+#undef HAVE_LINUX_FS_H
+
/* Define to 1 if you support file names longer than 14 characters. */
#undef HAVE_LONG_FILE_NAMES
@@ -1002,6 +1014,12 @@
/* Define if you have refer. */
#undef HAVE_REFER
+/* Define to 1 if you have the `renameat' function. */
+#undef HAVE_RENAMEAT
+
+/* Define to 1 if you have the `renameat2' function. */
+#undef HAVE_RENAMEAT2
+
/* Define to 1 if you have the `rewinddir' function. */
#undef HAVE_REWINDDIR
@@ -1216,6 +1234,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* Define to 1 if you have the `unlinkat' function. */
+#undef HAVE_UNLINKAT
+
/* Define to 1 if you have the `unsetenv' function. */
#undef HAVE_UNSETENV
@@ -1507,6 +1528,9 @@
page is requested. */
#undef UNDOC_COMMAND
+/* Define to 1 if unlink() on a parent directory may succeed */
+#undef UNLINK_PARENT_BUG
+
/* Define to the prefix of C symbols at the assembler and linker level, either
an underscore or empty. */
#undef USER_LABEL_PREFIX