Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > 2292bb029a6b72bf3992f7f601b8fa3b > files > 1988

fpc-2.2.4-1.1mdv2009.1.x86_64.rpm

{ **********************************************************************
  Define one of the following versions. Default 2.0 will be taken if none
  is defined  
  **********************************************************************}

{ $define apache1_3}
{ $define apache2_0}
{ $define apache2_2}

{ *********************************************************************
  No need to edit below this line.
  *********************************************************************}

{ *********************************************************************
  The mode must be objfpc on this unit because the unix code uses
  some extensions introduced on Free Pascal
  *********************************************************************}

{$ifdef fpc}
  {$mode objfpc}{$H+}
{$endif}

{$IFNDEF FPC}
  {$DEFINE WINDOWS}
{$ENDIF}

{$IFDEF WIN32}
  {$DEFINE WINDOWS}
{$ENDIF}

{ Set at least one define. Default to 2.0 for now}

{$ifndef apache1_3}
{$ifndef apache2_0}
{$ifndef apache2_2}

{ Default 2.0 }
{$define apache2_0}

{$endif}
{$endif}
{$endif}