From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- lib/clset.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/clset.h (limited to 'lib/clset.h') 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 -- cgit