aboutsummaryrefslogtreecommitdiff
path: root/FlexIO.pl
diff options
context:
space:
mode:
Diffstat (limited to 'FlexIO.pl')
-rw-r--r--FlexIO.pl19
1 files changed, 19 insertions, 0 deletions
diff --git a/FlexIO.pl b/FlexIO.pl
new file mode 100644
index 0000000..135a6e2
--- /dev/null
+++ b/FlexIO.pl
@@ -0,0 +1,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);