From bb02230989f9c07498a8b0f82c60347ec871a508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 14 Apr 2005 16:28:07 +0000 Subject: [PATCH] added some useful macros I didn't manage to define this in the Jamfile (anyone, feel free to fix this) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12393 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/rman/rman.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/tools/rman/rman.c b/src/tools/rman/rman.c index d09e547301..ddab835c61 100644 --- a/src/tools/rman/rman.c +++ b/src/tools/rman/rman.c @@ -17,6 +17,11 @@ static char cvsid[] = "$Header: /Users/phelps/cvs/prj/RosettaMan/rman.c,v 1.154 renamed PolyglotMan due to lawsuit by Rosetta, Inc. August 8, 1997 */ +#define VOLLIST "1:2:3:4:5:6:7:8:9:o:l:n:p" +#define MANTITLEPRINTF "%s(%s) manual page" +#define MANREFPRINTF "%s.%s.html" +#define POLYGLOTMANVERSION "3.2" + #include #include #include