src/clipsrules/core/setup.h File Reference
#include "envrnmnt.h"
#include "usrsetup.h"
Go to the source code of this file.
|
Defines |
| #define | UNIX_V 0 |
| #define | UNIX_7 0 |
| #define | LINUX 0 |
| #define | DARWIN 0 |
| #define | MAC_XCD 0 |
| #define | MAC_MCW 0 |
| #define | WIN_MVC 0 |
| #define | WIN_BTC 0 |
| #define | WIN_MCW 0 |
| #define | WIN_GCC 0 |
| #define | VAX_VMS 0 |
| #define | GENERIC 1 |
| #define | IBM 0 |
| #define | VOID_ARG void |
| #define | STD_SIZE size_t |
| #define | intBool int |
| #define | globle |
| #define | RUN_TIME 0 |
| #define | DEFRULE_CONSTRUCT 1 |
| #define | DEFMODULE_CONSTRUCT 1 |
| #define | DEFTEMPLATE_CONSTRUCT 1 |
| #define | FACT_SET_QUERIES 1 |
| #define | DEFFACTS_CONSTRUCT 1 |
| #define | DEFGLOBAL_CONSTRUCT 1 |
| #define | DEFFUNCTION_CONSTRUCT 1 |
| #define | DEFGENERIC_CONSTRUCT 1 |
| #define | OBJECT_SYSTEM 1 |
| #define | DEFINSTANCES_CONSTRUCT 1 |
| #define | INSTANCE_SET_QUERIES 1 |
| #define | BLOAD_INSTANCES 1 |
| #define | BSAVE_INSTANCES 1 |
| #define | EXTENDED_MATH_FUNCTIONS 1 |
| #define | TEXTPRO_FUNCTIONS 1 |
| #define | HELP_FUNCTIONS 1 |
| #define | HELP_DEFAULT "clips.hlp" |
| #define | BLOAD_ONLY 0 |
| #define | BLOAD 0 |
| #define | BLOAD_AND_BSAVE 1 |
| #define | EMACS_EDITOR 1 |
| #define | EMACS_EDITOR 0 |
| #define | CONSTRUCT_COMPILER 1 |
| #define | API_HEADER "clips.h" |
| #define | IO_FUNCTIONS 1 |
| #define | STRING_FUNCTIONS 1 |
| #define | MULTIFIELD_FUNCTIONS 1 |
| #define | DEBUGGING_FUNCTIONS 1 |
| #define | PROFILING_FUNCTIONS 1 |
| #define | BLOCK_MEMORY 0 |
| #define | WINDOW_INTERFACE 0 |
| #define | ALLOW_ENVIRONMENT_GLOBALS 1 |
| #define | DEVELOPER 0 |
| #define | Bogus(x) |
| #define | PrintCLIPS(x, y) EnvPrintRouter(GetCurrentEnvironment(),x,y) |
| #define | GetcCLIPS(x, y) EnvGetcRouter(GetCurrentEnvironment(),x) |
| #define | UngetcCLIPS(x, y) EnvUngetcRouter(GetCurrentEnvironment(),x,y) |
| #define | ExitCLIPS(x) EnvExitRouter(GetCurrentEnvironment(),x) |
| #define | CLIPSSystemError(x, y) SystemError(x,y) |
| #define | CLIPSFunctionCall(x, y, z) FunctionCall(x,y,z) |
| #define | InitializeCLIPS() InitializeEnvironment() |
| #define | WCLIPS WPROMPT |
| #define | CLIPSTrueSymbol EnvTrueSymbol(GetCurrentEnvironment()) |
| #define | CLIPSFalseSymbol EnvFalseSymbol(GetCurrentEnvironment()) |
| #define | EnvCLIPSTrueSymbol(theEnv) EnvTrueSymbol(theEnv) |
| #define | EnvCLIPSFalseSymbol(theEnv) EnvFalseSymbol(theEnv) |
| #define | CLIPS_FALSE 0 |
| #define | CLIPS_TRUE 1 |
Define Documentation
| #define ALLOW_ENVIRONMENT_GLOBALS 1 |
| #define API_HEADER "clips.h" |
| #define BLOAD_AND_BSAVE 1 |
| #define BLOAD_INSTANCES 1 |
| #define BSAVE_INSTANCES 1 |
| #define CLIPSFalseSymbol EnvFalseSymbol(GetCurrentEnvironment()) |
| #define CLIPSFunctionCall |
( |
x, |
|
|
y, |
|
|
z |
|
) |
FunctionCall(x,y,z) |
| #define CLIPSSystemError |
( |
x, |
|
|
y |
|
) |
SystemError(x,y) |
| #define CLIPSTrueSymbol EnvTrueSymbol(GetCurrentEnvironment()) |
| #define CONSTRUCT_COMPILER 1 |
| #define DEBUGGING_FUNCTIONS 1 |
| #define DEFFACTS_CONSTRUCT 1 |
| #define DEFFUNCTION_CONSTRUCT 1 |
| #define DEFGENERIC_CONSTRUCT 1 |
| #define DEFGLOBAL_CONSTRUCT 1 |
| #define DEFINSTANCES_CONSTRUCT 1 |
| #define DEFMODULE_CONSTRUCT 1 |
| #define DEFRULE_CONSTRUCT 1 |
| #define DEFTEMPLATE_CONSTRUCT 1 |
| #define EnvCLIPSFalseSymbol |
( |
theEnv |
|
) |
EnvFalseSymbol(theEnv) |
| #define EnvCLIPSTrueSymbol |
( |
theEnv |
|
) |
EnvTrueSymbol(theEnv) |
| #define ExitCLIPS |
( |
x |
|
) |
EnvExitRouter(GetCurrentEnvironment(),x) |
| #define EXTENDED_MATH_FUNCTIONS 1 |
| #define FACT_SET_QUERIES 1 |
| #define GetcCLIPS |
( |
x, |
|
|
y |
|
) |
EnvGetcRouter(GetCurrentEnvironment(),x) |
| #define HELP_DEFAULT "clips.hlp" |
| #define InitializeCLIPS |
( |
|
) |
InitializeEnvironment() |
| #define INSTANCE_SET_QUERIES 1 |
| #define MULTIFIELD_FUNCTIONS 1 |
| #define PrintCLIPS |
( |
x, |
|
|
y |
|
) |
EnvPrintRouter(GetCurrentEnvironment(),x,y) |
| #define PROFILING_FUNCTIONS 1 |
| #define STRING_FUNCTIONS 1 |
| #define TEXTPRO_FUNCTIONS 1 |
| #define UngetcCLIPS |
( |
x, |
|
|
y |
|
) |
EnvUngetcRouter(GetCurrentEnvironment(),x,y) |
| #define WINDOW_INTERFACE 0 |