summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-01-24 17:12:36 +0000
committerColin Watson <cjwatson@debian.org>2008-01-24 17:12:36 +0000
commit0c0579606861eb37cac30babfd8af3742ffd20d1 (patch)
treeb389bbcba630964f6598a98c85bbd152c6091576 /include
parent88006aa3a0ae33f89f27ac2bc0a0485386546fe6 (diff)
* include/manconfig.h.in (INTERRUPTED): Remove.
* src/man.c (int_handler): Remove; this is useless and non-signal-safe. (main): Don'\''t set SIGINT to int_handler.
Diffstat (limited to 'include')
-rw-r--r--include/manconfig.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/manconfig.h.in b/include/manconfig.h.in
index 256e588b..46edfb06 100644
--- a/include/manconfig.h.in
+++ b/include/manconfig.h.in
@@ -373,7 +373,6 @@ extern char *program_name; /* the basename of the program (as called) */
#define FAIL 1 /* usage or syntax error */
#define FATAL 2 /* operational error */
#define CHILD_FAIL 3 /* child failed */
-#define INTERRUPTED 4 /* Interrupted by signal */
#define NOT_FOUND 16 /* No action was taken */
/* System or user catpaths? Allow bitwise disjunctions of these. */