diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /lib/clset.h | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'lib/clset.h')
-rw-r--r-- | lib/clset.h | 16 |
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 |