summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-08-23 00:13:43 +0100
committerColin Watson <cjwatson@debian.org>2009-08-23 00:13:43 +0100
commit627241dae468b7eb628de5069503a6ab688595bb (patch)
tree9b8f66c4b8a009e4f75ae74e811c15fb8be1b7e4 /include
parent1377e3bd6855f0e14c061ff3fc4c8a4182f5c95f (diff)
* configure.ac: Add --enable-automatic-create,
--disable-automatic-update, and --disable-cats options. * include/manconfig.h.in (MAN_DB_CREATES, MAN_DB_UPDATES, MAN_CATS): Remove. * manual/intro.me (Arguments to configure): Document new options. * manual/misc.me (Modes of operation): Adjust configuration advice to use new configure options. * README (Non-generic arguments to configure): Update. * NEWS: Document this.
Diffstat (limited to 'include')
-rw-r--r--include/manconfig.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/manconfig.h.in b/include/manconfig.h.in
index d6ab73ce..a7c7a87c 100644
--- a/include/manconfig.h.in
+++ b/include/manconfig.h.in
@@ -66,15 +66,6 @@
#define DEFAULT_MANROFFSEQ "t"
#endif
-/* #define:
- MAN_DB_CREATES - to allow man to create user databases on the fly
- MAN_DB_UPDATES - to allow man to update databases
- MAN_CATS - to allow man to create/update cat files */
-
-#define MAN_DB_CREATES
-#define MAN_DB_UPDATES
-#define MAN_CATS
-
/* By default, man-db will store a whatis referenced manual page in favour
of a stray cat page when they both share identical namespace. If you
would like to see a stray cat eg. kill(1) in favour of a kill(1) whatis