aboutsummaryrefslogtreecommitdiff
path: root/sysutils/radmind/files/patch-transcript.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/radmind/files/patch-transcript.h')
-rw-r--r--sysutils/radmind/files/patch-transcript.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/radmind/files/patch-transcript.h b/sysutils/radmind/files/patch-transcript.h
new file mode 100644
index 000000000000..3c803acd0042
--- /dev/null
+++ b/sysutils/radmind/files/patch-transcript.h
@@ -0,0 +1,17 @@
+--- ./transcript.h.orig 2010-12-13 04:42:49.000000000 +0100
++++ ./transcript.h 2014-06-29 12:15:04.249543651 +0200
+@@ -39,6 +39,14 @@
+ extern FILE *outtran;
+ extern char *path_prefix;
+
++
++#define T_SKIP_POSITIVE (1 << 1)
++#define T_SKIP_NEGATIVE (1 << 2)
++#define T_SKIP_SPECIAL (1 << 3)
++#define T_SKIP_EXCLUDES (1 << 4)
++#define T_SKIP_ALL (T_SKIP_POSITIVE | T_SKIP_NEGATIVE | \
++ T_SKIP_SPECIAL | T_SKIP_EXCLUDES)
++
+ struct pathinfo {
+ char pi_type;
+ int pi_minus;