aboutsummaryrefslogtreecommitdiff
path: root/lib/clio.h
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /lib/clio.h
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'lib/clio.h')
-rw-r--r--lib/clio.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/clio.h b/lib/clio.h
new file mode 100644
index 00000000..85f65274
--- /dev/null
+++ b/lib/clio.h
@@ -0,0 +1,11 @@
+# CLIO.H -- CLIO definitions (private to the CLIO interface).
+
+define MAX_PSEUDOFILES 10 # is this still used?
+define MAX_POSARGS 20 # max positional arguments
+define MAX_PSETS 20 # max psets used by a task
+define SZ_PSETNAMEBUF 200 # storage for pset names
+define SZ_PNAME 64 # storage for "pset.param"
+
+# The following must agree with the definitions in cl$task.h.
+define IPCOUT "IPC$IPCIO-OUT"
+define IPCDONEMSG "# IPC$IPCIO-FINISHED\n"