You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/for.RnQ/ForRnQConfig.inc

36 lines
587 B
PHTML

{$DEFINE HAS_INLINE}
{ $DEFINE RNQ}
{$DEFINE RNQ_FULL}
{ $DEFINE USE_REGUIN}
{ $DEFINE USE_SECUREIM}
{$IFDEF RNQ2}
{$DEFINE DB_ENABLED} // Enable SQLite use
{$ENDIF RNQ2}
{$DEFINE NOT_USE_GDIPLUS}
{$DEFINE UseNTLMAuthentication}
{$DEFINE USE_SSL} // SSL
{ $DEFINE LANGDEBUG}
{ $DEFINE RQDEBUG}
{$DEFINE Use_Baloons}
{$IFNDEF FPC}
{$DEFINE USE_ZIP}
{ $DEFINE USE_7Z}
{$DEFINE USE_RAR}
{$INLINE AUTO}
{$STRINGCHECKS OFF}
{$O+}
{$EXCESSPRECISION OFF}
{$ENDIF}
{ $DEFINE RNQ_LITE}
{ $DEFINE RNQ_PLAYER}
{ $DEFINE RNQ_FULL2}