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
This commit is contained in:
Jérôme Duval 2005-04-14 16:28:07 +00:00
parent d0f052be51
commit bb02230989

View File

@ -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 <unistd.h>
#include <stdio.h>
#include <string.h>