aboutsummaryrefslogtreecommitdiff
path: root/lib/clset.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/clset.h
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'lib/clset.h')
-rw-r--r--lib/clset.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/clset.h b/lib/clset.h
new file mode 100644
index 00000000..cff47881
--- /dev/null
+++ b/lib/clset.h
@@ -0,0 +1,16 @@
+# CLSET.H -- CLIO parameters. Here "CL" refers to the parent process, which
+# is not necessarily the IRAF Command Language.
+
+define CL_PRTYPE 1 # parent process type (see below)
+define CL_PCACHE 2 # symtab descriptor of param cache
+
+# Process type codes.
+
+define PR_CONNECTED 1 # connected subprocess
+define PR_DETACHED 2 # detached subprocess
+define PR_HOST 3 # subprocess spawned by host
+
+# Process interpreter mode codes (used by ONENTRY and the Iraf Main).
+
+define PR_NOEXIT 0 # run interpreter in Iraf Main
+define PR_EXIT 1 # skip interpreter, shutdown process