codetools: added example for ifndef def combination

git-svn-id: trunk@11804 -
This commit is contained in:
mattias 2007-08-12 20:37:27 +00:00
parent 14d4329219
commit b050f71de9

View File

@ -6,6 +6,17 @@ interface
uses
Classes, SysUtils;
{$ifndef MPIO_INCLUDE}
{$ifndef HAVE_MPI_DARRAY_SUBARRAY}
{$define HAVE_MPI_DARRAY_SUBARRAY}
{$endif}
{$ifndef HAVE_PRAGMA_HP_SEC_DEF}
{$ifndef HAVE_MPI_DARRAY_SUBARRAY}
type c = char;
{$endif}
{$endif}
{$endif}
{$ifndef MPI_INCLUDED}
{$define MPI_INCLUDED}