compile_opts
                no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | compile_opts [2006/08/29 20:18] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======Compile-Time Options Available for EPIC====== | ||
| + | |||
| + | EPIC supports numerous configuration options that may be selectively included | ||
| + | or excluded from the client at compile time. Since many of these enable or | ||
| + | disable certain special features, it is useful to script writers to be able | ||
| + | to find out what options are present while the client is running. | ||
| + | |||
| + | The $[[info function|info]]() function, used with the `O' command (`oh', | ||
| + | not `zero' | ||
| + | Each option is assigned unique letter or number to identify it. The | ||
| + | options represented are most of the #define options in the client' | ||
| + | config.h file. The default settings would produce the following string: | ||
| + | 2cefgnxz | ||
| + | |||
| + | This is a list of the #define options represented. | ||
| + | each option is listed, followed by its #define name, and whether it is | ||
| + | enabled or disabled by default in the config.h. | ||
| + | |||
| + | ^$info() ^    Name | ||
| + | |a  |WIND_STACK | ||
| + | |b  |NO_BOTS | ||
| + | |c  |COLOR | ||
| + | |e  |EXEC_COMMAND | ||
| + | |f  |USE_FLOW_CONTROL | ||
| + | |g  |INCLUDE_GLOB_FUNCTION | ||
| + | |h  |IMPLIED_ON_HOOKS | ||
| + | |i  |MIRC_BROKEN_DCC_RESUME | ||
| + | |k  |HACKED_DCC_WARNING | ||
| + | |l  |LONG_LONG | ||
| + | |m  |NEW_CONTROL_C_COLOR | ||
| + | |n  |ALLOW_LONG_NICKNAMES | ||
| + | |t  |I_DONT_TRUST_MY_USERS | ||
| + | |u  |UNAME_HACK | ||
| + | |x  |EXPERIMENTAL_STACK_HACK | ||
| + | |z  |ALLOW_STOP_IRC | ||
| + | |||
compile_opts.txt · Last modified: 2006/08/29 20:18 by 127.0.0.1
                
                