Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenconfig.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 /* Assume if an offset > ABS_TRESHOLD, then it must be absolute */ 00004 #define ABS_TRESHOLD 0x00400000L 00005 #define INVALID_BASE 0xFFFFFFFFL 00006 00007 #define LOGBOTTOM "--------" 00008 #define SVNDB "svndb.log" 00009 #define SVNDB_INX "svndb.inx" 00010 #define DEF_RANGE 500 00011 #define MAGIC_INX 0x494E585F //'INX_' 00012 #define DEF_OPT_DIR "output-i386" 00013 #define SOURCES_ENV "_ROSBE_ROSSOURCEDIR" 00014 #define CACHEFILE "log2lines.cache" 00015 #define TRKBUILDPREFIX "bootcd-" 00016 #define SVN_PREFIX "/trunk/reactos/" 00017 #define PIPEREAD_CMD "piperead -c" 00018 00019 00020 #define CP_FMT CP_CMD "%s %s > " DEV_NULL 00021 00022 #define CMD_7Z "7z" 00023 #define UNZIP_FMT_7Z "%s e -y %s -o%s > " DEV_NULL 00024 #define UNZIP_FMT "%s x -y -r %s -o%s > " DEV_NULL 00025 #define UNZIP_FMT_CAB \ 00026 "%s x -y -r %s" PATH_STR "reactos" PATH_STR "reactos.cab -o%s" \ 00027 PATH_STR "reactos" PATH_STR "reactos > " DEV_NULL 00028 00029 /* When we can't use a normal path, because it gets cleaned, 00030 * fallback to name mangling: 00031 */ 00032 #define ALT_PATH_STR "#" 00033 00034 #define LINESIZE 1024 00035 #define NAMESIZE 80 00036 00037 /* EOF */ Generated on Sat May 26 2012 04:17:01 for ReactOS by
1.7.6.1
|