aboutsummaryrefslogtreecommitdiff
path: root/FlexIO.pl
blob: 135a6e29e15c69c387befe20a48f9ecc2c5ea53a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /usr/bin/perl -w
#/*@@
#  @file      FlexIO.pl
#  @date      Tue 21 December 2004
#  @author    Thomas Radke
#  @desc
#             Configures Cactus with the FlexIO library provided by this thorn
#  @enddesc
#  @version   $Header$
#@@*/

# just set a makefile variable telling other thorns that FlexIO is there
print <<EOF;
BEGIN MAKE_DEFINITION
HAVE_FLEXIO = 1
END MAKE_DEFINITION
EOF

exit (0);