ReactOS 0.4.15-dev-7958-gcd0bb1a
config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ABS_TRESHOLD   0x00400000L
 
#define INVALID_BASE   0xFFFFFFFFL
 
#define LOGBOTTOM   "--------"
 
#define DEF_OPT_DIR   "output-i386"
 
#define SOURCES_ENV   "_ROSBE_ROSSOURCEDIR"
 
#define CACHEFILE   "log2lines.cache"
 
#define TRKBUILDPREFIX   "bootcd-"
 
#define SVN_PREFIX   "/trunk/reactos/"
 
#define PIPEREAD_CMD   "piperead -c"
 
#define CP_FMT   CP_CMD "%s %s > " DEV_NULL
 
#define CMD_7Z   "7z"
 
#define UNZIP_FMT_7Z   "%s e -y %s -o%s > " DEV_NULL
 
#define UNZIP_FMT   "%s x -tIso -y -r %s -o%s > " DEV_NULL
 
#define UNZIP_FMT_CAB
 
#define ALT_PATH_STR   "#"
 
#define LINESIZE   1024
 
#define NAMESIZE   80
 

Macro Definition Documentation

◆ ABS_TRESHOLD

#define ABS_TRESHOLD   0x00400000L

Definition at line 4 of file config.h.

◆ ALT_PATH_STR

#define ALT_PATH_STR   "#"

Definition at line 28 of file config.h.

◆ CACHEFILE

#define CACHEFILE   "log2lines.cache"

Definition at line 10 of file config.h.

◆ CMD_7Z

#define CMD_7Z   "7z"

Definition at line 18 of file config.h.

◆ CP_FMT

#define CP_FMT   CP_CMD "%s %s > " DEV_NULL

Definition at line 16 of file config.h.

◆ DEF_OPT_DIR

#define DEF_OPT_DIR   "output-i386"

Definition at line 8 of file config.h.

◆ INVALID_BASE

#define INVALID_BASE   0xFFFFFFFFL

Definition at line 5 of file config.h.

◆ LINESIZE

#define LINESIZE   1024

Definition at line 30 of file config.h.

◆ LOGBOTTOM

#define LOGBOTTOM   "--------"

Definition at line 7 of file config.h.

◆ NAMESIZE

#define NAMESIZE   80

Definition at line 31 of file config.h.

◆ PIPEREAD_CMD

#define PIPEREAD_CMD   "piperead -c"

Definition at line 13 of file config.h.

◆ SOURCES_ENV

#define SOURCES_ENV   "_ROSBE_ROSSOURCEDIR"

Definition at line 9 of file config.h.

◆ SVN_PREFIX

#define SVN_PREFIX   "/trunk/reactos/"

Definition at line 12 of file config.h.

◆ TRKBUILDPREFIX

#define TRKBUILDPREFIX   "bootcd-"

Definition at line 11 of file config.h.

◆ UNZIP_FMT

#define UNZIP_FMT   "%s x -tIso -y -r %s -o%s > " DEV_NULL

Definition at line 20 of file config.h.

◆ UNZIP_FMT_7Z

#define UNZIP_FMT_7Z   "%s e -y %s -o%s > " DEV_NULL

Definition at line 19 of file config.h.

◆ UNZIP_FMT_CAB

#define UNZIP_FMT_CAB
Value:
"%s x -y -r %s" PATH_STR "reactos" PATH_STR "reactos.cab -o%s" \
PATH_STR "reactos" PATH_STR "reactos > " DEV_NULL
#define DEV_NULL
Definition: compat.h:28
#define PATH_STR
Definition: compat.h:31

Definition at line 21 of file config.h.