Go to the documentation of this file.
58 #define MIN_C_STACK 1024*(32 + sizeof(void *))
62 #define TOTAL_STACK_SIZE 1024*512*4
63 #define C_STACK_SIZE TOTAL_STACK_SIZE
74 #define FNONBLOCK O_NONBLOCK
78 #define RXTRACE_SUPPORT
114 #define _POSIX_THREADS_
121 #define SYSINITIALADDRESS "ksh"
122 #elif defined(OPSYS_SUN)
123 #define SYSINITIALADDRESS "sh"
125 #define SYSINITIALADDRESS "bash"
130 # include <crt_externs.h>
133 return (*_NSGetEnviron());
138 extern char **environ;
147 #define BASEIMAGE "rexx.img"
154 #define BASEIMAGELOAD "CoreClasses.orx"
159 #define REXXMESSAGEFILE "rexx.cat"
166 #define delimiter '/'
167 #define line_end "\n"
168 #define line_end_size 1
175 #define DEFRXSTRING 256
181 #define REXXTIMESLICE 100